public abstract class BaseWizardBean extends BaseDialogBean implements IWizardBean
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
BaseWizardBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
back()
Called when the back button is pressed by the user
|
protected String |
buildSummary(String[] labels,
String[] values)
Build summary table from the specified list of Labels and Values
|
String |
getBackButtonLabel()
Returns the label to use for the back button
|
protected String |
getDefaultCancelOutcome()
Returns the default cancel outcome
|
protected String |
getDefaultFinishOutcome()
Returns the default finish outcome
|
String |
getFinishButtonLabel()
Returns the label to use for the finish button
|
boolean |
getNextButtonDisabled()
Determines whether the next button on the wizard should be disabled
|
String |
getNextButtonLabel()
Returns the label to use for the next button
|
String |
getStepDescription()
Returns the description to be used for the current step
|
String |
getStepTitle()
Returns the title to be used for the current step
|
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 String next()
IWizardBeannext in interface IWizardBeanpublic String back()
IWizardBeanback in interface IWizardBeanpublic boolean getNextButtonDisabled()
IWizardBeangetNextButtonDisabled in interface IWizardBeanpublic String getNextButtonLabel()
IWizardBeangetNextButtonLabel in interface IWizardBeanpublic String getBackButtonLabel()
IWizardBeangetBackButtonLabel in interface IWizardBeanpublic String getFinishButtonLabel()
IDialogBeangetFinishButtonLabel in interface IDialogBeangetFinishButtonLabel in class BaseDialogBeanpublic String getStepTitle()
IWizardBeanIf this returns null the WizardManager will lookup the title via the dialog configuration
getStepTitle in interface IWizardBeanpublic String getStepDescription()
IWizardBeanIf this returns null the WizardManager will lookup the description via the dialog configuration
getStepDescription in interface IWizardBeanprotected String buildSummary(String[] labels, String[] values)
labels - Array of labels to displayvalues - Array of values to displayprotected String getDefaultCancelOutcome()
BaseDialogBeangetDefaultCancelOutcome in class BaseDialogBeanprotected String getDefaultFinishOutcome()
BaseDialogBeangetDefaultFinishOutcome in class BaseDialogBeanCopyright © 2005–2018 Alfresco Software. All rights reserved.