Interface HasRowOutHandlers
- All Superinterfaces:
- HasHandlers
- All Known Implementing Classes:
- CalendarView,- CubeGrid,- DateGrid,- EditTree,- ListGrid,- ListPalette,- Menu,- MenuPalette,- PickListMenu,- RecordEditor,- SelectionTreeMenu,- TableView,- TreeGrid,- TreePalette
- 
Method SummaryModifier and TypeMethodDescriptionaddRowOutHandler(RowOutHandler handler) Called when the mouse pointer leaves a rowMethods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Method Details- 
addRowOutHandlerCalled when the mouse pointer leaves a row- Parameters:
- handler- the rowOut handler
- Returns:
- HandlerRegistrationused to remove this handler
 
 
-