Packageorg.axiis.ui
Classpublic class TextDataTipContent
InheritanceTextDataTipContent Inheritance mx.controls.Text
Implements mx.binding.IBindingClient, IAxiisRenderer

The default data tip content renderer. Simply renders the label property for the AxiisSprite this user is interacting with, as it was set during the layout's render cycle via the currentLabel property.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
TextDataTipContent
Property Detail
indexproperty
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.


Implementation
    public function get index():int
    public function set index(value:int):void
labelproperty 
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.


Implementation
    public function get label():String
    public function set label(value:String):void
valueproperty 
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.


Implementation
    public function get value():Object
    public function set value(value:Object):void
Constructor Detail
TextDataTipContent()Constructor
public function TextDataTipContent()