public interface HasNodeClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addNodeClickHandler(NodeClickHandler handler)
This method is called when a leaf or folder record is clicked on.
|
fireEvent
HandlerRegistration addNodeClickHandler(NodeClickHandler handler)
nodeClick()
and e.g. TreeGrid.leafClick()
, then both will fire (in that order) if a leaf is clicked on.handler
- the nodeClick handlerHandlerRegistration
used to remove this handler