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

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
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.
 
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 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