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

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
TreeGrid

public interface HasLeafContextClickHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addLeafContextClickHandler(LeafContextClickHandler handler)
          This method is called when a context click occurs on a leaf record.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addLeafContextClickHandler

HandlerRegistration addLeafContextClickHandler(LeafContextClickHandler handler)
This method is called when a context click occurs on a leaf record.

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