|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWizardBean
Interface that defines the contract for a wizard backing bean
Method Summary | |
---|---|
java.lang.String |
back()
Called when the back button is pressed by the user |
java.lang.String |
getBackButtonLabel()
Returns the label to use for the back 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 interface org.alfresco.web.bean.dialog.IDialogBean |
---|
cancel, finish, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getContainerDescription, getContainerSubTitle, getContainerTitle, getFinishButtonDisabled, getFinishButtonLabel, getMoreActionsConfigId, init, isFinished, restored |
Method Detail |
---|
java.lang.String next()
java.lang.String back()
java.lang.String getNextButtonLabel()
java.lang.String getBackButtonLabel()
boolean getNextButtonDisabled()
java.lang.String getStepTitle()
If this returns null the WizardManager will lookup the title via the dialog configuration
java.lang.String getStepDescription()
If this returns null the WizardManager will lookup the description via the dialog configuration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |