| Package | qnx.ui.listClasses |
| Interface | public interface ICellRenderer extends IDisplayObject, ISizeable |
| Implementors | CellRenderer, SectionHeaderRenderer |
List, TileList, SectionList, and SectionTileList components.
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | alpha : Number
Gets or sets the alpha property of the object. | IDisplayObject | |
![]() | blendMode : String
Gets or sets the blendMode property of the object. | IDisplayObject | |
![]() | cacheAsBitmap : Boolean
Gets or sets the cacheAsBitmap property of the object. | IDisplayObject | |
| column : int
Gets or sets the column of the cell. | ICellRenderer | ||
| data : Object
Gets or sets the data of the cell. | ICellRenderer | ||
![]() | filters : Array
Gets or sets the filters property of the object. | IDisplayObject | |
![]() | height : Number
Gets or sets the height property of the object. | IDisplayObject | |
| index : int
Gets or sets the index of the cell. | ICellRenderer | ||
| isHeader : Boolean [read-only]
Gets a Boolean that determines whether or not a row is a header. | ICellRenderer | ||
![]() | loaderInfo : LoaderInfo [read-only]
Gets the loaderInfo property of the object. | IDisplayObject | |
![]() | mask : DisplayObject
Gets or sets the mask property of the object. | IDisplayObject | |
![]() | mouseX : Number [read-only]
Gets the mouseX property of the object. | IDisplayObject | |
![]() | mouseY : Number [read-only]
Gets the mouseY property of the object. | IDisplayObject | |
![]() | name : String
Gets or sets the name property of the object. | IDisplayObject | |
![]() | opaqueBackground : Object
Gets or sets the opaqueBackground property of the object. | IDisplayObject | |
![]() | rotation : Number
Gets or sets the rotation property of the object. | IDisplayObject | |
![]() | rotationX : Number
Gets or sets the rotationX property of the object. | IDisplayObject | |
![]() | rotationY : Number
Gets or sets the rotationY property of the object. | IDisplayObject | |
![]() | rotationZ : Number
Gets or sets the rotationZ property of the object. | IDisplayObject | |
| row : int
Gets or sets the row of the cell. | ICellRenderer | ||
![]() | scale9Grid : Rectangle
Gets or sets the scale9Grid property of the object. | IDisplayObject | |
![]() | scaleX : Number
Gets or sets the scaleX property of the object. | IDisplayObject | |
![]() | scaleY : Number
Gets or sets the scaleY property of the object. | IDisplayObject | |
![]() | scaleZ : Number
Gets or sets the scaleZ property of the object. | IDisplayObject | |
![]() | scrollRect : Rectangle
Gets or sets the scrollRect property of the object. | IDisplayObject | |
| section : int
Gets or sets the section of the cell. | ICellRenderer | ||
| state : String
Gets or sets the state of the cell. | ICellRenderer | ||
![]() | transform : Transform
Gets or sets the transform property of the object. | IDisplayObject | |
![]() | visible : Boolean
Gets or sets the visible property of the object. | IDisplayObject | |
![]() | width : Number
Gets or sets the width property of the object. | IDisplayObject | |
![]() | x : Number
Gets or sets the x property of the object. | IDisplayObject | |
![]() | y : Number
Gets or sets the y property of the object. | IDisplayObject | |
![]() | z : Number
Gets or sets the z property of the object. | IDisplayObject | |
| column | property |
column:intGets or sets the column of the cell.
public function get column():int public function set column(value:int):void| data | property |
data:ObjectGets or sets the data of the cell.
public function get data():Object public function set data(value:Object):void| index | property |
index:intGets or sets the index of the cell.
public function get index():int public function set index(value:int):void| isHeader | property |
isHeader:Boolean [read-only]
Gets a Boolean that determines whether or not a row is a header.
public function get isHeader():Boolean| row | property |
row:intGets or sets the row of the cell.
public function get row():int public function set row(value:int):void| section | property |
section:intGets or sets the section of the cell.
public function get section():int public function set section(value:int):void| state | property |
state:StringGets or sets the state of the cell.
public function get state():String public function set state(value:String):void