Package | org.axiis.ui |
Class | public class DataTip |
Inheritance | DataTip ![]() |
Implements | IAxiisRenderer |
Property | Defined By | ||
---|---|---|---|
calloutHeight : Number
The height of the tail of the background callout balloon. | DataTip | ||
calloutWidth : Number
The width of the tail of the background callout balloon. | DataTip | ||
contentComponent : UIComponent
A static component that gets passed to any instance of this data tip - gets set by the layout
| DataTip | ||
contentFactory : IFactory
A ClassFactory that is used as this data tip's content. | DataTip | ||
data : Object
The raw data for the object being rendered. | DataTip | ||
index : int
The index into the layout's dataProvider where data is found. | DataTip | ||
label : String
The label for the object rendered. | DataTip | ||
value : Object
The value of the object being rendered. | DataTip |
Method | Defined By | ||
---|---|---|---|
DataTip()
Constructor. | DataTip |
Method | Defined By | ||
---|---|---|---|
commitProperties():void | DataTip | ||
createChildren():void | DataTip | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void | DataTip |
calloutHeight | property |
calloutHeight:Number
[read-write] The height of the tail of the background callout balloon.
This property can be used as the source for data binding.
public function get calloutHeight():Number
public function set calloutHeight(value:Number):void
calloutWidth | property |
calloutWidth:Number
[read-write] The width of the tail of the background callout balloon.
This property can be used as the source for data binding.
public function get calloutWidth():Number
public function set calloutWidth(value:Number):void
contentComponent | property |
public var contentComponent:UIComponent
A static component that gets passed to any instance of this data tip - gets set by the layout
This property can be used as the source for data binding.
contentFactory | property |
contentFactory:IFactory
[read-write] A ClassFactory that is used as this data tip's content. The default content renderer is the TextDataTipContent, which simply renders the label for the datum.
This property can be used as the source for data binding.
public function get contentFactory():IFactory
public function set contentFactory(value:IFactory):void
data | property |
data:Object
[read-write] The raw data for the object being rendered.
This property can be used as the source for data binding.
public function get data():Object
public function set data(value:Object):void
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
DataTip | () | Constructor |
public function DataTip()
Constructor.
commitProperties | () | method |
override protected function commitProperties():void
createChildren | () | method |
override protected function createChildren():void
updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Parameters
unscaledWidth:Number | |
unscaledHeight:Number |