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

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
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
CoCancelActionHandler, CoNextPrevStepsActionHandler, CoWizardDialogActionHandler, CoWizardStepActionHandler

Deprecated.

@Deprecated
public abstract class CoWizardActionHandler
extends CoSimpleInPlaceActionHandler



Supported API: true

Extendable: false


Method Summary
static CoWizardModel findWizardModel(CoAction action, CoEnvData envData)
          Deprecated. 

Supported API: true
static CoElement findWizardStep(CoAction action, CoEnvData envData)
          Deprecated. 

Supported API: true
static ArrayList findWizardStepActions(CoAction action, CoEnvData envData)
          Deprecated. 

Supported API: true
static int findWizardStepIndex(CoAction action, CoEnvData envData)
          Deprecated. 

Supported API: true
protected  CoActionHandlerData getActionHandlerData(CoAction action, CoEnvData envData)
          Deprecated. 

Supported API: true
protected  CoActionHandlerData newActionHandlerData()
          Deprecated. 

Supported API: true
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoInPlaceActionHandler
newModel, updateActionModel
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoActionHandler
getActionDoer, getActionDoerConfig, initActionModel, performOperation, updateModel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newActionHandlerData

protected CoActionHandlerData newActionHandlerData()
Deprecated. 


Supported API: true

Overrides:
newActionHandlerData in class CoSimpleInPlaceActionHandler
Returns:
CoActionHandlerData

getActionHandlerData

protected CoActionHandlerData getActionHandlerData(CoAction action,
                                                   CoEnvData envData)
                                            throws WTException
Deprecated. 


Supported API: true

Parameters:
action -
envData -
Returns:
CoActionHandlerData
Throws:
WTException

findWizardModel

public static CoWizardModel findWizardModel(CoAction action,
                                            CoEnvData envData)
                                     throws WTException
Deprecated. 


Supported API: true

Parameters:
action -
envData -
Returns:
CoWizardModel
Throws:
WTException

findWizardStepIndex

public static int findWizardStepIndex(CoAction action,
                                      CoEnvData envData)
                               throws WTException
Deprecated. 


Supported API: true

Parameters:
action -
envData -
Returns:
int
Throws:
WTException

findWizardStep

public static CoElement findWizardStep(CoAction action,
                                       CoEnvData envData)
                                throws WTException
Deprecated. 


Supported API: true

Parameters:
action -
envData -
Returns:
CoElement
Throws:
WTException

findWizardStepActions

public static ArrayList findWizardStepActions(CoAction action,
                                              CoEnvData envData)
                                       throws WTException
Deprecated. 


Supported API: true

Parameters:
action -
envData -
Returns:
ArrayList
Throws:
WTException