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

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
All Implemented Interfaces:
CoActionDoer, CoDoer
Direct Known Subclasses:
CoTableMoveAllActionDoer

Deprecated.

@Deprecated
public class CoTableRemoveAllActionDoer
extends CoTableRemoveSelectedActionDoer

This class implements a doer that removes all items from a model of a selector.

Supported API: true

Extendable: true


Method Summary
 ArrayList getSelected(CoSimpleActionHandlerData execData)
          Deprecated. Returns a complete list of CoInstance objects maintained by the source element.
 
Methods inherited from class com.ptc.core.ca.co.client.table.CoTableRemoveSelectedActionDoer
execute, 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

getSelected

public ArrayList getSelected(CoSimpleActionHandlerData execData)
                      throws WTException
Deprecated. 
Returns a complete list of CoInstance objects maintained by the source element.

Supported API: true

Overrides:
getSelected in class CoTableRemoveSelectedActionDoer
Parameters:
execData -
Returns:
ArrayList
Throws:
WTException