| Package | de.mightypirates.asul.interfaces |
| Interface | public interface ITooltip extends IDisposable |
Tooltip class.
| Property | Defined by | ||
|---|---|---|---|
| text : String
The text displayed by the tooltip, or the underlying definition (i.e.
| ITooltip | ||
| Method | Defined by | ||
|---|---|---|---|
![]() |
dispose():void
Cleans upd the object, removing all listeners, timers and references that
might keep the object from being garbage collected.
| IDisposable | |
|
hide():void
Force the tooltip to close.
| ITooltip | ||
|
show():void
Force the tooltip to be displayed.
| ITooltip | ||
| text | property |
text:String [read-write]The text displayed by the tooltip, or the underlying definition (i.e. if a definition such as 'localize()' causes the object to be localized, that definition is returned). If the text contains HTML entities, the raw HTML text is returned (equivalent to the TextField.htmlText property).
Implementation public function get text():String
public function set text(value:String):void
| hide | () | method |
public function hide():voidForce the tooltip to close.
| show | () | method |
public function show():voidForce the tooltip to be displayed.