|
|||||||||
| 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.coci.CheckinCheckoutDialog
org.alfresco.web.bean.coci.CancelEditingDialog
public class CancelEditingDialog
| Field Summary | |
|---|---|
static java.lang.String |
MSG_CANCEL_EDITING
|
static java.lang.String |
MSG_CANCEL_EDITING_FOR
|
| Fields inherited from class org.alfresco.web.bean.coci.CheckinCheckoutDialog |
|---|
FILE, MSG_ERROR_CANCELCHECKOUT, MSG_ERROR_CHECKIN, MSG_ERROR_CHECKOUT, MSG_ERROR_UPDATE, property |
| Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
|---|
browseBean, isFinished, navigator, parameters |
| Constructor Summary | |
|---|---|
CancelEditingDialog()
|
|
| 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 |
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. |
| Methods inherited from class org.alfresco.web.bean.coci.CheckinCheckoutDialog |
|---|
cancel, checkinFileOK, clearUpload, editFile, editInline, getBrowseBean, getFileName, getFileUploadSuccessMsg, isVersionable, removeUploadedFile, resetState, setBrowseBean, setFileName, setNavigator, setProperty, setupContentAction, setupContentDocument, setupWorkflowContentAction, undoCheckout, updateFileOK |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String MSG_CANCEL_EDITING
public static final java.lang.String MSG_CANCEL_EDITING_FOR
| Constructor Detail |
|---|
public CancelEditingDialog()
| Method Detail |
|---|
protected java.lang.String finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
throws java.lang.Exception
BaseDialogBean
finishImpl in class CheckinCheckoutDialogcontext - FacesContextoutcome - The default outcome
java.lang.Exceptionprotected java.lang.String getDefaultCancelOutcome()
BaseDialogBean
getDefaultCancelOutcome in class BaseDialogBeanprotected java.lang.String getDefaultFinishOutcome()
BaseDialogBean
getDefaultFinishOutcome 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()
IDialogBean
getFinishButtonDisabled in interface IDialogBeangetFinishButtonDisabled in class CheckinCheckoutDialogpublic java.lang.String getFinishButtonLabel()
IDialogBean
getFinishButtonLabel in interface IDialogBeangetFinishButtonLabel in class CheckinCheckoutDialog
public java.lang.String undoCheckoutFile(javax.faces.context.FacesContext context,
java.lang.String outcome)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||