com.ptc.core.ca.co.client.table.pref
Class CoColumnConfigActionDoer
java.lang.Object
com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
com.ptc.core.ca.co.client.table.pref.CoColumnConfigActionDoer
- All Implemented Interfaces:
- CoActionDoer, CoDoer
- Direct Known Subclasses:
- CoColumnJumpDownActionDoer, CoColumnJumpUpActionDoer, CoColumnMoveDownActionDoer, CoColumnMoveUpActionDoer
Deprecated.
@Deprecated
public class CoColumnConfigActionDoer
- extends CoSimpleActionDoer
Supported API: true
Extendable: false
|
Method Summary |
void |
execute(CoSimpleActionHandlerData execData)
Deprecated. Action handler delegates the execution of the operation to the doer
by calling this method on it. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
execute
public void execute(CoSimpleActionHandlerData execData)
throws WTException
- Deprecated.
- Action handler delegates the execution of the operation to the doer
by calling this method on it.
Supported API: true
- Specified by:
execute in class CoSimpleActionDoer
- Parameters:
execData -
- Throws:
WTException