com.ptc.core.ca.co.client.picker
Class CoObjectListPickerOkActionDoer
java.lang.Object
com.ptc.core.ca.co.client.picker.CoPickerOkActionDoer
com.ptc.core.ca.co.client.picker.CoObjectListPickerOkActionDoer
- All Implemented Interfaces:
- CoActionDoer, CoDoer
- Direct Known Subclasses:
- CoAddObjectToInstanceListHolderOkActionDoer, CoAttachmentsListPickerAddOkActionDoer, CoObjectListPickerAddOkActionDoer, CoObjectListPickerReplaceOkActionDoer, ESICoObjectListPickerAddOkClientDoer
Deprecated.
@Deprecated
public abstract class CoObjectListPickerOkActionDoer
- extends CoPickerOkActionDoer
The doer to be used for Ok button on the object list picker frame.
Supported API: true
Extendable: true
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getPickedInstanceList
protected ArrayList getPickedInstanceList(CoObjectListPickerOkActionHandlerData execData)
throws WTException
- Deprecated.
- Returns a list of newly created
CoInstance> objects that
wrap I*E elements of picked elements.
Supported API: true
- Parameters:
execData -
- Returns:
- ArrayList
- Throws:
WTException