Packageorg.apache.flex.core
Interfacepublic interface IItemRenderer extends IEventDispatcher, flash.events.IEventDispatcher

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The IItemRenderer interface is the basic interface for item renderers. More complex item renderers may implements extensions of this interface.



Public Properties
 PropertyDefined By
  data : Object
The data item to be displayed by the item renderer.
IItemRenderer
  itemRendererParent : Object
The parent component of the itemRenderer instance.
IItemRenderer
  listData : Object
Additional data about the list structure that might be useful to itemRenderer implementations.
IItemRenderer
Property Detail
dataproperty
data:Object

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The data item to be displayed by the item renderer.


Implementation
    public function get data():Object
    public function set data(value:Object):void
itemRendererParentproperty 
itemRendererParent:Object

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The parent component of the itemRenderer instance. This is the container that houses all of the itemRenderers.


Implementation
    public function get itemRendererParent():Object
    public function set itemRendererParent(value:Object):void
listDataproperty 
listData:Object

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Additional data about the list structure that might be useful to itemRenderer implementations.


Implementation
    public function get listData():Object
    public function set listData(value:Object):void