BiToolTipManager
A singleton class used by the system to manage tool tips.
This class extends BiObject and therefore all methods and fields available for BiObject are also available for BiToolTipManager .
Constructor
new BiToolTipManager ( )
Parameters
No parameters.
Properties
| Name | Type | get | set | Descripton |
currentToolTip | | ![]() | ![]() | The currently shown (or about to show) tool tip |
Methods
| Name | Description |
handleBlur | Called when a blur event occured. This method decides whether to show or hide a tool tip. |
handleFocus | Called when a focus event occured. This method decides whether to show or hide a tool tip. |
handleMouseOut | Called when a mouse out event occured. This method decides whether to show or hide a tool tip. |
handleMouseOver | Called when a mouse over event occured. This method decides whether to show or hide a tool tip. |
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.
Method Details
handleBlur
Called when a blur event occured. This method decides whether to show or hide a tool tip.
Syntax
object.handleBlur ( e ) Parameters
| Name | Type | Optional | Default | Descripton |
e | | The event object describing the event |
Return Type
void
handleFocus
Called when a focus event occured. This method decides whether to show or hide a tool tip.
Syntax
object.handleFocus ( e ) Parameters
| Name | Type | Optional | Default | Descripton |
e | | The event object describing the event |
Return Type
void
handleMouseOut
Called when a mouse out event occured. This method decides whether to show or hide a tool tip.
Syntax
object.handleMouseOut ( e ) Parameters
| Name | Type | Optional | Default | Descripton |
e | | The event object describing the event |
Return Type
void
handleMouseOver
Called when a mouse over event occured. This method decides whether to show or hide a tool tip.
Syntax
object.handleMouseOver ( e ) Parameters
| Name | Type | Optional | Default | Descripton |
e | | The event object describing the event |
Return Type
void
