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

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
TreeGrid

public interface HasFolderDropHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addFolderDropHandler(FolderDropHandler handler)
          Notification method fired when treeNode(s) are dropped into a folder of this TreeGrid. This method fires before the standard com.smartgwt.client.widgets.tree.TreeGrid#folderDrop processing occurs and returning false will suppress that default behavior.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addFolderDropHandler

HandlerRegistration addFolderDropHandler(FolderDropHandler handler)
Notification method fired when treeNode(s) are dropped into a folder of this TreeGrid. This method fires before the standard com.smartgwt.client.widgets.tree.TreeGrid#folderDrop processing occurs and returning false will suppress that default behavior.

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