|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.dialog.BaseDialogBean
org.alfresco.web.bean.wizard.BaseWizardBean
public abstract class BaseWizardBean
Base class for all wizard beans providing common functionality
Field Summary |
---|
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
BaseWizardBean()
|
Method Summary | |
---|---|
java.lang.String |
back()
Called when the back button is pressed by the user |
protected java.lang.String |
buildSummary(java.lang.String[] labels,
java.lang.String[] values)
Build summary table from the specified list of Labels and Values |
java.lang.String |
getBackButtonLabel()
Returns the label to use for the back button |
protected java.lang.String |
getDefaultCancelOutcome()
Returns the default cancel outcome |
protected java.lang.String |
getDefaultFinishOutcome()
Returns the default finish outcome |
java.lang.String |
getFinishButtonLabel()
Returns the label to use for the finish button |
boolean |
getNextButtonDisabled()
Determines whether the next button on the wizard should be disabled |
java.lang.String |
getNextButtonLabel()
Returns the label to use for the next button |
java.lang.String |
getStepDescription()
Returns the description to be used for the current step |
java.lang.String |
getStepTitle()
Returns the title to be used for the current step |
java.lang.String |
next()
Called when the next button is pressed by the user |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.alfresco.web.bean.dialog.IDialogBean |
---|
cancel, finish, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getContainerDescription, getContainerSubTitle, getContainerTitle, getFinishButtonDisabled, getMoreActionsConfigId, init, isFinished, restored |
Constructor Detail |
---|
public BaseWizardBean()
Method Detail |
---|
public java.lang.String next()
IWizardBean
next
in interface IWizardBean
public java.lang.String back()
IWizardBean
back
in interface IWizardBean
public boolean getNextButtonDisabled()
IWizardBean
getNextButtonDisabled
in interface IWizardBean
public java.lang.String getNextButtonLabel()
IWizardBean
getNextButtonLabel
in interface IWizardBean
public java.lang.String getBackButtonLabel()
IWizardBean
getBackButtonLabel
in interface IWizardBean
public java.lang.String getFinishButtonLabel()
IDialogBean
getFinishButtonLabel
in interface IDialogBean
getFinishButtonLabel
in class BaseDialogBean
public java.lang.String getStepTitle()
IWizardBean
If this returns null the WizardManager will lookup the title via the dialog configuration
getStepTitle
in interface IWizardBean
public java.lang.String getStepDescription()
IWizardBean
If this returns null the WizardManager will lookup the description via the dialog configuration
getStepDescription
in interface IWizardBean
protected java.lang.String buildSummary(java.lang.String[] labels, java.lang.String[] values)
labels
- Array of labels to displayvalues
- Array of values to display
protected java.lang.String getDefaultCancelOutcome()
BaseDialogBean
getDefaultCancelOutcome
in class BaseDialogBean
protected java.lang.String getDefaultFinishOutcome()
BaseDialogBean
getDefaultFinishOutcome
in class BaseDialogBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |