Method | Description | |
---|---|---|
Execute ( |
Invoked as "start" action
|
|
IncludeActions ( |
Implementation of IDynamicActionProvider. Grab all steps related to the wizard and register them as dynamic actions.
|
|
WizardActionProvider ( ) : System |
Initializes a new instance of the WizardActionProvider class.
|
Method | Description | |
---|---|---|
EmptyAction ( |
Represents an empty (no-op) action.
|
|
HasRequiredSessionData ( |
Determines whether all wizard specific information is on the user session.
|
|
ResetSteps ( |
Resets the steps by invoking WizardStepPage.Reset on all steps instances.
|
|
StartWizard ( |
Starts the wizard by adding the required information to the session and invoking IWizardController.OnWizardStart and detecting the first step.
|
Method | Description | |
---|---|---|
ObtainRequestedAction ( String action, String &innerAction ) : String | ||
OnStepActionRequested ( |
Invoked when a step is accessed on the url, i.e. http://host/mywizard/firststep.rails and when an inner action is invoked like http://host/mywizard/firststep-save.rails
|
|
SetUpWizardHelper ( |
protected EmptyAction ( |
||
controller | The controller. | |
return | void |
public Execute ( |
||
controller | ||
return | void |
protected HasRequiredSessionData ( |
||
controller | The controller. | |
return | bool |
public IncludeActions ( |
||
controller | Wizard controller (must implement |
|
return | void |
protected ResetSteps ( |
||
controller | The controller. | |
return | void |
protected StartWizard ( |
||
controller | The controller. | |
redirect | bool | if set to |
return | void |