com.ptc.core.ca.co.client.table
Class CoTableMoveSelectedActionDoer
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.CoTableMoveSelectedActionDoer
- All Implemented Interfaces:
- CoActionDoer, CoDoer, Serializable
Deprecated.
@Deprecated
public class CoTableMoveSelectedActionDoer
- extends CoTableRemoveSelectedActionDoer
- implements Serializable
This class implements a doer that removes a list of selected items from
a model of a selector and merges it into a list items maintained by the
other table.
Supported API: true
Extendable: true
- See Also:
- Serialized Form
| 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. Merges the list to
the list of CoInstance objects maintained by the target
table.
Supported API: true
- Overrides:
execute in class CoTableRemoveSelectedActionDoer
- Parameters:
execData -
- Throws:
WTException
addToOtherTable
public static void addToOtherTable(ArrayList selected,
CoSimpleActionHandlerData execData)
throws WTException
- Deprecated.
- Finds a target element specified by
targetElement attribute.
The element must be uniqe in the current frame. Merges the list to
the list of CoInstance objects maintained by the target
table.
Supported API: true
- Parameters:
selected - execData -
- Throws:
WTException