public interface HasRowContextClickHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addRowContextClickHandler(RowContextClickHandler handler)
Called when a row receives a contextclick event.
|
fireEventHandlerRegistration addRowContextClickHandler(RowContextClickHandler handler)
handler - the rowContextClick handlerHandlerRegistration used to remove this handler