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
down:Boolean
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
true
if the item renderer is rendering
an item that is under the mouse pointer and the
mouse button is down.
Implementation public function get down():Boolean
public function set down(value:Boolean):void
hovered:Boolean
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
true
if the item renderer is rendering
an item that is under the mouse pointer.
Implementation public function get hovered():Boolean
public function set hovered(value:Boolean):void
index:int
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The index of the data item in the data provider.
Implementation public function get index():int
public function set index(value:int):void
labelField:String
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The property on the data item that the item renderer
should renderer.
Implementation public function get labelField():String
public function set labelField(value:String):void
selected:Boolean
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
true
if the item renderer is rendering
an item that is selected.
Implementation public function get selected():Boolean
public function set selected(value:Boolean):void
Fri Apr 18 2014, 11:02 PM -07:00