dundas.ui.TooltipManager Class

 

Inheritance Hierarchy

 
Class
   dundas.ui.TooltipManager
 

Constructors

 
  Name Description
init Initializes a new instance of the TooltipManager.
 
 

Methods

 
  Name Description
clearTimeout Cancel the previous showTooltip timeout.
dispose Disposes the tooltip manager and all its tooltips.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
hideTooltips
onDocumentClick Closes this tooltip when the mouse clicks.
onDocumentKeyDown Closes the current tooltip when the escape key is pressed.
onMouseDown
onMouseEnter
onMouseLeave
onMouseMove
onTapHold
onTapRelease
onTargetRemoved Hides any displaying tooltip when the element is removed from the DOM.
showTooltip
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.