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

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

Deprecated.

@Deprecated
public abstract class CoCancelActionHandler
extends CoWizardActionHandler

The action handler to be used by the action handler for Cancel action from the wizard action list.

Supported API: true

Extendable: false


Method Summary
 void performOperation(CoAction action, CoEnvData envData)
          Deprecated. Issues an instruction to close the frame.
protected  void updateActionModel(CoAction action, CoEnvData envData)
          Deprecated. Updates the face place of the action.
 
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 the face place of the action. Does not delegate to the super class.

Supported API: true

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

performOperation

public void performOperation(CoAction action,
                             CoEnvData envData)
                      throws WTException
Deprecated. 
Issues an instruction to close the frame. Does not delegate to the super class.

Supported API: true

Overrides:
performOperation in class CoActionHandler
Parameters:
action -
envData -
Throws:
WTException