Uses of Interface
to.etc.domui.util.IDragHandler

Packages that use IDragHandler
to.etc.domui.dom.html   
to.etc.domui.util   
 

Uses of IDragHandler in to.etc.domui.dom.html
 

Methods in to.etc.domui.dom.html that return IDragHandler
 IDragHandler Div.getDragHandler()
          Returns the current handler for dragging.
 IDragHandler TR.getDragHandler()
           
 

Methods in to.etc.domui.dom.html with parameters of type IDragHandler
 void Div.setDragHandler(IDragHandler dragHandler)
          Set the drag handler to use for this thingy.
 void TR.setDragHandler(IDragHandler dh)
           
 

Uses of IDragHandler in to.etc.domui.util
 

Methods in to.etc.domui.util that return IDragHandler
 IDragHandler IDraggable.getDragHandler()
          Returns the current handler for dragging.
 

Methods in to.etc.domui.util with parameters of type IDragHandler
static void UIDragDropUtil.exposeDraggable(NodeBase base, IDragHandler dh)
          Expose all draggable thingies on a node.
 void IDraggable.setDragHandler(IDragHandler dh)
          Set the drag handler to use for this thingy.