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

java.lang.Object
  extended by com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
      extended by com.ptc.core.ca.co.client.table.CoTableRemoveSelectedActionDoer
All Implemented Interfaces:
CoActionDoer, CoDoer
Direct Known Subclasses:
CoTableMoveSelectedActionDoer, CoTableRemoveAllActionDoer

Deprecated.

@Deprecated
public class CoTableRemoveSelectedActionDoer
extends CoSimpleActionDoer

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)
          Deprecated. Removes a list of selected items from a model of a selector.
 ArrayList getSelected(CoSimpleActionHandlerData execData)
          Deprecated. Returns a list of CoInstance objects that correspond to selected elements in the instance list holder source element.
 CoInstanceListHolder getSourceElement(CoSimpleActionHandlerData execData)
          Deprecated. 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

execute

public void execute(CoSimpleActionHandlerData execData)
             throws WTException
Deprecated. 
Removes a list of selected items from a model of a selector.

Supported API: true

Specified by:
execute in class CoSimpleActionDoer
Parameters:
execData -
Throws:
WTException

getSourceElement

public CoInstanceListHolder getSourceElement(CoSimpleActionHandlerData execData)
                                      throws WTException
Deprecated. 
Returns the reference to instance list holder element. The ID of the element by be specified by element attribute of the doer. ID must be unique in the current frame.

Supported API: true

Parameters:
execData -
Returns:
CoInstanceListHolder
Throws:
WTException

getSelected

public ArrayList getSelected(CoSimpleActionHandlerData execData)
                      throws WTException
Deprecated. 
Returns a list of 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.

Supported API: true

Parameters:
execData -
Returns:
ArrayList
Throws:
WTException