Package | org.axiis.ui |
Class | public class TextDataTipContent |
Inheritance | TextDataTipContent ![]() |
Implements | mx.binding.IBindingClient, IAxiisRenderer |
Property | Defined By | ||
---|---|---|---|
index : int
The index into the layout's dataProvider where data is found. | TextDataTipContent | ||
label : String
The label for the object rendered. | TextDataTipContent | ||
value : Object
The value of the object being rendered. | TextDataTipContent |
Method | Defined By | ||
---|---|---|---|
TextDataTipContent |
index | property |
index:int
[read-write]
The index into the layout's dataProvider where data
is found.
This property can be used as the source for data binding.
public function get index():int
public function set index(value:int):void
label | property |
label:String
[read-write] The label for the object rendered. This is the same label the object took on during the layout render cycle.
This property can be used as the source for data binding.
public function get label():String
public function set label(value:String):void
value | property |
value:Object
[read-write] The value of the object being rendered. This is the same value the object took on during the layout render cycle.
This property can be used as the source for data binding.
public function get value():Object
public function set value(value:Object):void
TextDataTipContent | () | Constructor |
public function TextDataTipContent()