|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.wizard.WizardState
public final class WizardState
Object responsible for holding the current state of an active wizard.
Constructor Summary | |
---|---|
WizardState(WizardsConfigElement.WizardConfig config,
IWizardBean wizard)
Default constructor |
Method Summary | |
---|---|
WizardsConfigElement.WizardConfig |
getConfig()
Returns the configuration for the current wizard |
WizardsConfigElement.PageConfig |
getCurrentPageCfg()
Returns the configuration for the current page of the wizard |
int |
getCurrentStep()
The current step the wizard is on |
java.util.List |
getSteps()
Returns the list of steps the wizard has |
IWizardBean |
getWizard()
Returns the wizard bean instance |
void |
setCurrentPageCfg(WizardsConfigElement.PageConfig currentPageCfg)
Sets the configuration for the current page of the wizard |
void |
setCurrentStep(int currentStep)
Sets the current step the wizard is on |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WizardState(WizardsConfigElement.WizardConfig config, IWizardBean wizard)
config
- The configuration for the wizardwizard
- The wizard bean instanceMethod Detail |
---|
public void setCurrentPageCfg(WizardsConfigElement.PageConfig currentPageCfg)
currentPageCfg
- The configurationpublic void setCurrentStep(int currentStep)
currentStep
- The current step numberpublic IWizardBean getWizard()
public WizardsConfigElement.WizardConfig getConfig()
public WizardsConfigElement.PageConfig getCurrentPageCfg()
public int getCurrentStep()
public java.util.List getSteps()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |