public interface HasNodeClickHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description | 
|---|---|
| com.google.gwt.event.shared.HandlerRegistration | addNodeClickHandler(NodeClickHandler handler)This method is called when a leaf or folder record is clicked on. | 
com.google.gwt.event.shared.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