|
|||||||||
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.content.BaseContentWizard
org.alfresco.web.bean.content.CreateContentWizard
org.alfresco.web.bean.forums.CreatePostDialog
org.alfresco.web.bean.forums.CreateReplyDialog
public class CreateReplyDialog
Bean implementation of the "Create Reply Dialog".
Field Summary | |
---|---|
protected java.lang.String |
replyContent
|
Fields inherited from class org.alfresco.web.bean.content.CreateContentWizard |
---|
content, createMimeTypes, formName, formProcessorSession, formsService, instanceDataDocument |
Fields inherited from class org.alfresco.web.bean.content.BaseContentWizard |
---|
author, createdNode, description, encoding, fileName, inlineEdit, mimeType, MSG_NODE_LOCKED, objectType, objectTypes, otherPropertiesChoiceVisible, showOtherProperties, title |
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
CreateReplyDialog()
|
Method Summary | |
---|---|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
java.lang.String |
getFinishButtonLabel()
Returns the label to use for the finish button |
void |
init(java.util.Map parameters)
Initialises the dialog bean |
Methods inherited from class org.alfresco.web.bean.forums.CreatePostDialog |
---|
getFinishButtonDisabled |
Methods inherited from class org.alfresco.web.bean.content.CreateContentWizard |
---|
createContentChanged, doPostCommitProcessing, finish, formatErrorMessage, getContent, getCreateMimeTypes, getFileName, getForm, getFormName, getFormProcessorSession, getFormsList, getInstanceDataDocument, getNextButtonDisabled, getSummary, setContent, setFormName, setFormProcessorSession, setFormsService |
Methods inherited from class org.alfresco.web.bean.content.BaseContentWizard |
---|
getAuthor, getContentService, getDescription, getEncoding, getEncodings, getMimeType, getObjectType, getObjectTypes, getOtherPropertiesChoiceVisible, getShowOtherProperties, getSummaryMimeType, getSummaryObjectType, getTitle, initOtherProperties, isInlineEdit, saveContent, setAuthor, setContentService, setDescription, setEncoding, setFileName, setInlineEdit, setMimeType, setObjectType, setShowOtherProperties, setTitle |
Methods inherited from class org.alfresco.web.bean.wizard.BaseWizardBean |
---|
back, buildSummary, getBackButtonLabel, getDefaultCancelOutcome, getDefaultFinishOutcome, getNextButtonLabel, getStepDescription, 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 |
---|
cancel, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getContainerDescription, getContainerSubTitle, getContainerTitle, getMoreActionsConfigId, isFinished, restored |
Field Detail |
---|
protected java.lang.String replyContent
Constructor Detail |
---|
public CreateReplyDialog()
Method Detail |
---|
public void init(java.util.Map parameters)
IDialogBean
init
in interface IDialogBean
init
in class CreatePostDialog
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 CreatePostDialog
context
- FacesContextoutcome
- The default outcome
java.lang.Exception
public java.lang.String getFinishButtonLabel()
IDialogBean
getFinishButtonLabel
in interface IDialogBean
getFinishButtonLabel
in class CreatePostDialog
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |