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
    Constructor
    Description
    UITreeDropTarget(<any> tree)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setAllowDropOnLeaf(boolean allowDropOnLeaf)
     
    void
    setAutoExpand(boolean autoExpand)
     
    void
    setAutoExpandDelay(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)