ICellRenderer
Package | qnx.fuse.ui.listClasses |
Interface | public interface ICellRenderer extends IDisplayObject |
Implementors | CellRenderer, SectionHeaderRenderer |
The ICellRenderer interface must be implemented by the cell renderer for the
List
, TileList
, SectionList
, and SectionTileList
components.
Class information: |
---|
PlayBook Tablet OS Version: 1.0.6 |
See also
List
TileList
SectionList
SectionTileList
Public Properties
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 |
Property Detail
column
column:int |
Gets or sets the column of the cell.
Implementation
public function get column():int |
public function set column(value:int):void |
data
data:Object |
Gets or sets the data of the cell.
Implementation
public function get data():Object |
public function set data(value:Object):void |
index
index:int |
Gets or sets the index of the cell.
Implementation
public function get index():int |
public function set index(value:int):void |
isHeader
isHeader:Boolean [read-only] |
Gets a Boolean
that determines whether or not a row is a header.
Implementation
public function get isHeader():Boolean |
row
row:int |
Gets or sets the row of the cell.
Implementation
public function get row():int |
public function set row(value:int):void |
section
section:int |
Gets or sets the section of the cell.
Implementation
public function get section():int |
public function set section(value:int):void |
state
state:String |
Gets or sets the state of the cell.
Implementation
public function get state():String |
public function set state(value:String):void |