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

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

public interface HasRowHoverHandlers
extends HasHandlers


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

Method Detail

addRowHoverHandler

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

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