public interface HasFolderDropHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addFolderDropHandler(FolderDropHandler handler)
Notification method fired when treeNode(s) are dropped into a folder of this TreeGrid.
|
com.google.gwt.event.shared.HandlerRegistration addFolderDropHandler(FolderDropHandler handler)
TreeGrid.folderDrop() processing occurs and
returning false will suppress that default behavior.handler - the folderDrop handlerHandlerRegistration used to remove this handler