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

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.CoWizardDialogActionHandler
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
CoApplyActionHandler, CoOkActionHandler

Deprecated.

@Deprecated
public abstract class CoWizardDialogActionHandler
extends CoWizardActionHandler

The class to be used by the action handlers for Ok and Apply actions from the wizard action list.

Supported API: true

Extendable: false


Method Summary
 CoActionDoer getActionDoer(CoAction action, CoEnvData envData)
          Deprecated. 

Supported API: true
 CoConfigFeature getActionDoerConfig(CoAction action, CoEnvData envData)
          Deprecated. Returns a configuration feature describing the action doer of an action.
 void performOperation(CoAction action, CoEnvData envData)
          Deprecated. Delegates to the super class.
protected  void updateActionModel(CoAction action, CoEnvData envData)
          Deprecated. Updates the faceplate of the action element.
 
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
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 faceplate of the action element. 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. 
Delegates to the super class. Issues a frame redraw instruction to the opener frame.

Supported API: true

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

getActionDoer

public CoActionDoer getActionDoer(CoAction action,
                                  CoEnvData envData)
                           throws WTException
Deprecated. 


Supported API: true

Overrides:
getActionDoer in class CoActionHandler
Parameters:
action -
envData -
Returns:
CoActionDoer
Throws:
WTException

getActionDoerConfig

public CoConfigFeature getActionDoerConfig(CoAction action,
                                           CoEnvData envData)
                                    throws WTException
Deprecated. 
Returns a configuration feature describing the action doer of an action.

Supported API: true

Overrides:
getActionDoerConfig in class CoActionHandler
Parameters:
action -
envData -
Returns:
CoConfigFeature
Throws:
WTException