Packageardisia.components.dataTip
Classpublic class DataTip
InheritanceDataTip Inheritance spark.components.supportClasses.SkinnableComponent
Implements mx.core.IDataRenderer

Basic data tip used by Ardisia Components.

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.



Public Properties
 PropertyDefined By
  data : Object
Pass a String or a TextFlow to be passed to the labelPart.
DataTip
Public Methods
 MethodDefined By
  
DataTip
Events
 Event Summary Defined By
  Updates when the data property is changed.DataTip
Styles
 Style Description Defined By
  
backgroundColor
Type: uint CSS Inheritance: no
Alpha of the background. The default value is 0.
DataTip
  
backgroundColor
Type: uint CSS Inheritance: no
Color of the background. The default value is 0.
DataTip
  
borderAlpha
Type: Number CSS Inheritance: no
Alpha of the border. The default value is 1.
DataTip
  
borderColor
Type: uint CSS Inheritance: no
Color of the border. The default value is 0.
DataTip
  
borderThickness
Type: Number CSS Inheritance: no
Thickness of the border. The default value is 1.
DataTip
  
cornerRadius
Type: Number CSS Inheritance: no
Corner radius. The default value is 0.
DataTip
Skin Parts

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
Property Detail
dataproperty
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.


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



Event Detail
dataChange Event
Event Object Type: mx.events.FlexEvent

Updates when the data property is changed.