Converted 'manage groups' page to proper dialog and updated related pages to use pattern usethelink should use for all remaining pages

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6865 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2007-09-25 19:58:20 +00:00
parent 3735fbee42
commit 2418955ed2
18 changed files with 760 additions and 774 deletions

View File

@@ -124,4 +124,18 @@ public interface IDialogBean
* @return Object to use as the context for actions
*/
public Object getActionsContext();
/**
* Returns the id of an action group to use for the main actions
*
* @return Id of an action group
*/
public String getActionsConfigId();
/**
* Returns the id of an action group to use for the more actions
*
* @return Id of an action group
*/
public String getMoreActionsConfigId();
}