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