  | 
clearTimeout
 | 
 Cancels 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
 | 
 Hides any tooltips displayed by this instance.
 
 | 
 
   | 
hideTooltips
 | 
 Hides any tooltips currently displayed by a tooltip manager.
 
 | 
  | 
onDocumentClick
 | 
 Closes this tooltip when the mouse clicks.
 
 | 
  | 
onDocumentKeyDown
 | 
 Closes the current tooltip when the escape key is pressed.
 
 | 
  | 
onMouseDown
 | 
 Closes the current tooltip when clicked.
 
 | 
  | 
onMouseEnter
 | 
 Displays a tooltip when the mouse/pointer enters the target's boundaries or when focused.
 
 | 
  | 
onMouseLeave
 | 
 Closes the current tooltip when the mouse/pointer leaves the target's boundaries or when focus leaves.
 
 | 
  | 
onMouseMove
 | 
 Displays a tooltip if needed while the mouse moves over the target.
 
 | 
  | 
onTapHold
 | 
 Displays a tooltip on tap & hold on a touch device.
 
 | 
  | 
onTapRelease
 | 
 Closes the current tooltip when released on a touch device.
 
 | 
  | 
onTargetRemoved
 | 
 Hides any displaying tooltip when the element is removed from the DOM.
 
 | 
  | 
showTooltip
 | 
 Shows a tooltip in response to the specified event.
 
 | 
  | 
toJSON
 | 
 Implementation for toJSON to return an object that will include this class's
 prototype property values when stringified.
 
  Inherited from Class. |