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.
|
fireEvent
HandlerRegistration addLeafClickHandler(LeafClickHandler handler)
handler
- the leafClick handlerHandlerRegistration
used to remove this handler