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

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
TreeGrid

public interface HasFolderClickHandlers
extends HasHandlers


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

Method Detail

addFolderClickHandler

HandlerRegistration addFolderClickHandler(FolderClickHandler handler)
This method is called when a folder record is clicked on.

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