public class RemoveContentUserDialog extends BaseDialogBean
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
RemoveContentUserDialog() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard.
|
java.lang.String |
getContainerSubTitle()
Returns the subtitle to be used for the dialog
|
java.lang.String |
getContainerTitle()
Returns the title to be used for the dialog
|
ContentUsersBean |
getContentUsersBean() |
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled
|
java.lang.String |
getPersonName() |
void |
setContentUsersBean(ContentUsersBean contentUsersBean) |
void |
setPersonName(java.lang.String personName) |
void |
setupUserAction(javax.faces.event.ActionEvent event) |
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, 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 BaseDialogBeanprotected 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 java.lang.String getContainerTitle()
IDialogBeanIf this returns null the DialogManager will lookup the title via the dialog configuration
getContainerTitle in interface IDialogBeangetContainerTitle in class BaseDialogBeanpublic java.lang.String getContainerSubTitle()
IDialogBeanIf this returns null the DialogManager will lookup the subtitle via the dialog configuration
getContainerSubTitle in interface IDialogBeangetContainerSubTitle in class BaseDialogBeanpublic void setupUserAction(javax.faces.event.ActionEvent event)
public java.lang.String getPersonName()
public void setPersonName(java.lang.String personName)
public ContentUsersBean getContentUsersBean()
public void setContentUsersBean(ContentUsersBean contentUsersBean)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.