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

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.CoNextStepActionHandler
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
WebNextStepActionHandler

Deprecated.

@Deprecated
public abstract class CoNextStepActionHandler
extends CoNextPrevStepsActionHandler

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

Supported API: true

Extendable: false


Method Summary
protected  CoAction findNextStepAction(CoAction action, CoEnvData envData)
          Deprecated. Returns the action from the wizard's action step list corresponding to the next step.
 void performOperation(CoAction action, CoEnvData envData)
          Deprecated. Find an action from the wizard's action step list corresponding to the next step.
protected  void updateActionModel(CoAction action, CoEnvData envData)
          Deprecated. Updates action model to ensure that Next action can not be executed when there is no next 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 Next action can not be executed when there is no next 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 next step. Invokes performOperation with it to simulate its triggering.

Supported API: true

Parameters:
action -
envData -
Throws:
WTException

findNextStepAction

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

Supported API: true

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