Interface HasRowOutHandlers
- 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 TypeMethodDescriptionaddRowOutHandler
(RowOutHandler handler) Called when the mouse pointer leaves a rowMethods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addRowOutHandler
Called when the mouse pointer leaves a row- Parameters:
handler
- the rowOut handler- Returns:
HandlerRegistration
used to remove this handler
-