com.ptc.core.ca.co.client.wizard
Class CoApplyActionHandler
java.lang.Object
com.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.co.client.action.CoActionHandler
com.ptc.core.ca.co.client.action.CoInPlaceActionHandler
com.ptc.core.ca.co.client.action.CoSimpleInPlaceActionHandler
com.ptc.core.ca.co.client.wizard.CoWizardActionHandler
com.ptc.core.ca.co.client.wizard.CoWizardDialogActionHandler
com.ptc.core.ca.co.client.wizard.CoApplyActionHandler
- All Implemented Interfaces:
- CoModelHandler
- Direct Known Subclasses:
- WebApplyActionHandler
Deprecated.
@Deprecated
public abstract class CoApplyActionHandler
- extends CoWizardDialogActionHandler
The action handler for the Apply action from the wizard action list.
Supported API: true
Extendable: false
|
Method Summary |
void |
performOperation(CoAction action,
CoEnvData envData)
Deprecated. Delegates to a super class and removes all the descendents of the
wizard element to re-initialize the wizard. |
protected void |
updateActionModel(CoAction action,
CoEnvData envData)
Deprecated. Ensures the the action is not visible in search or view modes. |
updateActionModel
protected void updateActionModel(CoAction action,
CoEnvData envData)
throws WTException
- Deprecated.
- Ensures the the action is not visible in search or view modes. Invokes
a doer to determine whether the action can be executed in create or
edit modes.
Supported API: true
- Overrides:
updateActionModel in class CoWizardDialogActionHandler
- Parameters:
action - envData -
- Throws:
WTException
performOperation
public void performOperation(CoAction action,
CoEnvData envData)
throws WTException
- Deprecated.
- Delegates to a super class and removes all the descendents of the
wizard element to re-initialize the wizard.
Supported API: true
- Overrides:
performOperation in class CoWizardDialogActionHandler
- Parameters:
action - envData -
- Throws:
WTException