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

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
TreeGrid

public interface HasFolderContextClickHandlers
extends HasHandlers


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

Method Detail

addFolderContextClickHandler

HandlerRegistration addFolderContextClickHandler(FolderContextClickHandler handler)
This method is called when a context click occurs on a folder record.

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