|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.dialog.BaseDialogBean
org.alfresco.web.bean.wcm.PromptForWebFormDialog
public class PromptForWebFormDialog
Field Summary | |
---|---|
protected AVMBrowseBean |
avmBrowseBean
AVM Browse Bean reference |
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
PromptForWebFormDialog()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AVMBrowseBean avmBrowseBean
Constructor Detail |
---|
public PromptForWebFormDialog()
Method Detail |
---|
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)
IDialogBean
init
in interface IDialogBean
init
in class BaseDialogBean
parameters
- Map of parameters for the dialogpublic java.lang.String cancel()
IDialogBean
cancel
in interface IDialogBean
cancel
in class BaseDialogBean
protected java.lang.String finishImpl(javax.faces.context.FacesContext context, java.lang.String outcome) throws java.lang.Exception
BaseDialogBean
finishImpl
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcome
java.lang.Exception
public boolean getFinishButtonDisabled()
IDialogBean
getFinishButtonDisabled
in interface IDialogBean
getFinishButtonDisabled
in class BaseDialogBean
protected java.lang.String getDefaultCancelOutcome()
BaseDialogBean
getDefaultCancelOutcome
in class BaseDialogBean
protected java.lang.String getDefaultFinishOutcome()
BaseDialogBean
getDefaultFinishOutcome
in class BaseDialogBean
public java.util.List getFormChoices()
public java.lang.String getFormName()
public void setFormName(java.lang.String formName)
form
- Sets the currently selected form
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |