public class OwRecordView
extends com.wewebu.ow.server.app.OwMasterView
Record View Module.
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 | Class and Description |
---|---|
class |
OwRecordView.OwRecordObjectTreeView
overwrite the object tree view to use own styles
|
Modifier and Type | Field and Description |
---|---|
static String |
PLUGIN_PARAM_STARTUP_FOLDER
parameter name for the startup folder XML node in the plugin description,
used to determine the startup folder the plugin should automatically
load.
|
Constructor and Description |
---|
OwRecordView() |
Modifier and Type | Method and Description |
---|---|
protected com.wewebu.ow.server.ui.OwTreeView |
createObjectTreeView()
overridable factory method to create the object tree view
|
protected OwRecordContentView |
createRecordContentView()
overridable factory method to create content view
|
protected OwRecordPreviewPropertyView |
createRecordPreviewPropertyView()
overridable factory method to create preview properties view
|
protected OwRecordRecordFunctionView |
createRecordRecordFunctionView()
overridable factory method to create record function view
|
protected OwRecordSearchTemplateView |
createRecordSearchTemplateView()
overridable factory method to create search template view
|
protected OwRecordSetView |
createRecordSetView()
overridable factory method to create record set view
|
protected OwRecordSubLayout |
createRecordSubLayout()
overridable factory method to create record sub layout
|
protected void |
init()
init the target after the context is set.
|
boolean |
isInitPostponed()
Is startup folder handling postponed.
|
protected void |
loadStartUpFolder()
Get the startup folder configuration, and browse/load specific parent
|
protected void |
onActivate(int iIndex_p,
Object oReason_p) |
void |
onAjaxUpdate(javax.servlet.http.HttpServletRequest request_p,
javax.servlet.http.HttpServletResponse response_p)
Handler for AJAX request made from EXTJS tree.
|
void |
setPostPoneInit(boolean postPone_p)
Define StartupFolder setting initialization:
false: handle start up folder on init call
true: handle start up folder on first onActivate call
|
getBreadcrumbPart, getConfigNode, getConfiguration, getDialogManager, getIcon, getPlugin, getPluginID, getTitle
activate, addView, detach, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIterator, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getViewList, isFormTargetExternal, isNamedRegion, isRegion, isShowMaximized, isShowMinimized, isShowNormal, onRender, onUpdate, render, renderHTMLFormular, renderNamedRegion, renderRegion, serverSideDesignInclude, serverSideInclude, setDocument, setExternalFormTarget, setMaximizeView, setParent, showMaximized, showMinimized, showNormal, usesFormWithAttributes
public static final String PLUGIN_PARAM_STARTUP_FOLDER
protected void init() throws Exception
init
in class com.wewebu.ow.server.app.OwMasterView
Exception
protected void loadStartUpFolder() throws Exception
Exception
- if could not read configuration or resolve pathprotected void onActivate(int iIndex_p, Object oReason_p) throws Exception
onActivate
in class com.wewebu.ow.server.app.OwMasterView
Exception
protected com.wewebu.ow.server.ui.OwTreeView createObjectTreeView() throws com.wewebu.ow.server.exceptions.OwConfigurationException
OwTreeView
objectcom.wewebu.ow.server.exceptions.OwConfigurationException
protected OwRecordContentView createRecordContentView()
protected OwRecordSearchTemplateView createRecordSearchTemplateView()
protected OwRecordPreviewPropertyView createRecordPreviewPropertyView()
protected OwRecordSetView createRecordSetView()
protected OwRecordRecordFunctionView createRecordRecordFunctionView()
protected OwRecordSubLayout createRecordSubLayout()
public void onAjaxUpdate(javax.servlet.http.HttpServletRequest request_p, javax.servlet.http.HttpServletResponse response_p) throws Exception
request_p
- - the AJAX request object.response_p
- - the responseException
public void setPostPoneInit(boolean postPone_p)
postPone_p
- booleanpublic boolean isInitPostponed()
By default it is true.
setPostPoneInit(boolean)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.