Interface CellClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCellClick
(CellClickEvent event) Called when a cell receives a click event.
-
Method Details
-
onCellClick
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:
event
- the event
-