Version

GridTooltipsClientEvents Class Members

The following tables list the members exposed by GridTooltipsClientEvents.

Public Fields
 NameDescription
Public FieldTooltipHiddenEvent fired after a tooltip is hidden. Use args.owner to get a reference to the widget. Use args.tooltip to get the string displayed in the tooltip. Use args.value to get the value of the cell the tooltip was displayed for. Use args.element to get a reference to the cell the tooltip was displayed for. Use args.index to get the row index of the cell the tooltip was displayed for. Use args.columnKey to get the column key of the cell the tooltip was displayed for. Use args.columnIndex to get the column index of the cell the tooltip was displayed for.  
Public FieldTooltipHidingEvent fired when the mouse has left an element and the tooltip is about to hide. Use args.owner to get a reference to the widget. Use args.tooltip to get the string displayed in the tooltip. Use args.value to get the value of the cell the tooltip is displayed for. Use args.element to get a reference to the cell the tooltip is displayed for. Use args.index to get the row index of the cell the tooltip is displayed for. Use args.columnKey to get the column key of the cell the tooltip is displayed for. Use args.columnIndex to get the column index of the cell the tooltip is displayed for.  
Public FieldTooltipShowingEvent fired when the mouse has hovered on an element long enough to display a tooltip. Use args.owner to get a reference to the widget. Use args.tooltip to get or set the string to be displayed. Use args.value to get the value of the cell the tooltip is displayed for. Use args.element to get a reference to the cell the tooltip is displayed for. Use args.index to get the row index of the cell the tooltip is displayed for. Use args.columnKey to get the column key of the cell the tooltip is displayed for. Use args.columnIndex to get the column index of the cell the tooltip is displayed for.  
Public FieldTooltipShownEvent fired after a tooltip is shown. Use args.owner to get a reference to the widget. Use args.tooltip to get the string displayed in the tooltip. Use args.value to get the value of the cell the tooltip is displayed for. Use args.element to get a reference to the cell the tooltip is displayed for. Use args.index to get the row index of the cell the tooltip is displayed for. Use args.columnKey to get the column key of the cell the tooltip is displayed for. Use args.columnIndex to get the column index of the cell the tooltip is displayed for.  
See Also

View on GitHub