to.etc.domui.util
Interface IDragArea


public interface IDragArea

Interface must be used for a drag and drop implementation, where the dragHandle is not the only node to be dragged. This interface is used to be able to work in javascript with the actual node that is dragged. The dragarea knowns wich element handles the actual drag and drop implementation. Created on Feb 11, 2011


Method Summary
 java.lang.String getActualID()
          Will normally be implemented by the nodebase NodeBase.getActualID()
 IDraggable getDragHandle()
          Returns the handle for the drag and drop functionality.
 

Method Detail

getDragHandle

IDraggable getDragHandle()
Returns the handle for the drag and drop functionality.

Returns:

getActualID

java.lang.String getActualID()
Will normally be implemented by the nodebase NodeBase.getActualID()

Returns:
the id of this node in the generated HTML