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