public interface CellClickHandler extends EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onCellClick(CellClickEvent event)
Called when a cell receives a click event.
|
void onCellClick(CellClickEvent event)
Note that returning false from this method will not prevent any specified
ListGrid.rowClick()
handler from firing.
event
- the event