Interface HasRowMouseUpHandlers
- 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 TypeMethodDescriptionaddRowMouseUpHandler(RowMouseUpHandler handler) Called when a row receives a mouseup event.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addRowMouseUpHandler
Called when a row receives a mouseup event.- Parameters:
 handler- the rowMouseUp handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -