{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.dnd
Interface DNDTarget
- All Superinterfaces:
- DNDArea
public interface DNDTarget- extends DNDArea
A DNDTarget represents a "drop zone" that will be matched against DNDSource instances ("drag objects") on the client. The DNDTarget can accept DNDSource objects whose namespace/type match its own. When the DNDSource object is "dropped" on the DNDTarget, the action for the DNDTarget will be invoked.
- Since:
- 6.0
Method Summary DNDAction[] getActions()
Returns the DNDActions associated with this drop zone.
Methods inherited from interface com.ibm.portal.dnd.DNDArea getId
Method Detail getActions
DNDAction[] getActions()
- Returns the DNDActions associated with this drop zone. This will not be null.
- Returns:
- the actions for a drop zone
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD