com.ptc.core.ca.co.client.table
Class CoTableMoveSelectedActionDoer

java.lang.Object
  extended by com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
      extended by com.ptc.core.ca.co.client.table.CoTableRemoveSelectedActionDoer
          extended by 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

Method Summary
static void addToOtherTable(ArrayList selected, CoSimpleActionHandlerData execData)
          Deprecated. Finds a target element specified by targetElement attribute.
 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 com.ptc.core.ca.co.client.table.CoTableRemoveSelectedActionDoer
getSelected, getSourceElement
 
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

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