| Package | feathers.controls.renderers |
| Interface | public interface IGroupedListItemRenderer extends IToggle, IFeathersControl, IFeathersDisplayObject |
| Implementors | DefaultGroupedListItemRenderer |
| 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 grouped list's data provider. | IGroupedListItemRenderer | ||
![]() | filter : FragmentFilter | IFeathersDisplayObject | |
| groupIndex : int
The index of the item's parent group within the data provider of the
grouped list. | IGroupedListItemRenderer | ||
![]() | hasVisibleArea : Boolean [read-only]
| IFeathersDisplayObject | |
![]() | height : Number | IFeathersDisplayObject | |
![]() | 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 | |
| itemIndex : int
The index of the item within its parent group. | IGroupedListItemRenderer | ||
| layoutIndex : int
The index of the item within the layout. | IGroupedListItemRenderer | ||
![]() | 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 : GroupedList
The grouped list that contains this item renderer. | IGroupedListItemRenderer | ||
![]() | 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 grouped 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| groupIndex | property |
groupIndex:intThe index of the item's parent group within the data provider of the grouped list.
public function get groupIndex():int public function set groupIndex(value:int):void| itemIndex | property |
itemIndex:intThe index of the item within its parent group.
public function get itemIndex():int public function set itemIndex(value:int):void| layoutIndex | property |
layoutIndex:intThe index of the item within the layout.
public function get layoutIndex():int public function set layoutIndex(value:int):void| owner | property |
owner:GroupedListThe grouped list that contains this item renderer.
public function get owner():GroupedList public function set owner(value:GroupedList):void