net.jspcontrols.dialogs.samples.wizardaction.rules
Class StepConfirm

java.lang.Object
  extended bynet.jspcontrols.wizard.impl.WizardStep
      extended bynet.jspcontrols.dialogs.samples.wizardaction.rules.StepConfirm
All Implemented Interfaces:
IWizardStep

public class StepConfirm
extends WizardStep

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

StepConfirm

public StepConfirm(SignupWizard value,
                   java.lang.String name)
Creates Confirmation node

Parameters:
value - owner wizard object, used to reference wizard-wide objects like error messages
name - name of this node. Used to locate node by name, and as mapping for JSP page
Method Detail

resetBooleans

public void resetBooleans()
Instructs the node to clear boolean values. Usually called before the properties are about to be updated.