org.alfresco.web.bean.coci
Class EditOnlineDialog

java.lang.Object
  extended by org.alfresco.web.bean.dialog.BaseDialogBean
      extended by org.alfresco.web.bean.coci.CheckinCheckoutDialog
          extended by org.alfresco.web.bean.coci.CCCheckoutFileDialog
              extended by 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

Field Summary
static java.lang.String ONLINE_EDITING
           
 
Fields inherited from class org.alfresco.web.bean.coci.CCCheckoutFileDialog
LBL_CHECKOUT, LBL_SAVE
 
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
EditOnlineDialog()
           
 
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.CCCheckoutFileDialog
checkoutFile, finishImpl, getContainerTitle, getFinishButtonDisabled, getFinishButtonLabel
 
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
 

Field Detail

ONLINE_EDITING

public static final java.lang.String ONLINE_EDITING
See Also:
Constant Field Values
Constructor Detail

EditOnlineDialog

public EditOnlineDialog()
Method Detail

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.