Interface HasCellClickHandlers
- 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 TypeMethodDescriptionaddCellClickHandler(CellClickHandler handler) Called when a cell receives a click event.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addCellClickHandler
Called when a cell receives a click event.Note that returning false from this method will not prevent any specified
rowClick()handler from firing.- Parameters:
 handler- the cellClick handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -