|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.simple.CoSimpleActionDoer
com.ptc.core.ca.co.client.esi.ESIMultiSelectedObjectsAddRemoveClientDoer
public class ESIMultiSelectedObjectsAddRemoveClientDoer
This class implements a doer that removes a list of selected items from
a model of a selector.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
void |
execute(CoSimpleActionHandlerData execData)
Removes a list of selected items from a model of a selector. |
ArrayList |
getSelected(CoSimpleActionHandlerData execData)
Returns a list of CoInstance objects that correspond
to selected elements in the instance list holder source element. |
CoInstanceListHolder |
getSourceElement(CoSimpleActionHandlerData execData)
Returns the reference to instance list holder element. |
| Methods inherited from class com.ptc.core.ca.co.client.simple.CoSimpleActionDoer |
|---|
canExecute, canExecute, execute, isRelevant, isRelevant |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void execute(CoSimpleActionHandlerData execData)
throws WTException
execute in class CoSimpleActionDoerexecData -
WTException
public CoInstanceListHolder getSourceElement(CoSimpleActionHandlerData execData)
throws WTException
element attribute of the doer.
ID must be unique in the current frame.
execData -
WTException
public ArrayList getSelected(CoSimpleActionHandlerData execData)
throws WTException
CoInstance objects that correspond
to selected elements in the instance list holder source element. The
objects are the original objects maintained by the source element.
execData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||