com.ptc.core.ca.co.client.wizard
Class CoNextPrevStepsActionHandler
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.CoNextPrevStepsActionHandler
- All Implemented Interfaces:
- CoModelHandler
- Direct Known Subclasses:
- CoNextStepActionHandler, CoPreviousStepActionHandler
Deprecated.
@Deprecated
public abstract class CoNextPrevStepsActionHandler
- extends CoWizardActionHandler
The base class for the action handlers to be used by Next and Previous
actions in the list of wizard actions.
Supported API: true
Extendable: false
|
Method Summary |
protected void |
updateActionModel(CoAction action,
CoEnvData envData)
Deprecated. Updates action model to ensure that action is not visible in a single
step wizard. |
updateActionModel
protected void updateActionModel(CoAction action,
CoEnvData envData)
throws WTException
- Deprecated.
- Updates action model to ensure that action is not visible in a single
step wizard. Does not delegate to the super class.
Supported API: true
- Overrides:
updateActionModel in class CoInPlaceActionHandler
- Parameters:
action - envData -
- Throws:
WTException