org.alfresco.web.bean.coci
Class EditOnlineDialog
java.lang.Object
org.alfresco.web.bean.dialog.BaseDialogBean
org.alfresco.web.bean.coci.CheckinCheckoutDialog
org.alfresco.web.bean.coci.CCCheckoutFileDialog
org.alfresco.web.bean.coci.EditOnlineDialog
- All Implemented Interfaces:
- java.io.Serializable, IDialogBean
public class EditOnlineDialog
- extends CCCheckoutFileDialog
This base dialog class provides methods for online editing. It does
doesn't have entry in web-client-config-dialogs.xml as is not instantiated directly.
- See Also:
- Serialized Form
Method Summary |
void |
handle(javax.faces.event.ActionEvent event)
Base handling method. |
void |
handleCifsEditing(javax.faces.event.ActionEvent event)
Action listener for handle cifs online editing action. |
void |
handleHttpEditing(javax.faces.event.ActionEvent event)
Action listener for handle http online(inline) editing action. |
void |
handleWebdavEditing(javax.faces.event.ActionEvent event)
Action listener for handle webdav online editing action. |
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 org.alfresco.web.bean.dialog.BaseDialogBean |
doPostCommitProcessing, 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, setSearchService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ONLINE_EDITING
public static final java.lang.String ONLINE_EDITING
- See Also:
- Constant Field Values
EditOnlineDialog
public EditOnlineDialog()
handleWebdavEditing
public void handleWebdavEditing(javax.faces.event.ActionEvent event)
- Action listener for handle webdav online editing action. E.g "edit_doc_online_webdav" action
- Parameters:
event
- ActionEvent
handleCifsEditing
public void handleCifsEditing(javax.faces.event.ActionEvent event)
- Action listener for handle cifs online editing action. E.g "edit_doc_online_cifs" action
- Parameters:
event
- ActionEvent
handleHttpEditing
public void handleHttpEditing(javax.faces.event.ActionEvent event)
- Action listener for handle http online(inline) editing action. E.g "edit_doc_online_http" action
- Parameters:
event
- ActionEvent
handle
public void handle(javax.faces.event.ActionEvent event)
- Base handling method.
- Parameters:
event
- ActionEvent
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.