public interface HasCellContextClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addCellContextClickHandler(CellContextClickHandler handler)
Called when a cell receives a contextclick event.
|
fireEvent
HandlerRegistration addCellContextClickHandler(CellContextClickHandler handler)
handler
- the cellContextClick handlerHandlerRegistration
used to remove this handler