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.
|
fireEvent
HandlerRegistration addLeafContextClickHandler(LeafContextClickHandler handler)
handler
- the leafContextClick handlerHandlerRegistration
used to remove this handler