public class CreateGroupDialog extends BaseDialogBean
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
parentGroup |
protected String |
parentGroupName |
browseBean, isFinished, navigator, parameters
Constructor and Description |
---|
CreateGroupDialog() |
Modifier and Type | Method and Description |
---|---|
protected String |
finishImpl(FacesContext context,
String outcome)
Performs the actual processing for the wizard.
|
protected AuthorityService |
getAuthService() |
String |
getContainerSubTitle()
Returns the subtitle to be used for the dialog
|
String |
getFinishButtonLabel()
Returns the label to use for the finish button
|
String |
getName() |
void |
init(Map<String,String> parameters)
Initialises the dialog bean
|
void |
setAuthService(AuthorityService authService) |
void |
setName(String name) |
void |
validateGroupName(FacesContext context,
UIComponent component,
Object value) |
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchService
protected String parentGroup
protected String parentGroupName
protected String name
public void init(Map<String,String> parameters)
IDialogBean
init
in interface IDialogBean
init
in class BaseDialogBean
parameters
- Map of parameters for the dialogprotected String finishImpl(FacesContext context, String outcome) throws Exception
BaseDialogBean
finishImpl
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcomeException
public String getFinishButtonLabel()
IDialogBean
getFinishButtonLabel
in interface IDialogBean
getFinishButtonLabel
in class BaseDialogBean
public String getContainerSubTitle()
IDialogBean
If this returns null the DialogManager will lookup the subtitle via the dialog configuration
getContainerSubTitle
in interface IDialogBean
getContainerSubTitle
in class BaseDialogBean
public String getName()
public void setName(String name)
public void setAuthService(AuthorityService authService)
protected AuthorityService getAuthService()
public void validateGroupName(FacesContext context, UIComponent component, Object value) throws ValidatorException
ValidatorException
Copyright © 2005–2017 Alfresco Software. All rights reserved.