org.alfresco.web.bean.content
Class SetContentPropertiesDialog

java.lang.Object
  extended by org.alfresco.web.bean.dialog.BaseDialogBean
      extended by org.alfresco.web.bean.content.EditContentPropertiesDialog
          extended by org.alfresco.web.bean.content.SetContentPropertiesDialog
All Implemented Interfaces:
java.io.Serializable, IDialogBean

public class SetContentPropertiesDialog
extends EditContentPropertiesDialog

Bean implementation of the "Set Content Properties" dialog.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.alfresco.web.bean.content.EditContentPropertiesDialog
editableNode, TEMP_PROP_ENCODING, TEMP_PROP_MIMETYPE
 
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
browseBean, isFinished, navigator, parameters
 
Constructor Summary
SetContentPropertiesDialog()
           
 
Method Summary
protected  java.lang.String getDefaultCancelOutcome()
          Returns the default cancel outcome
protected  java.lang.String getDefaultFinishOutcome()
          Returns the default finish outcome
 
Methods inherited from class org.alfresco.web.bean.content.EditContentPropertiesDialog
doPostCommitProcessing, finishImpl, formatErrorMessage, getEditableNode, getErrorOutcome, getFinishButtonDisabled, init, initEditableNode
 
Methods inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
cancel, finish, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDictionaryService, getErrorMessageId, getFileFolderService, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetContentPropertiesDialog

public SetContentPropertiesDialog()
Method Detail

getDefaultCancelOutcome

protected java.lang.String getDefaultCancelOutcome()
Description copied from class: BaseDialogBean
Returns the default cancel outcome

Overrides:
getDefaultCancelOutcome in class BaseDialogBean
Returns:
Default close outcome, dialog:close by default

getDefaultFinishOutcome

protected java.lang.String getDefaultFinishOutcome()
Description copied from class: BaseDialogBean
Returns the default finish outcome

Overrides:
getDefaultFinishOutcome in class BaseDialogBean
Returns:
Default finish outcome, dialog:close by default


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.