Class UITreeDropTarget
<any>
net.datenwerke.gf.client.treedb.dnd.UITreeDropTarget
public class UITreeDropTarget
extends <any>
Fixed TreePanelDropTarget to provide callbacks to allow/deny drop between and
on specific nodes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAllowDropOnLeaf(boolean allowDropOnLeaf) voidsetAutoExpand(boolean autoExpand) voidsetAutoExpandDelay(int autoExpandDelay)
-
Constructor Details
-
UITreeDropTarget
public UITreeDropTarget(<any> tree)
-
-
Method Details
-
setAllowDropOnLeaf
public void setAllowDropOnLeaf(boolean allowDropOnLeaf) -
setAutoExpand
public void setAutoExpand(boolean autoExpand) -
setAutoExpandDelay
public void setAutoExpandDelay(int autoExpandDelay)
-