Interface HasRowHoverHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 CalendarView,CubeGrid,DateGrid,EditTree,ListGrid,ListPalette,Menu,MenuPalette,PickListMenu,RecordEditor,SelectionTreeMenu,TableView,TreeGrid,TreePalette
- 
Method Summary
Modifier and TypeMethodDescriptionaddRowHoverHandler(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 Details
- 
addRowHoverHandler
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:
 HandlerRegistrationused to remove this handler
 
 -