|
|||||||||
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.preview.BasePreviewBean
org.alfresco.web.bean.preview.SpacePreviewBean
public class SpacePreviewBean
Backing bean for the Preview Space in Template action page
Field Summary |
---|
Fields inherited from class org.alfresco.web.bean.preview.BasePreviewBean |
---|
browseBean, imageResolver, navigator, template |
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
isFinished, parameters |
Constructor Summary | |
---|---|
SpacePreviewBean()
|
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 |
getCancelButtonLabel()
Returns the label to use for the cancel button |
java.lang.String |
getContainerTitle()
Returns the title to be used for the dialog |
java.lang.String |
getCurrentItemId()
|
Node |
getNode()
Returns the Space this bean is currently representing |
java.lang.String |
getOutcome()
|
java.util.Map |
getTemplateModel()
Returns a model for use by a template on the Document Details page. |
void |
nextItem(javax.faces.event.ActionEvent event)
|
void |
previousItem(javax.faces.event.ActionEvent event)
|
Methods inherited from class org.alfresco.web.bean.preview.BasePreviewBean |
---|
getId, getName, getTemplate, getTemplateRef, setBrowseBean, setNavigator, setTemplate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpacePreviewBean()
Method Detail |
---|
public Node getNode()
getNode
in class BasePreviewBean
public java.util.Map getTemplateModel()
getTemplateModel
in class BasePreviewBean
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 getContainerTitle()
IDialogBean
If this returns null the DialogManager will lookup the title via the dialog configuration
getContainerTitle
in interface IDialogBean
getContainerTitle
in class BaseDialogBean
public java.lang.String getCancelButtonLabel()
IDialogBean
getCancelButtonLabel
in interface IDialogBean
getCancelButtonLabel
in class BaseDialogBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |