com.ptc.core.ca.web.client.wizard
Class WebWizardStepActionHandler

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.CoWizardStepActionHandler
                          extended by com.ptc.core.ca.web.client.wizard.WebWizardStepActionHandler
All Implemented Interfaces:
CoModelHandler

Deprecated.

@Deprecated
public class WebWizardStepActionHandler
extends CoWizardStepActionHandler

The class implementing an action handler for the actions in the list of wizard step actions.

Supported API: true

Extendable: false


Method Summary
protected  CoActionModel newModel()
          Deprecated. Creates and returns an instance of WebWizardStepActionModel.
protected  void updateModel(CoAction action, CoEnvData envData)
          Deprecated. Creates and updates the model of the element.
 
Methods inherited from class com.ptc.core.ca.co.client.wizard.CoWizardStepActionHandler
performOperation, updateActionModel
 
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.CoActionHandler
getActionDoer, getActionDoerConfig, initActionModel, updateModel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

updateModel

protected void updateModel(CoAction action,
                           CoEnvData envData)
                    throws WTException
Deprecated. 
Creates and updates the model of the element.

Supported API: true

Parameters:
action -
envData -
Throws:
WTException

newModel

protected CoActionModel newModel()
Deprecated. 
Creates and returns an instance of WebWizardStepActionModel.

Supported API: true

Overrides:
newModel in class CoInPlaceActionHandler
Returns:
CoActionModel