Package | ardisia.components.dataTip |
Class | public class DataTip |
Inheritance | DataTip spark.components.supportClasses.SkinnableComponent |
Implements | mx.core.IDataRenderer |
If the data passed to the "data" property is a string, the raw string will be displayed. If the passed data is a TextFlow, the TextFlow will be displayed.
Implement IDataRenderer for consistency with some Flex SDK controls.
Property | Defined By | ||
---|---|---|---|
data : Object
Pass a String or a TextFlow to be passed to the labelPart. | DataTip |
Method | Defined By | ||
---|---|---|---|
DataTip() | DataTip |
Event | Summary | Defined By | ||
---|---|---|---|---|
Updates when the data property is changed. | DataTip |
This component uses skins made up of skin parts. Do not set the skin parts directly. The component's skin sets the skin parts.
Skin Part | Description | Defined By | ||
---|---|---|---|---|
labelPart:spark.components.RichText | Required: true Part Type: Dynamic Label used to display the data tip. | DataTip |
data | property |
data:Object
Pass a String or a TextFlow to be passed to the labelPart.
This property can be used as the source for data binding.
public function get data():Object
public function set data(value:Object):void
DataTip | () | Constructor |
public function DataTip()
dataChange | Event |
mx.events.FlexEvent
Updates when the data property is changed.