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

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

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

Methods in to.etc.domui.dom.html that return IDropHandler
 IDropHandler Div.getDropHandler()
          Return the current drop handler for a node.
 

Methods in to.etc.domui.dom.html with parameters of type IDropHandler
 void Div.setDropHandler(IDropHandler dropHandler)
          Make this node acceptable for dropping dragged items into.
 

Uses of IDropHandler in to.etc.domui.util
 

Methods in to.etc.domui.util that return IDropHandler
 IDropHandler IDropTargetable.getDropHandler()
          Return the current drop handler for a node.
 

Methods in to.etc.domui.util with parameters of type IDropHandler
static void UIDragDropUtil.exposeDroppable(NodeBase base, IDropHandler dh)
           
 void IDropTargetable.setDropHandler(IDropHandler handler)
          Make this node acceptable for dropping dragged items into.