public class EditUserRolesDialog extends BaseDialogBean
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
EditUserRolesDialog() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRole(javax.faces.event.ActionEvent event) |
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard.
|
java.lang.String |
getContainerTitle()
Returns the title to be used for the dialog
|
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled
|
javax.faces.model.DataModel |
getPersonRolesDataModel() |
SpaceUsersBean |
getSpaceUsersBean() |
void |
removeRole(javax.faces.event.ActionEvent event) |
void |
setSpaceUsersBean(SpaceUsersBean spaceUsersBean) |
void |
setupUserAction(javax.faces.event.ActionEvent event) |
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, init, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServicepublic boolean getFinishButtonDisabled()
IDialogBeangetFinishButtonDisabled in interface IDialogBeangetFinishButtonDisabled in class BaseDialogBeanpublic SpaceUsersBean getSpaceUsersBean()
public void setSpaceUsersBean(SpaceUsersBean spaceUsersBean)
protected java.lang.String finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
throws java.lang.Exception
BaseDialogBeanfinishImpl in class BaseDialogBeancontext - FacesContextoutcome - The default outcomejava.lang.Exceptionpublic void addRole(javax.faces.event.ActionEvent event)
public void setupUserAction(javax.faces.event.ActionEvent event)
public void removeRole(javax.faces.event.ActionEvent event)
public javax.faces.model.DataModel getPersonRolesDataModel()
public java.lang.String getContainerTitle()
IDialogBeanIf this returns null the DialogManager will lookup the title via the dialog configuration
getContainerTitle in interface IDialogBeangetContainerTitle in class BaseDialogBeanCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.