| Package | feathers.controls.renderers |
| Interface | public interface IListItemRenderer extends IToggle, IFeathersControl, IFeathersDisplayObject |
| Implementors | DefaultListItemRenderer |
| Property | Defined By | ||
|---|---|---|---|
![]() | alpha : Number | IFeathersDisplayObject | |
![]() | base : DisplayObject [read-only]
| IFeathersDisplayObject | |
![]() | blendMode : String | IFeathersDisplayObject | |
![]() | bounds : Rectangle [read-only]
| IFeathersDisplayObject | |
| data : Object
An item from the list's data provider. | IListItemRenderer | ||
![]() | filter : FragmentFilter | IFeathersDisplayObject | |
![]() | hasVisibleArea : Boolean [read-only]
| IFeathersDisplayObject | |
![]() | height : Number | IFeathersDisplayObject | |
| index : int
The index (numeric position, starting from zero) of the item within
the list's data provider. | IListItemRenderer | ||
![]() | isEnabled : Boolean
Indicates whether the control is interactive or not. | IFeathersControl | |
![]() | isInitialized : Boolean [read-only]
Determines if the component has been initialized yet. | IFeathersControl | |
![]() | isSelected : Boolean
Indicates if the IToggle is selected or not. | IToggle | |
![]() | maxHeight : Number
The maximum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. | IFeathersControl | |
![]() | maxWidth : Number
The maximum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. | IFeathersControl | |
![]() | minHeight : Number
The minimum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. | IFeathersControl | |
![]() | minWidth : Number
The minimum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. | IFeathersControl | |
![]() | name : String | IFeathersDisplayObject | |
![]() | nameList : TokenList [read-only]
Contains a list of all "names" assigned to this control. | IFeathersControl | |
| owner : List
The list that contains this item renderer. | IListItemRenderer | ||
![]() | parent : DisplayObjectContainer [read-only]
| IFeathersDisplayObject | |
![]() | pivotX : Number | IFeathersDisplayObject | |
![]() | pivotY : Number | IFeathersDisplayObject | |
![]() | root : DisplayObject [read-only]
| IFeathersDisplayObject | |
![]() | rotation : Number | IFeathersDisplayObject | |
![]() | scaleX : Number | IFeathersDisplayObject | |
![]() | scaleY : Number | IFeathersDisplayObject | |
![]() | skewX : Number | IFeathersDisplayObject | |
![]() | skewY : Number | IFeathersDisplayObject | |
![]() | stage : Stage [read-only]
| IFeathersDisplayObject | |
![]() | touchable : Boolean | IFeathersDisplayObject | |
![]() | transformationMatrix : Matrix [read-only]
| IFeathersDisplayObject | |
![]() | useHandCursor : Boolean | IFeathersDisplayObject | |
![]() | visible : Boolean | IFeathersDisplayObject | |
![]() | width : Number | IFeathersDisplayObject | |
![]() | x : Number | IFeathersDisplayObject | |
![]() | y : Number | IFeathersDisplayObject | |
| data | property |
data:ObjectAn item from the list's data provider. The data may change if this item renderer is reused for a new item because it's no longer needed for the original item.
public function get data():Object public function set data(value:Object):void| index | property |
index:int
The index (numeric position, starting from zero) of the item within
the list's data provider. Like the data property, this
value may change if this item renderer is reused by the list for a
different item.
public function get index():int public function set index(value:int):void| owner | property |
owner:ListThe list that contains this item renderer.
public function get owner():List public function set owner(value:List):void