java.lang.Objectnet.jspcontrols.wizard.impl.WizardStep
net.jspcontrols.dialogs.samples.wizardaction.rules.StepConfirm
Confirmation node of Signup wizard. Being the last node of the wizard, it submits wizard data to user accounts storage.
| Field Summary |
| Fields inherited from class net.jspcontrols.wizard.impl.WizardStep |
incomingTransition, stateName, wizard |
| Constructor Summary | |
StepConfirm(SignupWizard value,
java.lang.String name)
Creates Confirmation node |
|
| Method Summary | |
void |
resetBooleans()
Instructs the node to clear boolean values. |
| Methods inherited from class net.jspcontrols.wizard.impl.WizardStep |
addOutgoingTransition, checkTraverseBack, getIncomingTransition, getOutgoingTransition, getOutgoingTransitions, getStateName, getWizard, isCheckpoint, isStateInPath, setCheckpoint, setIncomingTransition |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StepConfirm(SignupWizard value,
java.lang.String name)
value - owner wizard object, used to reference wizard-wide
objects like error messagesname - name of this node. Used to locate node by name, and
as mapping for JSP page| Method Detail |
public void resetBooleans()