|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
IDraggable getDragHandle()
java.lang.String getActualID()
NodeBase.getActualID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |