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:
@@ -39,6 +39,16 @@ public class DialogManager
|
||||
this.currentDialog.init();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the config for the current dialog
|
||||
*
|
||||
* @return The current dialog config
|
||||
*/
|
||||
public DialogConfig getCurrentDialog()
|
||||
{
|
||||
return this.currentDialogConfig;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the current dialog bean being managed
|
||||
*
|
||||
@@ -111,6 +121,16 @@ public class DialogManager
|
||||
return this.currentDialogConfig.getPage();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the label to use for the cancel button
|
||||
*
|
||||
* @return The cancel button label
|
||||
*/
|
||||
public String getCancelButtonLabel()
|
||||
{
|
||||
return this.currentDialog.getCancelButtonLabel();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the label to use for the finish button
|
||||
*
|
||||
|
Reference in New Issue
Block a user