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

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
                          extended by com.ptc.core.ca.co.client.wizard.CoOkActionHandler
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
CoObjectListPickerOkActionHandler, CoPropertyPickerOkActionHandler, WebConfirmationWizardOkActionHandler, WebOkActionHandler

Deprecated.

@Deprecated
public abstract class CoOkActionHandler
extends CoWizardDialogActionHandler

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

Supported API: true

Extendable: false


Method Summary
 void performOperation(CoAction action, CoEnvData envData)
          Deprecated. Delegates to a super class and issues an instruction to close the frame.
protected  void updateActionModel(CoAction action, CoEnvData envData)
          Deprecated. Makes sure that the action is invisible in view mode.
 
Methods inherited from class com.ptc.core.ca.co.client.wizard.CoWizardDialogActionHandler
getActionDoer, getActionDoerConfig
 
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. 
Makes sure that the action is invisible in view mode. Invokes a doer to determine whether the action can be triggerd in create or edit mode. Delegates to the superclass when the action is visible.

Supported API: true

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

performOperation

public void performOperation(CoAction action,
                             CoEnvData envData)
                      throws WTException
Deprecated. 
Delegates to a super class and issues an instruction to close the frame.

Supported API: true

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