public interface IWizardBean extends IDialogBean
Modifier and Type | Method and Description |
---|---|
String |
back()
Called when the back button is pressed by the user
|
String |
getBackButtonLabel()
Returns the label to use for the back 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, finish, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getContainerDescription, getContainerSubTitle, getContainerTitle, getFinishButtonDisabled, getFinishButtonLabel, getMoreActionsConfigId, init, isFinished, restored
String next()
String back()
String getNextButtonLabel()
String getBackButtonLabel()
boolean getNextButtonDisabled()
String getStepTitle()
If this returns null the WizardManager will lookup the title via the dialog configuration
String getStepDescription()
If this returns null the WizardManager will lookup the description via the dialog configuration
Copyright © 2005–2017 Alfresco Software. All rights reserved.