| 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.
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):voidhovered: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):voidindex: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):voidlabelField: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):voidselected: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
Mon Sep 5 2016, 07:19 AM -07:00