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