com.ptc.core.ca.co.client.table
Class CoTableRemoveAllActionDoer
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.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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