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.
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
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
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
Mon Sep 5 2016, 07:19 AM -07:00