Variable: destroyed
True if this handler was destroyed using
Variable: enabled
Specifies if events are handled. Default is true.
Variable: graph
Reference to the enclosing
Variable: hideOnHover
Specifies if the tooltip should be hidden if the mouse is moved over the current cell. Default is false.
Variable: ignoreTouchEvents
Specifies if touch and pen events should be ignored. Default is true.
Variable: zIndex
Specifies the zIndex for the tooltip and its shadow. Default is 10005.
Function: destroy
Destroys the handler and all its resources and DOM nodes.
Function: getStateForEvent
Returns the
Function: hide
Hides the tooltip and resets the timer.
Function: hideTooltip
Hides the tooltip.
Function: init
Initializes the DOM nodes required for this tooltip handler.
Function: isEnabled
Returns true if events are handled. This implementation
returns
Function: isHideOnHover
Returns
Function: mouseDown
Handles the event by initiating a rubberband selection. By consuming the event all subsequent events of the gesture are redirected to this handler.
Function: mouseMove
Handles the event by updating the rubberband selection.
Function: mouseUp
Handles the event by resetting the tooltip timer or hiding the existing tooltip.
Function: reset
Resets and/or restarts the timer to trigger the display of the tooltip.
Function: resetTimer
Resets the timer.
Function: setEnabled
Enables or disables event handling. This implementation
updates
Function: setHideOnHover
Sets
Function: show
Shows the tooltip for the specified cell and optional index at the specified location (with a vertical offset of 10 pixels).
Generated using TypeDoc
Variable: delay
Delay to show the tooltip in milliseconds. Default is 500.