public class DoneEditingDialog extends CheckinCheckoutDialog
FILE, MSG_ERROR_CANCELCHECKOUT, MSG_ERROR_CHECKIN, MSG_ERROR_CHECKOUT, MSG_ERROR_UPDATE, propertybrowseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
DoneEditingDialog() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard.
|
java.lang.String |
getContainerTitle()
Returns the title to be used for the dialog
|
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled
|
java.lang.String |
getFinishButtonLabel()
Returns the label to use for the finish button
|
java.lang.String |
getMajorNewVersionLabel() |
java.lang.String |
getMinorNewVersionLabel() |
void |
handle(javax.faces.event.ActionEvent event)
Method for handling done-editing action(e.g.
|
boolean |
isSourceFound() |
boolean |
isSourceVersionable() |
void |
resetState()
Clear form state and upload file bean
|
void |
setupContentAction(javax.faces.event.ActionEvent event)
Action event called by all actions that need to setup a Content Document context on the
CheckinCheckoutDialog before an action page/wizard is called.
|
cancel, checkinFileOK, clearUpload, editFile, editInline, getBrowseBean, getFileName, getFileUploadSuccessMsg, isVersionable, removeUploadedFile, setBrowseBean, setFileName, setNavigator, setProperty, setupContentDocument, setupWorkflowContentAction, undoCheckout, updateFileOKdoPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, init, isFinished, restored, setDictionaryService, setFileFolderService, setNamespaceService, setNodeService, setSearchServicepublic java.lang.String getMajorNewVersionLabel()
public java.lang.String getMinorNewVersionLabel()
public boolean isSourceVersionable()
public boolean isSourceFound()
public void handle(javax.faces.event.ActionEvent event)
event - Action Eventpublic void setupContentAction(javax.faces.event.ActionEvent event)
CheckinCheckoutDialogsetupContentAction in class CheckinCheckoutDialogevent - ActionEventpublic java.lang.String getFinishButtonLabel()
IDialogBeangetFinishButtonLabel in interface IDialogBeangetFinishButtonLabel in class CheckinCheckoutDialogpublic boolean getFinishButtonDisabled()
IDialogBeangetFinishButtonDisabled in interface IDialogBeangetFinishButtonDisabled in class CheckinCheckoutDialogpublic java.lang.String getContainerTitle()
IDialogBeanIf this returns null the DialogManager will lookup the title via the dialog configuration
getContainerTitle in interface IDialogBeangetContainerTitle in class CheckinCheckoutDialogpublic void resetState()
CheckinCheckoutDialogresetState in class CheckinCheckoutDialogprotected java.lang.String finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
throws java.lang.Exception
BaseDialogBeanfinishImpl in class CheckinCheckoutDialogcontext - FacesContextoutcome - The default outcomejava.lang.ExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.