public interface HasLeafClickHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addLeafClickHandler(LeafClickHandler handler)
This method is called when a leaf record is clicked on.
|
fireEventHandlerRegistration addLeafClickHandler(LeafClickHandler handler)
handler - the leafClick handlerHandlerRegistration used to remove this handler