|
|||||||||
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.wizard.BaseWizardBean
org.alfresco.web.bean.wcm.CreateFormWizard
org.alfresco.web.bean.wcm.EditFormWizard
public class EditFormWizard
Backing bean for the Edit Form wizard.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.alfresco.web.bean.wcm.CreateFormWizard |
---|
CreateFormWizard.RenderingEngineTemplateData |
Field Summary |
---|
Fields inherited from class org.alfresco.web.bean.wcm.CreateFormWizard |
---|
applyDefaultWorkflow, contentService, defaultWorkflowName, FILE_RENDERING_ENGINE_TEMPLATE, FILE_SCHEMA, formsService, mimetypeService, renderingEngineTemplates, renderingEngineTemplatesDataModel, schema, schemaFileName, workflowService |
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
EditFormWizard()
|
Method Summary | |
---|---|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
java.util.List |
getAssociatedWebProjects()
|
boolean |
getEditMode()
Indicates whether or not the wizard is currently in edit mode |
void |
init(java.util.Map parameters)
Initialises the wizard |
void |
removeSelectedRenderingEngineTemplate(javax.faces.event.ActionEvent event)
Action handler called when the Remove button is pressed to remove a rendering engine |
Methods inherited from class org.alfresco.web.bean.wizard.BaseWizardBean |
---|
back, buildSummary, getBackButtonLabel, getDefaultCancelOutcome, getDefaultFinishOutcome, getFinishButtonLabel, getNextButtonLabel, getStepTitle, next |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.alfresco.web.bean.dialog.IDialogBean |
---|
finish, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getContainerDescription, getContainerSubTitle, getContainerTitle, getMoreActionsConfigId, isFinished, restored |
Constructor Detail |
---|
public EditFormWizard()
Method Detail |
---|
public void init(java.util.Map parameters)
init
in interface IDialogBean
init
in class CreateFormWizard
parameters
- Map of parameters for the dialogprotected java.lang.String finishImpl(javax.faces.context.FacesContext context, java.lang.String outcome) throws java.lang.Exception
BaseDialogBean
finishImpl
in class CreateFormWizard
context
- FacesContextoutcome
- The default outcome
java.lang.Exception
BaseDialogBean.finishImpl(javax.faces.context.FacesContext, java.lang.String)
public void removeSelectedRenderingEngineTemplate(javax.faces.event.ActionEvent event)
removeSelectedRenderingEngineTemplate
in class CreateFormWizard
public boolean getEditMode()
getEditMode
in class CreateFormWizard
public java.util.List getAssociatedWebProjects()
getAssociatedWebProjects
in class CreateFormWizard
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |