com.ptc.core.ca.co.client.table
Class CoTableMoveAllActionDoer
java.lang.Object
com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
com.ptc.core.ca.co.client.table.CoTableRemoveSelectedActionDoer
com.ptc.core.ca.co.client.table.CoTableRemoveAllActionDoer
com.ptc.core.ca.co.client.table.CoTableMoveAllActionDoer
- All Implemented Interfaces:
- CoActionDoer, CoDoer, Serializable
Deprecated.
@Deprecated
public class CoTableMoveAllActionDoer
- extends CoTableRemoveAllActionDoer
- implements Serializable
Supported API: true
Extendable: true
- See Also:
- Serialized Form
|
Method Summary |
void |
execute(CoSimpleActionHandlerData execData)
Deprecated. Finds a list of CoInstance objects that correspond to
selected elements in the instance list holder source element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
execute
public void execute(CoSimpleActionHandlerData execData)
throws WTException
- Deprecated.
- Finds a list of
CoInstance objects that correspond to
selected elements in the instance list holder source element. Finds
a target element specified by targetElement attribute.
The element must be uniqe in the current frame. Replaces the list
of CoInstance objects maintained by the target table
by the found list.
Supported API: true
- Overrides:
execute in class CoTableRemoveSelectedActionDoer
- Parameters:
execData -
- Throws:
WTException