|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.selection.CoGetOpenerSelectionModelDoer
@Deprecated public class CoGetOpenerSelectionModelDoer
The model doer to be used by the target instance list holder element to Initializes it with the list of selected elements from the opener frame. The doer does the following:
CoInstance
object.
CoInstance objects to
the target element.
| Method Summary | |
|---|---|
void |
execute(CoModelHandlerData execData)
Deprecated. Model Handler delegates model update to a doer by calling this method. |
protected ArrayList |
getSelectedInstanceList(CoSelector selector,
CoEnvData envData)
Deprecated. Iterates through a list of selected elements in the selector and for every element wraps its Info*Engine element in a new CoInstance
object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected ArrayList getSelectedInstanceList(CoSelector selector,
CoEnvData envData)
throws WTException
CoInstance
object.
Returns a list of newly created CoInstance objects.
selector - The selector element.envData - The environment data.
WTException
public void execute(CoModelHandlerData execData)
throws WTException
execute in interface CoModelDoerexecData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||