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

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.CoTableRemoveAllActionDoer
              extended by 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 com.ptc.core.ca.co.client.table.CoTableRemoveAllActionDoer
getSelected
 
Methods inherited from class com.ptc.core.ca.co.client.table.CoTableRemoveSelectedActionDoer
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. 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