Interface HasCellDoubleClickHandlers
- 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 cell receives a double click event.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addCellDoubleClickHandler
Called when a cell receives a double click event.- Parameters:
 handler- the cellDoubleClick handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -