public interface HasCellClickHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addCellClickHandler(CellClickHandler handler)
Called when a cell receives a click event.
|
fireEventHandlerRegistration addCellClickHandler(CellClickHandler handler)
Note that returning false from this method will not prevent any specified
ListGrid.rowClick() handler from firing.
handler - the cellClick handlerHandlerRegistration used to remove this handler