public class CancelEditingDialog extends CheckinCheckoutDialog
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MSG_CANCEL_EDITING |
static java.lang.String |
MSG_CANCEL_EDITING_FOR |
FILE, MSG_ERROR_CANCELCHECKOUT, MSG_ERROR_CHECKIN, MSG_ERROR_CHECKOUT, MSG_ERROR_UPDATE, propertybrowseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
CancelEditingDialog() |
| 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
|
protected java.lang.String |
getDefaultCancelOutcome()
Returns the default cancel outcome
|
protected java.lang.String |
getDefaultFinishOutcome()
Returns the default finish outcome
|
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 |
undoCheckoutFile(javax.faces.context.FacesContext context,
java.lang.String outcome)
Action to undo the checkout of a locked document.
|
cancel, checkinFileOK, clearUpload, editFile, editInline, getBrowseBean, getFileName, getFileUploadSuccessMsg, isVersionable, removeUploadedFile, resetState, setBrowseBean, setFileName, setNavigator, setProperty, setupContentAction, setupContentDocument, setupWorkflowContentAction, undoCheckout, updateFileOKdoPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, init, isFinished, restored, setDictionaryService, setFileFolderService, setNamespaceService, setNodeService, setSearchServicepublic static final java.lang.String MSG_CANCEL_EDITING
public static final java.lang.String MSG_CANCEL_EDITING_FOR
protected 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.Exceptionprotected java.lang.String getDefaultCancelOutcome()
BaseDialogBeangetDefaultCancelOutcome in class BaseDialogBeanprotected java.lang.String getDefaultFinishOutcome()
BaseDialogBeangetDefaultFinishOutcome in class BaseDialogBeanpublic 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 boolean getFinishButtonDisabled()
IDialogBeangetFinishButtonDisabled in interface IDialogBeangetFinishButtonDisabled in class CheckinCheckoutDialogpublic java.lang.String getFinishButtonLabel()
IDialogBeangetFinishButtonLabel in interface IDialogBeangetFinishButtonLabel in class CheckinCheckoutDialogpublic java.lang.String undoCheckoutFile(javax.faces.context.FacesContext context,
java.lang.String outcome)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.