com.ptc.core.ca.co.client.wizard
Class CoWizardStepActionHandler
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.CoWizardStepActionHandler
- All Implemented Interfaces:
- CoModelHandler
- Direct Known Subclasses:
- WebWizardStepActionHandler
Deprecated.
@Deprecated
public abstract class CoWizardStepActionHandler
- extends CoWizardActionHandler
The class implementing an action handler for the actions in the list
of wizard step actions.
Supported API: true
Extendable: false
|
Method Summary |
void |
performOperation(CoAction action,
CoEnvData envData)
Deprecated. Delegates to the super class and changes the current step index to
be the index of the action in the action list. |
protected void |
updateActionModel(CoAction action,
CoEnvData envData)
Deprecated. Updates action model making sure that the action for the current step
can not be executed. |
updateActionModel
protected void updateActionModel(CoAction action,
CoEnvData envData)
throws WTException
- Deprecated.
- Updates action model making sure that the action for the current step
can not be executed.
Supported API: true
- Overrides:
updateActionModel in class CoInPlaceActionHandler
- Parameters:
action - envData -
- Throws:
WTException
performOperation
public void performOperation(CoAction action,
CoEnvData envData)
throws WTException
- Deprecated.
- Delegates to the super class and changes the current step index to
be the index of the action in the action list.
Supported API: true
- Overrides:
performOperation in class CoActionHandler
- Parameters:
action - envData -
- Throws:
WTException