|
|||||||||
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.BaseDetailsBean
org.alfresco.web.bean.forums.ForumDetailsDialog
public class ForumDetailsDialog
Field Summary |
---|
Fields inherited from class org.alfresco.web.bean.BaseDetailsBean |
---|
imageResolver, panels, template, workflowProperties |
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
ForumDetailsDialog()
|
Method Summary | |
---|---|
java.lang.String |
cancel()
Action handler to clear the current Space properties before returning to the browse screen, as the user may have modified the properties! |
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
java.lang.String |
getCancelButtonLabel()
Returns the label to use for the cancel button |
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 |
java.lang.String |
getCurrentItemId()
|
protected Node |
getLinkResolvedNode()
Resolve the actual Node from any Link object that may be proxying it |
Node |
getNode()
Returns the Node this bean is currently representing |
java.lang.String |
getOutcome()
|
protected java.lang.String |
getPropertiesPanelId()
|
Node |
getSpace()
Returns the Space this bean is currently representing |
java.util.Map |
getTemplateModel()
Returns a model for use by a template on the Details page. |
void |
nextItem(javax.faces.event.ActionEvent event)
|
void |
previousItem(javax.faces.event.ActionEvent event)
|
Methods inherited from class org.alfresco.web.bean.BaseDetailsBean |
---|
applyTemplate, approve, cancelWorkflowEdit, expandPanel, getApproveStepName, getBookmarkUrl, getCifsPath, getCopyService, getHasCustomView, getHasTemplateView, getHasWebscriptView, getId, getName, getNodeRefUrl, getOwnableService, getPanels, getPermissionService, getRejectStepName, getTemplate, getTemplateRef, getWebdavUrl, getWebscriptUrl, getWorkflowProperties, reject, removeTemplate, saveWorkflow, setCopyService, setOwnableService, setPanels, setPermissionService, setTemplate, takeOwnership |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForumDetailsDialog()
Method Detail |
---|
public Node getSpace()
protected Node getLinkResolvedNode()
BaseDetailsBean
getLinkResolvedNode
in class BaseDetailsBean
public Node getNode()
BaseDetailsBean
getNode
in class BaseDetailsBean
protected java.lang.String getPropertiesPanelId()
getPropertiesPanelId
in class BaseDetailsBean
public java.util.Map getTemplateModel()
BaseDetailsBean
getTemplateModel
in class BaseDetailsBean
public java.lang.String cancel()
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 java.lang.String getCurrentItemId()
getCurrentItemId
in interface NavigationSupport
public java.lang.String getOutcome()
getOutcome
in interface NavigationSupport
public void nextItem(javax.faces.event.ActionEvent event)
nextItem
in interface NavigationSupport
public void previousItem(javax.faces.event.ActionEvent event)
previousItem
in interface NavigationSupport
public java.lang.String getCancelButtonLabel()
IDialogBean
getCancelButtonLabel
in interface IDialogBean
getCancelButtonLabel
in class BaseDialogBean
public java.lang.String getContainerSubTitle()
IDialogBean
If this returns null the DialogManager will lookup the subtitle via the dialog configuration
getContainerSubTitle
in interface IDialogBean
getContainerSubTitle
in class BaseDialogBean
public java.lang.String getContainerTitle()
IDialogBean
If this returns null the DialogManager will lookup the title via the dialog configuration
getContainerTitle
in interface IDialogBean
getContainerTitle
in class BaseDialogBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |