Interface HasCellClickHandlers
- All Superinterfaces:
- HasHandlers
- All Known Implementing Classes:
- CalendarView,- CubeGrid,- DateGrid,- EditTree,- ListGrid,- ListPalette,- Menu,- MenuPalette,- PickListMenu,- RecordEditor,- SelectionTreeMenu,- TableView,- TreeGrid,- TreePalette
- 
Method SummaryModifier and TypeMethodDescriptionaddCellClickHandler(CellClickHandler handler) Called when a cell receives a click event.Methods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Method Details- 
addCellClickHandlerCalled 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
 
 
-