|
|||||||||
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.LinkPropertiesDialog
public class LinkPropertiesDialog
Backing bean for the edit link properties dialog
Field Summary |
---|
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
LinkPropertiesDialog()
|
Method Summary | |
---|---|
protected java.lang.String |
doPostCommitProcessing(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs any post commit processing subclasses may want to provide |
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
java.lang.String |
getDestinationPath()
|
Node |
getEditableNode()
Returns the node being edited |
java.lang.String |
getFileLinkBookmarkUrl()
Returns the URL to access the details page for the current document link object |
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled |
java.util.Map |
getProperties()
|
java.lang.String |
getSpaceLinkDestinationUrl()
Returns the URL to access the details page for the current document link object |
void |
init(java.util.Map parameters)
Initialises the dialog bean |
void |
setupFileLinkForAction(javax.faces.event.ActionEvent event)
Event handler called to setup the link object for property editing |
void |
setupFolderLinkForAction(javax.faces.event.ActionEvent event)
Event handler called to setup the link object for property editing |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinkPropertiesDialog()
Method Detail |
---|
public void init(java.util.Map parameters)
IDialogBean
init
in interface IDialogBean
init
in class BaseDialogBean
parameters
- Map of parameters for the dialogpublic java.util.Map getProperties()
public boolean getFinishButtonDisabled()
IDialogBean
getFinishButtonDisabled
in interface IDialogBean
getFinishButtonDisabled
in class BaseDialogBean
public Node getEditableNode()
public void setupFileLinkForAction(javax.faces.event.ActionEvent event)
event
- The eventpublic void setupFolderLinkForAction(javax.faces.event.ActionEvent event)
event
- The eventpublic java.lang.String getDestinationPath()
public java.lang.String getFileLinkBookmarkUrl()
public java.lang.String getSpaceLinkDestinationUrl()
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
protected java.lang.String doPostCommitProcessing(javax.faces.context.FacesContext context, java.lang.String outcome)
BaseDialogBean
doPostCommitProcessing
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcome
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |