public abstract class BaseWizardBean extends BaseDialogBean implements IWizardBean
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
BaseWizardBean() |
| Modifier and Type | Method and Description |
|---|---|
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
|
cancel, doPostCommitProcessing, finish, finishImpl, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, init, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServiceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, finish, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getContainerDescription, getContainerSubTitle, getContainerTitle, getFinishButtonDisabled, getMoreActionsConfigId, init, isFinished, restoredpublic java.lang.String next()
IWizardBeannext in interface IWizardBeanpublic java.lang.String back()
IWizardBeanback in interface IWizardBeanpublic boolean getNextButtonDisabled()
IWizardBeangetNextButtonDisabled in interface IWizardBeanpublic java.lang.String getNextButtonLabel()
IWizardBeangetNextButtonLabel in interface IWizardBeanpublic java.lang.String getBackButtonLabel()
IWizardBeangetBackButtonLabel in interface IWizardBeanpublic java.lang.String getFinishButtonLabel()
IDialogBeangetFinishButtonLabel in interface IDialogBeangetFinishButtonLabel in class BaseDialogBeanpublic java.lang.String getStepTitle()
IWizardBeanIf this returns null the WizardManager will lookup the title via the dialog configuration
getStepTitle in interface IWizardBeanpublic java.lang.String getStepDescription()
IWizardBeanIf this returns null the WizardManager will lookup the description via the dialog configuration
getStepDescription in interface IWizardBeanprotected java.lang.String buildSummary(java.lang.String[] labels,
java.lang.String[] values)
labels - Array of labels to displayvalues - Array of values to displayprotected java.lang.String getDefaultCancelOutcome()
BaseDialogBeangetDefaultCancelOutcome in class BaseDialogBeanprotected java.lang.String getDefaultFinishOutcome()
BaseDialogBeangetDefaultFinishOutcome in class BaseDialogBeanCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.