public interface HasLeafContextClickHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addLeafContextClickHandler(LeafContextClickHandler handler)
This method is called when a context click occurs on a leaf record.
|
fireEventHandlerRegistration addLeafContextClickHandler(LeafContextClickHandler handler)
handler - the leafContextClick handlerHandlerRegistration used to remove this handler