com.smartgwt.client.widgets.grid.events
Interface HasCellHoverHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
ListGrid, Menu, TreeGrid

public interface HasCellHoverHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addCellHoverHandler(CellHoverHandler handler)
          Called when the mouse hovers over a cell if this.canHover is true.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addCellHoverHandler

HandlerRegistration addCellHoverHandler(CellHoverHandler handler)
Called when the mouse hovers over a cell if this.canHover is true. Returning false will suppress the hover text from being shown if this.showHover is true.

Parameters:
handler - the cellHover handler
Returns:
HandlerRegistration used to remove this handler