Interface HasRowOverHandlers
- 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 TypeMethodDescriptionaddRowOverHandler(RowOverHandler handler) Called when the mouse pointer enters a rowMethods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addRowOverHandler
Called when the mouse pointer enters a row- Parameters:
 handler- the rowOver handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -