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, setSearchService
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancel, finish, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getContainerDescription, getContainerSubTitle, getContainerTitle, getFinishButtonDisabled, getMoreActionsConfigId, init, isFinished, restored
public String next()
IWizardBean
next
in interface IWizardBean
public String back()
IWizardBean
back
in interface IWizardBean
public boolean getNextButtonDisabled()
IWizardBean
getNextButtonDisabled
in interface IWizardBean
public String getNextButtonLabel()
IWizardBean
getNextButtonLabel
in interface IWizardBean
public String getBackButtonLabel()
IWizardBean
getBackButtonLabel
in interface IWizardBean
public String getFinishButtonLabel()
IDialogBean
getFinishButtonLabel
in interface IDialogBean
getFinishButtonLabel
in class BaseDialogBean
public String getStepTitle()
IWizardBean
If this returns null the WizardManager will lookup the title via the dialog configuration
getStepTitle
in interface IWizardBean
public String getStepDescription()
IWizardBean
If this returns null the WizardManager will lookup the description via the dialog configuration
getStepDescription
in interface IWizardBean
protected String buildSummary(String[] labels, String[] values)
labels
- Array of labels to displayvalues
- Array of values to displayprotected String getDefaultCancelOutcome()
BaseDialogBean
getDefaultCancelOutcome
in class BaseDialogBean
protected String getDefaultFinishOutcome()
BaseDialogBean
getDefaultFinishOutcome
in class BaseDialogBean
Copyright © 2005–2017 Alfresco Software. All rights reserved.