mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Completion of dialog and wizard frameworks also converted advanced space wizard and create space dialog to the new frameworks.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2615 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -9,34 +9,6 @@ import org.alfresco.web.bean.dialog.IDialogBean;
|
||||
*/
|
||||
public interface IWizardBean extends IDialogBean
|
||||
{
|
||||
/**
|
||||
* Method handler called when the next button of the wizard is pressed
|
||||
*
|
||||
* @return The outcome to return
|
||||
*/
|
||||
// public String next();
|
||||
|
||||
/**
|
||||
* Method handler called when the back button of the wizard is pressed
|
||||
*
|
||||
* @return The outcome to return
|
||||
*/
|
||||
// public String back();
|
||||
|
||||
/**
|
||||
* Determines whether the next button on the wizard should be disabled
|
||||
*
|
||||
* @return true if the button should be disabled
|
||||
*/
|
||||
public boolean getNextButtonDisabled();
|
||||
|
||||
/**
|
||||
* Determines whether the back button on the wizard should be disabled
|
||||
*
|
||||
* @return true if the button should be disabled
|
||||
*/
|
||||
public boolean getBackButtonDisabled();
|
||||
|
||||
/**
|
||||
* Returns the label to use for the next button
|
||||
*
|
||||
@@ -50,4 +22,11 @@ public interface IWizardBean extends IDialogBean
|
||||
* @return The back button label
|
||||
*/
|
||||
public String getBackButtonLabel();
|
||||
|
||||
/**
|
||||
* Determines whether the next button on the wizard should be disabled
|
||||
*
|
||||
* @return true if the button should be disabled
|
||||
*/
|
||||
public boolean getNextButtonDisabled();
|
||||
}
|
||||
|
Reference in New Issue
Block a user