public class PromptForWebFormDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected AVMBrowseBean |
avmBrowseBean
AVM Browse Bean reference
|
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
PromptForWebFormDialog() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
cancel()
Method handler called when the cancel button of the dialog is pressed
|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard.
|
AVMNode |
getAvmNode() |
protected org.alfresco.service.cmr.avm.AVMService |
getAvmService() |
protected java.lang.String |
getDefaultCancelOutcome()
Returns the default cancel outcome
|
protected java.lang.String |
getDefaultFinishOutcome()
Returns the default finish outcome
|
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled
|
java.util.List |
getFormChoices() |
java.lang.String |
getFormName() |
protected FormsService |
getFormsService() |
void |
init(java.util.Map parameters)
Initialises the dialog bean
|
void |
setAvmBrowseBean(AVMBrowseBean avmBrowseBean) |
void |
setAvmService(org.alfresco.service.cmr.avm.AVMService avmService) |
void |
setFormName(java.lang.String formName) |
void |
setFormsService(FormsService formsService) |
doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServiceprotected AVMBrowseBean avmBrowseBean
public void setAvmService(org.alfresco.service.cmr.avm.AVMService avmService)
avmService - The avmService to set.protected org.alfresco.service.cmr.avm.AVMService getAvmService()
public void setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
avmBrowseBean - The AVMBrowseBean to set.public void setFormsService(FormsService formsService)
formsService - The FormsService to set.protected FormsService getFormsService()
public AVMNode getAvmNode()
public void init(java.util.Map parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogpublic java.lang.String cancel()
IDialogBeancancel in interface IDialogBeancancel 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 boolean getFinishButtonDisabled()
IDialogBeangetFinishButtonDisabled in interface IDialogBeangetFinishButtonDisabled in class BaseDialogBeanprotected java.lang.String getDefaultCancelOutcome()
BaseDialogBeangetDefaultCancelOutcome in class BaseDialogBeanprotected java.lang.String getDefaultFinishOutcome()
BaseDialogBeangetDefaultFinishOutcome in class BaseDialogBeanpublic java.util.List getFormChoices()
public java.lang.String getFormName()
public void setFormName(java.lang.String formName)
form - Sets the currently selected formCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.