com.ptc.core.ca.co.client.wizard
Class CoPreviousStepActionHandler

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElementHandler
      extended by com.ptc.core.ca.co.client.action.CoActionHandler
          extended by com.ptc.core.ca.co.client.action.CoInPlaceActionHandler
              extended by com.ptc.core.ca.co.client.action.CoSimpleInPlaceActionHandler
                  extended by com.ptc.core.ca.co.client.wizard.CoWizardActionHandler
                      extended by com.ptc.core.ca.co.client.wizard.CoNextPrevStepsActionHandler
                          extended by com.ptc.core.ca.co.client.wizard.CoPreviousStepActionHandler
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
WebPreviousStepActionHandler

Deprecated.

@Deprecated
public abstract class CoPreviousStepActionHandler
extends CoNextPrevStepsActionHandler

The action handler for the Previous action from the wizard action list.

Supported API: true

Extendable: false


Method Summary
protected  CoAction findPreviousStepAction(CoAction action, CoEnvData envData)
          Deprecated. Returns the action from the wizard's action step list corresponding to the previous step.
 void performOperation(CoAction action, CoEnvData envData)
          Deprecated. Find an action from the wizard's action step list corresponding to the previous step.
protected  void updateActionModel(CoAction action, CoEnvData envData)
          Deprecated. Updates action model to ensure that Previous action can not be executed when there is no previous step.
 
Methods inherited from class com.ptc.core.ca.co.client.wizard.CoWizardActionHandler
findWizardModel, findWizardStep, findWizardStepActions, findWizardStepIndex, getActionHandlerData, newActionHandlerData
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoInPlaceActionHandler
newModel
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoActionHandler
getActionDoer, getActionDoerConfig, initActionModel, updateModel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

updateActionModel

protected void updateActionModel(CoAction action,
                                 CoEnvData envData)
                          throws WTException
Deprecated. 
Updates action model to ensure that Previous action can not be executed when there is no previous step.

Supported API: true

Overrides:
updateActionModel in class CoNextPrevStepsActionHandler
Parameters:
action -
envData -
Throws:
WTException

performOperation

public void performOperation(CoAction action,
                             CoEnvData envData)
                      throws WTException
Deprecated. 
Find an action from the wizard's action step list corresponding to the previous step. Invokes performOperation with it to simulate its triggering.

Supported API: true

Parameters:
action -
envData -
Throws:
WTException

findPreviousStepAction

protected CoAction findPreviousStepAction(CoAction action,
                                          CoEnvData envData)
                                   throws WTException
Deprecated. 
Returns the action from the wizard's action step list corresponding to the previous step.

Supported API: true

Parameters:
action -
envData -
Returns:
CoAction
Throws:
WTException