public interface HasNodeContextClickHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addNodeContextClickHandler(NodeContextClickHandler handler)
This method is called when a context click occurs on a leaf or folder record.
|
com.google.gwt.event.shared.HandlerRegistration addNodeContextClickHandler(NodeContextClickHandler handler)
nodeContextClick()
and e.g. TreeGrid.leafContextClick()
, then both will fire (in that order) if a leaf is contextclicked - unless
nodeContextClick()
returns false, in which case no further contextClick callbacks will be called.handler
- the nodeContextClick handlerHandlerRegistration
used to remove this handler