Packageorg.apache.flex.html.accessories
Classpublic class ToolTipBead
InheritanceToolTipBead Inheritance Object
Implements IBead
Subclasses DataTipBead

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The ToolTipBead class is a specialty bead that can be used with any control. The bead floats a string over a control if the user hovers over the control with a mouse.



Public Properties
 PropertyDefined By
  strand : IStrand
[write-only] The host component for this bead.
ToolTipBead
  toolTip : String
The string to use as the toolTip.
ToolTipBead
Public Methods
 MethodDefined By
  
constructor.
ToolTipBead
Property Detail
strandproperty
strand:IStrand  [write-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
toolTipproperty 
toolTip:String

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The string to use as the toolTip.


Implementation
    public function get toolTip():String
    public function set toolTip(value:String):void
Constructor Detail
ToolTipBead()Constructor
public function ToolTipBead()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

constructor.