to.etc.domui.util
Class UIDragDropUtil

java.lang.Object
  extended by to.etc.domui.util.UIDragDropUtil

public final class UIDragDropUtil
extends java.lang.Object


Method Summary
static void exposeDraggable(NodeBase base, IDragHandler dh)
          Expose all draggable thingies on a node.
static void exposeDroppable(NodeBase base, IDropHandler dh)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

exposeDraggable

public static void exposeDraggable(NodeBase base,
                                   IDragHandler dh)
Expose all draggable thingies on a node.

Parameters:
base -
dh -

exposeDroppable

public static void exposeDroppable(NodeBase base,
                                   IDropHandler dh)