|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.co.client.action.CoActionHandler
com.ptc.core.ca.co.client.action.CoInPlaceActionHandler
com.ptc.core.ca.co.client.action.CoSimpleInPlaceActionHandler
com.ptc.core.ca.co.client.wizard.CoWizardActionHandler
com.ptc.core.ca.co.client.wizard.CoNextPrevStepsActionHandler
com.ptc.core.ca.co.client.wizard.CoNextStepActionHandler
@Deprecated public abstract class CoNextStepActionHandler
The action handler for the Next action from the wizard action list.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
protected CoAction |
findNextStepAction(CoAction action,
CoEnvData envData)
Deprecated. Returns the action from the wizard's action step list corresponding to the next step. |
void |
performOperation(CoAction action,
CoEnvData envData)
Deprecated. Find an action from the wizard's action step list corresponding to the next step. |
protected void |
updateActionModel(CoAction action,
CoEnvData envData)
Deprecated. Updates action model to ensure that Next action can not be executed when there is no next step. |
| 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 |
|---|
protected void updateActionModel(CoAction action,
CoEnvData envData)
throws WTException
updateActionModel in class CoNextPrevStepsActionHandleraction - envData -
WTException
public void performOperation(CoAction action,
CoEnvData envData)
throws WTException
performOperation with it to simulate
its triggering.
action - envData -
WTException
protected CoAction findNextStepAction(CoAction action,
CoEnvData envData)
throws WTException
action - envData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||