com.ibm.portal.dnd
Interface DNDArea

All Known Subinterfaces:
DNDSource, DNDTarget

public interface DNDArea

A DNDArea repesents a part of a Drag and Drop user interface that can either be dragged into a droppable area (a "drag object") or receive a draggable object (a "drop zone").

Since:
6.0

Method Summary
 java.lang.String getId()
          Returns the id for this DNDArea.
 

Method Detail

getId

java.lang.String getId()
Returns the id for this DNDArea. This value is not required. However, if it is supplied it should be unique within this request. This value will not be null.

Returns:
the id