public class OwEditPropertiesDialog
extends com.wewebu.ow.server.app.OwStandardSequenceDialog
implements com.wewebu.ow.server.app.OwClientRefreshContext, com.wewebu.ow.server.dmsdialogs.views.OwObjectListView.OwObjectListViewEventListner, com.wewebu.ow.server.ui.OwJspConfigurable
Implementation of the Document edit properties Dialog.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Field and Description |
---|---|
protected Collection |
m_batchIndexProperties
property set that holds the batch properties, which will be prefilled from previous screens
|
protected List |
m_DocumentFunctionPluginList
list of Document function plugins which have been instantiated
|
protected Collection |
m_historyViewColumnInfo
column info for the history view
|
protected com.wewebu.ow.server.field.OwSearchTemplate |
m_historyViewSearchTemplate
OwSearchTemplate to filter the history view
|
protected int |
m_iIndex
current item index
|
protected int |
m_iMaxElementSize
max number of items to display in the views
|
protected int |
m_iReadOnlyViewMask
filters the views to be displayed read-only
|
protected List |
m_items
list of items to work on
|
protected int |
m_iViewMask
filters the views to be displayed
|
protected com.wewebu.ow.server.app.OwMimeManager |
m_MimeManager
instance of the MIME manager used to open the objects
|
protected com.wewebu.ow.server.ecm.OwObject |
m_ParentObject
the parent of the object that listed the getItem()
|
protected com.wewebu.ow.server.app.OwMultiViewNavigation |
m_SubNavigation
navigation view to navigate through the subviews
|
protected Collection |
m_VersionColumnInfo
list of column info for the version view
|
protected static String |
PLUG_INDEX_KEY
query string key for the plugin index.
|
static int |
VIEW_MASK_ACCESS_RIGHTS
mask value for the access rights view
|
static int |
VIEW_MASK_AUTOOPEN
mask value to use auto open object
|
static int |
VIEW_MASK_DOCUMENT_FUNCTIONS
mask value for the document functions menu view
|
static int |
VIEW_MASK_ENABLE_PASTE_METADATA
mask value to enable paste metadata in property view
|
static int |
VIEW_MASK_ENABLE_SAVE_ALL
mask value for the save all button
|
static int |
VIEW_MASK_FILED_IN
mask value for the filed in view
|
static int |
VIEW_MASK_HISTORY
mask value for the history view
|
static int |
VIEW_MASK_HISTORY_SCOPE_CASE
mask value for the history view, enable case (bpm) history
|
static int |
VIEW_MASK_HISTORY_SCOPE_OBJECT
mask value for the history view, enable object history
|
static int |
VIEW_MASK_LINKS
mask value for the links view
|
static int |
VIEW_MASK_PREVIEW_AUTOOPEN
mask value to use preview mode for auto open
|
static int |
VIEW_MASK_PROPERTIES
mask value for the properties view
|
static int |
VIEW_MASK_SYSTEM_PROPERTIES
mask value for the system properties view
|
static int |
VIEW_MASK_VERSIONS
mask value for the versions view
|
CLOSE_BTN_REGION, FOOTER_REGION, HELP_BTN_REGION, INFO_ICON_REGION, LEFT_REGION, m_strHelpPath, m_strInfoIconURL, m_strTitle, MAIN_REGION, MENU_REGION, RIGHT_REGION, STANDARD_DIALOG_REGION_MAX, TITLE_REGION
m_iDEBUG_DocumentViewSize, m_iDEBUG_InitDocument, m_iDEBUG_TargetCount, m_Listener
Modifier | Constructor and Description |
---|---|
|
OwEditPropertiesDialog(Collection objects_p,
int iIndex_p,
com.wewebu.ow.server.ecm.OwObject parentObject_p,
int iMaxElementSize_p,
Collection versionColumnInfo_p,
com.wewebu.ow.server.field.OwSearchTemplate historyViewSearchTemplate_p,
Collection historyViewColumnInfo_p,
Collection batchIndexProperties_p)
Deprecated.
since 4.1.1.0 use
OwEditPropertiesDialogBuilder |
protected |
OwEditPropertiesDialog(OwEditPropertiesDialogBuilder builder) |
|
OwEditPropertiesDialog(com.wewebu.ow.server.ecm.OwObject obj_p,
com.wewebu.ow.server.ecm.OwObject parentObject_p,
int iMaxElementSize_p,
Collection versionColumnInfo_p,
com.wewebu.ow.server.field.OwSearchTemplate historyViewSearchTemplate_p,
Collection historyViewColumnInfo_p)
Deprecated.
since 4.1.1.0 use
OwEditPropertiesDialogBuilder |
Modifier and Type | Method and Description |
---|---|
protected void |
addExtraMenuButtons(com.wewebu.ow.server.dmsdialogs.OwPropertyViewBridge propertyViewBridge_p)
Add extra buttons (Save+next, Save+close, Save all) to the properties view.
|
void |
closeDialog()
visually close the Dialog.
|
boolean |
closeDlgWOSaving()
Should dialog be closed, even if save was not executed.
|
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectAccessRightsView |
createAccessRightsView(com.wewebu.ow.server.app.OwSubNavigationView nav_p,
com.wewebu.ow.server.ecm.OwObject obj_p)
overridable factory method to create and init the access rights view
|
protected OwEditPropertiesDialog |
createEditPropertiesDialog()
overridable to create a new dialog when browsing through multiple objects
|
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectEditVersionsView |
createEditVersionsView(com.wewebu.ow.server.app.OwSubNavigationView nav_p,
com.wewebu.ow.server.ecm.OwObject obj_p)
overridable factory method to create and init the edit versions view
|
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectFiledRecordsView |
createFiledRecordsView(com.wewebu.ow.server.app.OwSubNavigationView nav_p,
com.wewebu.ow.server.ecm.OwObject obj_p)
overridable factory method to create and init the filed records view
|
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectPropertyFormularView |
createFormPropertyView(com.wewebu.ow.server.app.OwSubNavigationView subNavigation_p,
com.wewebu.ow.server.ecm.OwObject object_p)
Create the view based on JSP form for rendering properties.
|
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectHistoryView |
createHistoryView(com.wewebu.ow.server.app.OwSubNavigationView nav_p,
com.wewebu.ow.server.ecm.OwObject obj_p)
overridable factory method to create and init the history view
|
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectLinksView |
createLinksView(com.wewebu.ow.server.app.OwSubNavigationView nav_p,
com.wewebu.ow.server.ecm.OwObject obj_p)
overridable factory method to create and init the edit links view
|
protected com.wewebu.ow.server.app.OwMimeManager |
createMimeManager()
(overridable)
Factory method to create a OwMimeManger to be used by this
instance.
|
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectPropertyView |
createPropertyView(com.wewebu.ow.server.app.OwMultiViewNavigation nav_p,
com.wewebu.ow.server.ecm.OwObject obj_p)
overridable factory method to create and init the property view
|
protected com.wewebu.ow.server.dmsdialogs.OwPropertyViewBridge |
createPropertyViewBridge(com.wewebu.ow.server.app.OwMultiViewNavigation subNavigation_p,
com.wewebu.ow.server.ecm.OwObject item_p)
Create
OwPropertyViewBridge object. |
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectPropertyView |
createPropertyViewInstance()
Create property view instance
|
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectPropertyView |
createSystemPropertyView(com.wewebu.ow.server.app.OwSubNavigationView nav_p,
com.wewebu.ow.server.ecm.OwObject obj_p)
overridable factory method to create and init the system property view
|
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectPropertyView |
createSystemPropertyViewInstance()
Create system property view instance
|
void |
detach()
remove view and all subviews from context
|
boolean |
displayNoSaveMsg()
Display "no save" message.
|
int |
getCount()
get the number of sequence items in the dialog
|
protected com.wewebu.ow.server.dmsdialogs.OwGroupPropertiesConfiguration |
getGroupPropertiesConfiguration()
Deprecated.
since 4.2.0.0 use
getPropertyListConfiguration() instead |
com.wewebu.ow.server.ecm.OwObject |
getItem()
the work item to work on
|
com.wewebu.ow.server.app.OwJspFormConfigurator |
getJspConfigurator() |
String |
getLatestVersionURL()
get the event URL for the latest version button
|
com.wewebu.ow.server.app.OwMimeManager |
getMimeManager()
get the MIME manager
|
protected OwEditPropertiesModifiabilityHandler |
getModifiabilityHandler()
Get a handler which will define item specific if properties-view will be modifiable or not.
|
org.alfresco.wd.ui.conf.OwPropertyListConfiguration |
getPropertyListConfiguration()
Return the current set PropertyList configuration object.
|
String |
getReleasedVersionURL()
get the event URL for the released version button
|
boolean |
hasNext()
called when the Dialog needs to know if there is a next item
|
boolean |
hasPrev()
called when the Dialog needs to know if there is a prev item
|
protected boolean |
hasReadOnlyViewMask(int iViewMask_p)
check if view should be displayed read-only
|
protected boolean |
hasViewMask(int iViewMask_p)
check if view should be displayed or is masked out
|
protected void |
init() |
protected void |
initNewItem(boolean fBatchIndex_p)
init the dialog with the current item
|
boolean |
isRegion(int iRegion_p)
determine if region contains a view
|
void |
next(boolean fRemoveCurrent_p)
move to next item and roll over, i.e.
|
boolean |
onCancel(javax.servlet.http.HttpServletRequest request_p,
Object oReason_p)
event called when user clicked Cancel button in the menu of the property view
|
void |
onClientRefreshContextUpdate(int iReason_p,
Object param_p)
implementation of the OwFunction.OwFunctionRefreshContext interface
Called from a plugin to inform its client and cause refresh of display data
|
void |
onLatestVersion(javax.servlet.http.HttpServletRequest request_p)
called when user pressed get Latest Version
|
void |
onObjectListViewFilterChange(com.wewebu.ow.server.field.OwSearchNode filterNode_p,
com.wewebu.ow.server.ecm.OwObject parent_p) |
String |
onObjectListViewGetRowClassName(int iIndex_p,
com.wewebu.ow.server.ecm.OwObject obj_p)
get the style class name for the row
|
boolean |
onObjectListViewItemClick(com.wewebu.ow.server.ecm.OwObject obj_p)
called when uses clicks on a folder, used to redirect folder events an bypass the mimemanager
|
void |
onObjectListViewSelect(com.wewebu.ow.server.ecm.OwObject object_p,
com.wewebu.ow.server.ecm.OwObject parent_p)
called when user clicks a select button, fUseSelectButton_p must have been set to display select buttons
|
void |
onObjectListViewSort(com.wewebu.ow.server.field.OwSort newSort_p,
String strSortProperty_p)
called when uses clicks on a sort header and the sort changes
|
void |
onPluginEvent(javax.servlet.http.HttpServletRequest request_p)
event called when user clicked on a plugin link of an object entry in the list
|
boolean |
onPropertiesNext(javax.servlet.http.HttpServletRequest request_p,
Object oReason_p)
Method handler used when user press the button "Save + next"
|
boolean |
onPropertiesSaveAll(javax.servlet.http.HttpServletRequest request_p,
Object oReason_p)
event called when user clicked SaveAll button in the menu of the property view
|
boolean |
onPropertiesSavePlusClose(javax.servlet.http.HttpServletRequest request_p,
Object oReason_p)
Method handler used when user press the button "Save + close"
|
boolean |
onPropertiesSavePlusNext(javax.servlet.http.HttpServletRequest request_p,
Object oReason_p)
Method handler used when user press the button "Save + next"
|
void |
onReleasedVersion(javax.servlet.http.HttpServletRequest request_p)
called when user pressed get Released Version
|
void |
prev(boolean fRemoveCurrent_p)
move to prev item and roll over, i.e.
|
void |
renderRegion(Writer w_p,
int iRegion_p)
render the views of the region
|
void |
setCloseDlgWOSaving(boolean closeDlg_p)
Set the flag if the Dialog should be closed
if no save was executed.
|
void |
setDisplayNoSaveMsg(boolean display_p)
Set the flag if "no save" message(s) should be displayed or not.
|
void |
setGroupPropertiesConfiguration(com.wewebu.ow.server.dmsdialogs.OwGroupPropertiesConfiguration groupPropertyConfiguration_p)
Deprecated.
since 4.2.0.0 use
setPropertyListConfiguration(OwPropertyListConfiguration) instead |
void |
setJspConfigurator(com.wewebu.ow.server.app.OwJspFormConfigurator jspFormConfigurator_p) |
void |
setModifiabilityHandler(OwEditPropertiesModifiabilityHandler modHandler)
Define an Item specific modifiability handler
|
void |
setPreviewConfiguration(com.wewebu.ow.server.util.OwXMLUtil previewConfiguration)
Provide a configuration for current preview
|
void |
setPropertyListConfiguration(org.alfresco.wd.ui.conf.OwPropertyListConfiguration propertyListConfiguration)
Set/Define a PropertyList configuration.
|
void |
setReadOnlyViewMask(int iViewMask_p)
determine the views to be displayed read-only by masking them with their flag
|
void |
setViewMask(int iViewMask_p)
determine the views to be displayed by masking them with their flag
|
boolean |
showPluginOnItem(com.wewebu.ow.server.app.OwDocumentFunction plugin_p)
check if plugin displays in context menu rather than directly has an object instance, i.e.
|
getNextHREF, getPrevHREF, onNext, onPrev, renderNavigationButtons
getInfoIcon, getTitle, hasHelpButton, onClose, onHelp, onRender, renderCloseButton, renderHelpButton, setHelp, setInfoIcon, setTitle
addRegion, addView, addView, addViewReference, getIterator, getViewRegion, isRegionMaximized, isRegionMinimized, isRegionNormal, renderNamedRegion
activate, getBreadcrumbPart, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIcon, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getViewList, isFormTargetExternal, isNamedRegion, isShowMaximized, isShowMinimized, isShowNormal, onActivate, onUpdate, render, renderHTMLFormular, serverSideDesignInclude, serverSideInclude, setDocument, setExternalFormTarget, setMaximizeView, setParent, showMaximized, showMinimized, showNormal, usesFormWithAttributes
protected static final String PLUG_INDEX_KEY
public static final int VIEW_MASK_PROPERTIES
public static final int VIEW_MASK_SYSTEM_PROPERTIES
public static final int VIEW_MASK_ACCESS_RIGHTS
public static final int VIEW_MASK_VERSIONS
public static final int VIEW_MASK_HISTORY
public static final int VIEW_MASK_FILED_IN
public static final int VIEW_MASK_DOCUMENT_FUNCTIONS
public static final int VIEW_MASK_ENABLE_PASTE_METADATA
public static final int VIEW_MASK_PREVIEW_AUTOOPEN
public static final int VIEW_MASK_AUTOOPEN
public static final int VIEW_MASK_HISTORY_SCOPE_OBJECT
public static final int VIEW_MASK_HISTORY_SCOPE_CASE
public static final int VIEW_MASK_ENABLE_SAVE_ALL
public static int VIEW_MASK_LINKS
protected int m_iViewMask
protected int m_iReadOnlyViewMask
protected List m_DocumentFunctionPluginList
protected com.wewebu.ow.server.app.OwMultiViewNavigation m_SubNavigation
protected com.wewebu.ow.server.app.OwMimeManager m_MimeManager
protected com.wewebu.ow.server.ecm.OwObject m_ParentObject
protected Collection m_VersionColumnInfo
protected com.wewebu.ow.server.field.OwSearchTemplate m_historyViewSearchTemplate
protected Collection m_historyViewColumnInfo
protected int m_iMaxElementSize
protected Collection m_batchIndexProperties
protected List m_items
protected int m_iIndex
protected OwEditPropertiesDialog(OwEditPropertiesDialogBuilder builder)
public OwEditPropertiesDialog(com.wewebu.ow.server.ecm.OwObject obj_p, com.wewebu.ow.server.ecm.OwObject parentObject_p, int iMaxElementSize_p, Collection versionColumnInfo_p, com.wewebu.ow.server.field.OwSearchTemplate historyViewSearchTemplate_p, Collection historyViewColumnInfo_p) throws Exception
OwEditPropertiesDialogBuilder
obj_p
- OwObjectparentObject_p
- the parent OwObject of the object that listed the getItem()iMaxElementSize_p
- max number of version to displayversionColumnInfo_p
- list of Property Names to act as columnshistoryViewSearchTemplate_p
- OwSearchTemplate to filter the history viewhistoryViewColumnInfo_p
- list of Property Names to act as columnsException
public OwEditPropertiesDialog(Collection objects_p, int iIndex_p, com.wewebu.ow.server.ecm.OwObject parentObject_p, int iMaxElementSize_p, Collection versionColumnInfo_p, com.wewebu.ow.server.field.OwSearchTemplate historyViewSearchTemplate_p, Collection historyViewColumnInfo_p, Collection batchIndexProperties_p) throws Exception
OwEditPropertiesDialogBuilder
objects_p
- List of OwObjectiIndex_p
- int index in objects_p to work on, usually 0parentObject_p
- the parent OwObject of the object that listed the getItem()iMaxElementSize_p
- max number of version to displayversionColumnInfo_p
- list of Property Names to act as columnshistoryViewSearchTemplate_p
- OwSearchTemplate to filter the history viewhistoryViewColumnInfo_p
- list of Property Names to act as columnsbatchIndexProperties_p
- Collection of batch index properties each property will be copied to the next paneException
public void setViewMask(int iViewMask_p)
iViewMask_p
- bitmask according to VIEW_MASK_SYSTEM_... flagspublic void setReadOnlyViewMask(int iViewMask_p)
iViewMask_p
- bitmask according to VIEW_MASK_SYSTEM_... flagsprotected boolean hasViewMask(int iViewMask_p)
iViewMask_p
- bitmask according to VIEW_MASK_SYSTEM_... flagsprotected boolean hasReadOnlyViewMask(int iViewMask_p)
iViewMask_p
- bitmask according to VIEW_MASK_SYSTEM_... flagsprotected void init() throws Exception
init
in class com.wewebu.ow.server.ui.OwView
Exception
protected com.wewebu.ow.server.dmsdialogs.OwPropertyViewBridge createPropertyViewBridge(com.wewebu.ow.server.app.OwMultiViewNavigation subNavigation_p, com.wewebu.ow.server.ecm.OwObject item_p) throws Exception
OwPropertyViewBridge
object.subNavigation_p
- - the navigation view.item_p
- - the OwObject
OwPropertyViewBridge
objectException
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectPropertyFormularView createFormPropertyView(com.wewebu.ow.server.app.OwSubNavigationView subNavigation_p, com.wewebu.ow.server.ecm.OwObject object_p) throws Exception
subNavigation_p
- - the navigation viewobject_p
- - the OwObject
object.OwObjectPropertyFormularView
objectException
public void detach()
detach
in class com.wewebu.ow.server.ui.OwView
public boolean isRegion(int iRegion_p)
isRegion
in interface com.wewebu.ow.server.ui.OwBaseView
isRegion
in class com.wewebu.ow.server.app.OwStandardDialog
iRegion_p
- ID of the region to renderpublic com.wewebu.ow.server.app.OwMimeManager getMimeManager()
public String getLatestVersionURL()
public String getReleasedVersionURL()
public void onLatestVersion(javax.servlet.http.HttpServletRequest request_p) throws Exception
Exception
public void onReleasedVersion(javax.servlet.http.HttpServletRequest request_p) throws Exception
Exception
public boolean showPluginOnItem(com.wewebu.ow.server.app.OwDocumentFunction plugin_p)
plugin_p
- OwDocumentFunctionpublic void renderRegion(Writer w_p, int iRegion_p) throws Exception
renderRegion
in interface com.wewebu.ow.server.ui.OwBaseView
renderRegion
in class com.wewebu.ow.server.app.OwStandardSequenceDialog
w_p
- Writer object to write HTML toiRegion_p
- ID of the region to renderException
public void onPluginEvent(javax.servlet.http.HttpServletRequest request_p) throws Exception
request_p
- a HttpServletRequest
Exception
public void onClientRefreshContextUpdate(int iReason_p, Object param_p) throws Exception
onClientRefreshContextUpdate
in interface com.wewebu.ow.server.app.OwClientRefreshContext
iReason_p
- reason as defined with OwFunction.REFRESH_...param_p
- Object optional parameter representing the refresh, depends on the value of iReason_p, can be nullException
public void onObjectListViewSelect(com.wewebu.ow.server.ecm.OwObject object_p, com.wewebu.ow.server.ecm.OwObject parent_p) throws Exception
onObjectListViewSelect
in interface com.wewebu.ow.server.dmsdialogs.views.OwObjectListView.OwObjectListViewEventListner
object_p
- OwObject object that was selectedparent_p
- OwObject parent if available, or nullException
public void onObjectListViewSort(com.wewebu.ow.server.field.OwSort newSort_p, String strSortProperty_p) throws Exception
onObjectListViewSort
in interface com.wewebu.ow.server.dmsdialogs.views.OwObjectListView.OwObjectListViewEventListner
newSort_p
- OwSort new sortstrSortProperty_p
- String Property Name of sort property that was changedException
protected OwEditPropertiesDialog createEditPropertiesDialog() throws Exception
Exception
protected void initNewItem(boolean fBatchIndex_p) throws Exception
fBatchIndex_p
- true = index the properties with previous onesException
public com.wewebu.ow.server.ecm.OwObject getItem()
public boolean hasNext() throws Exception
hasNext
in interface com.wewebu.ow.server.app.OwSequenceView
hasNext
in class com.wewebu.ow.server.app.OwStandardSequenceDialog
Exception
public boolean hasPrev() throws Exception
hasPrev
in interface com.wewebu.ow.server.app.OwSequenceView
hasPrev
in class com.wewebu.ow.server.app.OwStandardSequenceDialog
Exception
public int getCount()
getCount
in interface com.wewebu.ow.server.app.OwSequenceView
public void prev(boolean fRemoveCurrent_p) throws Exception
prev
in interface com.wewebu.ow.server.app.OwSequenceView
fRemoveCurrent_p
- true = remove the current sequence item and then move to the prev item, if this is the last item, closes the dialogException
public void next(boolean fRemoveCurrent_p) throws Exception
next
in interface com.wewebu.ow.server.app.OwSequenceView
fRemoveCurrent_p
- true = remove the current sequence item and then move to the next item, if this is the last item, closes the dialogException
public void closeDialog() throws Exception
closeDialog
in class com.wewebu.ow.server.ui.OwDialog
Exception
public void onObjectListViewFilterChange(com.wewebu.ow.server.field.OwSearchNode filterNode_p, com.wewebu.ow.server.ecm.OwObject parent_p) throws Exception
onObjectListViewFilterChange
in interface com.wewebu.ow.server.dmsdialogs.views.OwObjectListView.OwObjectListViewEventListner
Exception
public boolean onObjectListViewItemClick(com.wewebu.ow.server.ecm.OwObject obj_p) throws Exception
onObjectListViewItemClick
in interface com.wewebu.ow.server.dmsdialogs.views.OwObjectListView.OwObjectListViewEventListner
obj_p
- OwObject folder object that was clickedException
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectHistoryView createHistoryView(com.wewebu.ow.server.app.OwSubNavigationView nav_p, com.wewebu.ow.server.ecm.OwObject obj_p) throws Exception
nav_p
- obj_p
- OwObjectHistoryView
Exception
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectLinksView createLinksView(com.wewebu.ow.server.app.OwSubNavigationView nav_p, com.wewebu.ow.server.ecm.OwObject obj_p) throws com.wewebu.ow.server.exceptions.OwException
nav_p
- obj_p
- OwObjectEditVersionsView
com.wewebu.ow.server.exceptions.OwException
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectEditVersionsView createEditVersionsView(com.wewebu.ow.server.app.OwSubNavigationView nav_p, com.wewebu.ow.server.ecm.OwObject obj_p) throws Exception
nav_p
- obj_p
- OwObjectEditVersionsView
Exception
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectFiledRecordsView createFiledRecordsView(com.wewebu.ow.server.app.OwSubNavigationView nav_p, com.wewebu.ow.server.ecm.OwObject obj_p) throws Exception
nav_p
- obj_p
- OwObjectFiledRecordsView
Exception
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectAccessRightsView createAccessRightsView(com.wewebu.ow.server.app.OwSubNavigationView nav_p, com.wewebu.ow.server.ecm.OwObject obj_p) throws Exception
nav_p
- obj_p
- OwObjectAccessRightsView
Exception
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectPropertyView createSystemPropertyView(com.wewebu.ow.server.app.OwSubNavigationView nav_p, com.wewebu.ow.server.ecm.OwObject obj_p) throws Exception
nav_p
- obj_p
- OwObjectPropertyView
Exception
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectPropertyView createPropertyView(com.wewebu.ow.server.app.OwMultiViewNavigation nav_p, com.wewebu.ow.server.ecm.OwObject obj_p) throws Exception
nav_p
- obj_p
- OwObjectPropertyView
Exception
protected void addExtraMenuButtons(com.wewebu.ow.server.dmsdialogs.OwPropertyViewBridge propertyViewBridge_p) throws Exception
propertyViewBridge_p
- Exception
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectPropertyView createPropertyViewInstance()
protected com.wewebu.ow.server.dmsdialogs.views.OwObjectPropertyView createSystemPropertyViewInstance()
public boolean onPropertiesSavePlusNext(javax.servlet.http.HttpServletRequest request_p, Object oReason_p) throws Exception
request_p
- - the HTTP requestoReason_p
- - the reasontrue
if both save and next operations succeeded.Exception
public boolean onPropertiesNext(javax.servlet.http.HttpServletRequest request_p, Object oReason_p) throws Exception
request_p
- - the HTTP requestoReason_p
- - the reasontrue
if both save and next operations succeeded.Exception
public boolean onPropertiesSavePlusClose(javax.servlet.http.HttpServletRequest request_p, Object oReason_p) throws Exception
request_p
- - the HTTP requestoReason_p
- - the reasontrue
if both save and close operations succeeded.Exception
public boolean onPropertiesSaveAll(javax.servlet.http.HttpServletRequest request_p, Object oReason_p) throws Exception
request_p
- a HttpServletRequest
oReason_p
- Optional reason object submitted in addMenuItemboolean
Exception
public String onObjectListViewGetRowClassName(int iIndex_p, com.wewebu.ow.server.ecm.OwObject obj_p)
onObjectListViewGetRowClassName
in interface com.wewebu.ow.server.dmsdialogs.views.OwObjectListView.OwObjectListViewEventListner
iIndex_p
- int row indexobj_p
- current OwObjectpublic boolean onCancel(javax.servlet.http.HttpServletRequest request_p, Object oReason_p) throws Exception
request_p
- a HttpServletRequest
oReason_p
- Optional reason object submitted in addMenuItemboolean
Exception
@Deprecated public void setGroupPropertiesConfiguration(com.wewebu.ow.server.dmsdialogs.OwGroupPropertiesConfiguration groupPropertyConfiguration_p)
setPropertyListConfiguration(OwPropertyListConfiguration)
insteadgroupPropertyConfiguration_p
- - the configuration object.@Deprecated protected com.wewebu.ow.server.dmsdialogs.OwGroupPropertiesConfiguration getGroupPropertiesConfiguration()
getPropertyListConfiguration()
insteadpublic org.alfresco.wd.ui.conf.OwPropertyListConfiguration getPropertyListConfiguration()
public void setPropertyListConfiguration(org.alfresco.wd.ui.conf.OwPropertyListConfiguration propertyListConfiguration)
propertyListConfiguration
- OwPropertyListConfiguration (can be null)public com.wewebu.ow.server.app.OwJspFormConfigurator getJspConfigurator()
getJspConfigurator
in interface com.wewebu.ow.server.ui.OwJspConfigurable
public void setJspConfigurator(com.wewebu.ow.server.app.OwJspFormConfigurator jspFormConfigurator_p)
setJspConfigurator
in interface com.wewebu.ow.server.ui.OwJspConfigurable
public void setDisplayNoSaveMsg(boolean display_p)
display_p
- boolean flagpublic boolean displayNoSaveMsg()
setDisplayNoSaveMsg(boolean)
public void setCloseDlgWOSaving(boolean closeDlg_p)
closeDlg_p
- boolean flagpublic boolean closeDlgWOSaving()
By default the value is true.
setCloseDlgWOSaving(boolean)
protected com.wewebu.ow.server.app.OwMimeManager createMimeManager()
public void setPreviewConfiguration(com.wewebu.ow.server.util.OwXMLUtil previewConfiguration)
previewConfiguration
- public void setModifiabilityHandler(OwEditPropertiesModifiabilityHandler modHandler)
modHandler
- OwEditPropertiesModifiabilityHandler (can be null)protected OwEditPropertiesModifiabilityHandler getModifiabilityHandler()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.