Interface HasRowMouseDownHandlers
- 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 TypeMethodDescriptionCalled when a row receives a mousedown event.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addRowMouseDownHandler
Called when a row receives a mousedown event.- Parameters:
 handler- the rowMouseDown handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -