public class LinkPropertiesDialog extends BaseDialogBean
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
LinkPropertiesDialog() |
| Modifier and Type | Method and Description |
|---|---|
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
|
cancel, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServicepublic void init(java.util.Map parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogpublic java.util.Map getProperties()
public boolean getFinishButtonDisabled()
IDialogBeangetFinishButtonDisabled in interface IDialogBeangetFinishButtonDisabled in class BaseDialogBeanpublic 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
BaseDialogBeanfinishImpl in class BaseDialogBeancontext - FacesContextoutcome - The default outcomejava.lang.Exceptionprotected java.lang.String doPostCommitProcessing(javax.faces.context.FacesContext context,
java.lang.String outcome)
BaseDialogBeandoPostCommitProcessing in class BaseDialogBeancontext - FacesContextoutcome - The default outcomeCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.