public interface NodeContextClickHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onNodeContextClick(NodeContextClickEvent event)
This method is called when a context click occurs on a leaf or folder record.
|
void onNodeContextClick(NodeContextClickEvent event)
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.event
- the event