Packagemx.managers
Interfacepublic interface IToolTipManagerClient extends IFlexDisplayObject, flash.display.IBitmapDrawable, flash.events.IEventDispatcher
SubinterfacesIUITextField
ImplementorsUIComponent, UITextField

Components that implement IToolTipManagerClient can have tooltips and must have a toolTip getter/setter. The ToolTipManager class manages showing and hiding the tooltip on behalf of any component which is an IToolTipManagerClient.

See also

mx.controls.ToolTip
mx.managers.ToolTipManager
mx.core.IToolTip


Public Properties
 PropertyDefined by
 InheritedaccessibilityProperties : AccessibilityProperties
IFlexDisplayObject
 Inheritedalpha : Number
IFlexDisplayObject
 InheritedblendMode : String
IFlexDisplayObject
 InheritedcacheAsBitmap : Boolean
IFlexDisplayObject
 Inheritedfilters : Array
IFlexDisplayObject
 Inheritedheight : Number
IFlexDisplayObject
 InheritedloaderInfo : LoaderInfo
IFlexDisplayObject
 Inheritedmask : DisplayObject
IFlexDisplayObject
 InheritedmeasuredHeight : Number
The measured height of this object.
IFlexDisplayObject
 InheritedmeasuredWidth : Number
The measured width of this object.
IFlexDisplayObject
 InheritedmouseX : Number
IFlexDisplayObject
 InheritedmouseY : Number
IFlexDisplayObject
 Inheritedname : String
IFlexDisplayObject
 InheritedopaqueBackground : Object
IFlexDisplayObject
 Inheritedparent : DisplayObjectContainer
IFlexDisplayObject
 Inheritedroot : DisplayObject
The methods here would normally just be in IDisplayObject, but for backward compatibility, they have to be included directly into IFlexDisplayObject, so they are kept in this separate include file.
IFlexDisplayObject
 Inheritedrotation : Number
IFlexDisplayObject
 Inheritedscale9Grid : Rectangle
IFlexDisplayObject
 InheritedscaleX : Number
IFlexDisplayObject
 InheritedscaleY : Number
IFlexDisplayObject
 InheritedscrollRect : Rectangle
IFlexDisplayObject
 Inheritedstage : Stage
IFlexDisplayObject
  toolTip : String
The text of this component's tooltip.
IToolTipManagerClient
 Inheritedtransform : Transform
IFlexDisplayObject
 Inheritedvisible : Boolean
IFlexDisplayObject
 Inheritedwidth : Number
IFlexDisplayObject
 Inheritedx : Number
IFlexDisplayObject
 Inheritedy : Number
IFlexDisplayObject
Public Methods
 MethodDefined by
 Inherited
getBounds(targetCoordinateSpace:DisplayObject):Rectangle
IFlexDisplayObject
 Inherited
getRect(targetCoordinateSpace:DisplayObject):Rectangle
IFlexDisplayObject
 Inherited
globalToLocal(point:Point):Point
IFlexDisplayObject
 Inherited
hitTestObject(obj:DisplayObject):Boolean
IFlexDisplayObject
 Inherited
hitTestPoint(x:Number, y:Number, shapeFlag:Boolean = false):Boolean
IFlexDisplayObject
 Inherited
localToGlobal(point:Point):Point
IFlexDisplayObject
 Inherited
move(x:Number, y:Number):void
Moves this object to the specified x and y coordinates.
IFlexDisplayObject
 Inherited
setActualSize(newWidth:Number, newHeight:Number):void
Sets the actual size of this object.
IFlexDisplayObject
Property detail
toolTipproperty
toolTip:String  [read-write]

The text of this component's tooltip.

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