{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.dnd
Interface DNDArea
- All Known Subinterfaces:
- DNDSource, DNDTarget
public interface DNDAreaA 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
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD