Packagecom.esri.aws.awx.map.layers.overlays.style
Classpublic class NoopToolTip
InheritanceNoopToolTip Inheritance mx.core.UIComponent
Implementsmx.core.IToolTip

This implements IToolTip but does nothing. It can be used as an alternative to setting UIComponent.toolTip to null when you don't want to show a tool tip at all. It's used in the ToolTipEvent.TOOL_TIP_CREATE event.



Public Properties
 PropertyDefined by
  text : String
Returns null.
NoopToolTip
Property detail
textproperty
text:String  [read-write]

Returns null.

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