com.smartgwt.client.widgets.tree.events
Interface HasLeafClickHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
TreeGrid

public interface HasLeafClickHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addLeafClickHandler(LeafClickHandler handler)
           This method is called when a leaf record is clicked on.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addLeafClickHandler

HandlerRegistration addLeafClickHandler(LeafClickHandler handler)
This method is called when a leaf record is clicked on.

Parameters:
handler - the leafClick handler
Returns:
HandlerRegistration used to remove this handler