Modifier and Type | Class and Description |
---|---|
class |
OwClipboardView
View to display the clipboard content.
|
protected class |
OwConfiguration.OwErrorView
simple message view class to display a exception when main plugin load failed
|
class |
OwFieldManager
Base Class for field User Interface.
Displays field as HTML and creates HTML Form Elements for editing properties, also performs Validation. |
class |
OwFieldManagerControl
Base Class for field manager UI Controls.
|
class |
OwHelpDialog
Standard Dialog to display a help page within other dialogs.
|
class |
OwLoginView
Login View Module for the Application.
|
class |
OwMainAppContext
Main Application Context Class Implementation.
|
class |
OwMainLayout
Main Layout for Workdesk.
|
class |
OwMainMenuView
Creates a standard top level Menus for the Workdesk.
|
class |
OwMainNavigationView
Main Navigation UI Module.
|
class |
OwMasterDocument
Document Module base class for the Main Area Plugins.
|
class |
OwMasterView
View Module base class for the Main Area Plugins.
|
class |
OwMaxMinButtonControlView
View Module to display a maximize minimize button and maximize minimize the attached view.
|
class |
OwMenuView
Base class for menus for the Workdesk.
|
class |
OwMessageBox
Generic Message Box with OK and Cancel button.
|
class |
OwMimeManager
MIME Manager, holds the MIME table, creates Object hyper links,
handles requests to view and open objects according to their MIME type.
NOTE: ALWAYS CALL Reset() in your onRender method before using the insertLink functions, otherwise the map increases to infinite. |
class |
OwMultipleSelectionCall.OwValidatorMessageBox
YES/NO validating message box implementation
|
class |
OwMultiViewNavigation
Navigation view that allows for a secondary sub-view
to be selected and displayed.
|
class |
OwObjectSequenceDialog
Object collection nase implementation.
|
class |
OwSearchCriteriaView
View Module to display and edit search criteria.
|
class |
OwSettingsPropertyControl
Base class for a single settings property controls used in the OwSettings for the plugins.
|
class |
OwSmallSubMenuView
Creates a standard small menu for the Workdesk.
|
class |
OwStandardDialog
Standard Dialog Layout for Workdesk.
|
class |
OwStandardFieldManager
Standard Implementation of the Property User Interface.
|
class |
OwStandardSequenceDialog
Extends the Standard Dialog with a prev / next button, as well as a overridden listener interface
to handle sequences.
|
class |
OwSubLayout
Layout of the tab/plugin areas.
|
class |
OwSubMenuView
Creates a standard Menus for the Workdesk.
|
class |
OwSubNavigationView
Sub View Navigation UI Module.
|
class |
OwUserSelectDialog
Base Class for the login sub module to be created in the network (DMS) Adaptor.
|
Modifier and Type | Field and Description |
---|---|
protected OwEventTarget |
OwFieldManager.m_externalFormEventTarget
external form view overrides internal form
|
protected OwEventTarget |
OwMainNavigationView.OwSubTabInfo.m_Target
target to receive notification in case menu item was pressed
|
protected OwEventTarget |
OwSubNavigationView.OwSubTabInfo.m_Target
target to receive notification in case menu item was pressed
|
Modifier and Type | Method and Description |
---|---|
OwEventTarget |
OwMainNavigationView.OwSubTabInfo.getEventTarget()
get event target to be notified
|
OwEventTarget |
OwSubNavigationView.OwSubTabInfo.getEventTarget()
get event target to be notified
|
OwEventTarget |
OwFieldManager.getFormTarget()
get the target, that is used for form date and renders form
|
OwEventTarget |
OwFieldManagerControl.getFormTarget()
get the target, that is used for form date and renders form
|
Modifier and Type | Method and Description |
---|---|
protected OwMenu.OwMenuTab |
OwMenuView.createTabInfo(OwEventTarget target_p,
String strTitle_p,
String strImage_p,
Object oReason_p,
String strEvent_p,
String strToolTip_p)
overridable to create a tab info
|
void |
OwFieldManager.setExternalFormTarget(OwEventTarget eventtarget_p)
override the internal OwEditable with an external one,
must be called BEFORE view is attached.
|
Constructor and Description |
---|
OwMenuView.OwMenuTabInfo(OwEventTarget target_p,
String strTitle_p,
String strImage_p,
Object oReason_p,
String strEvent_p,
String strToolTip_p) |
Modifier and Type | Class and Description |
---|---|
class |
OwCreateObjectDialog
Dialog for adding records or single folders to a folder.
|
class |
OwCreateObjectFormularDialog
Dialog to create new objects.
|
class |
OwCreateObjectWithFormDialog
Create object dialog with JSP form based property view.
|
Modifier and Type | Method and Description |
---|---|
void |
OwCreateObjectFormularDialog.onUpdate(OwEventTarget caller_p,
int iCode_p,
Object param_p)
called by the framework to update the view when OwDocument.Update was called
NOTE: We can not use the onRender method to update,
because we do not know the call order of onRender.
|
void |
OwCreateObjectDialog.onUpdate(OwEventTarget caller_p,
int iCode_p,
Object param_p)
called by the framework to update the view when OwDocument.Update was called
NOTE: We can not use the onRender method to update,
because we do not know the call order of onRender.
|
Modifier and Type | Class and Description |
---|---|
class |
OwAbstractDocumentImporterView
Abstract default DocumentImporterView, implementing the most functionality by default.
|
class |
OwAddPrivilegeDialog
Privilege addition dialog.
|
class |
OwAllLinksView
Displays
OwObjectLink s using OwSplitObjectListView and no filter. |
class |
OwLaunchableWorkflowSelectionView
A view that renders a list of selectable workflow descriptions.
|
class |
OwMultipanelAccessRightsView
Access rights view.
|
class |
OwObjectAccessRightsView
View Module to edit the OwObject Access rights via OwNetwork.getEditAccessRightsSubModul(...).
|
class |
OwObjectClassPreviewView
View to display the class description as Preview.
|
class |
OwObjectClassTreeView
TreeView Module to display Tree Views of OwObjects.
|
class |
OwObjectClassView
View Module to select the document class of a new document.
|
class |
OwObjectClassView.OwObjectClassTreeViewViewWithStyle
overwrite the object tree view to use own styles
|
class |
OwObjectEditVersionsView
Versions view to display the versions of a OwObject.
|
class |
OwObjectFiledRecordsView
Displays the records (Folders) where the given document is filed in.
|
class |
OwObjectHistoryView
Display the history of an object.
|
class |
OwObjectLinksDocument
Document class of
OwObjectLinksView . |
class |
OwObjectLinksView
Displays
OwObjectLink s using OwSplitObjectListView . |
class |
OwObjectListView
Base class to all views that display object collections.
|
class |
OwObjectListViewCombined
List View: OwObject List View Combined.
|
class |
OwObjectListViewControl
Control that selects different object list views.
|
class |
OwObjectListViewEXTJSGrid
Object list view based on YUI-EXT Grid view.
|
class |
OwObjectListViewFilterEXTJSGrid
ExtJS Object list view.
|
class |
OwObjectListViewFilterRow
Object list view.
|
class |
OwObjectListViewPluginCache
Abstract list view which contains a plugin cache utility class.
|
class |
OwObjectListViewRow
Object list view.
|
class |
OwObjectListViewThumbnails
Object list view.
|
class |
OwObjectPropertyFormularView
Form View for Object Properties.
|
class |
OwObjectPropertyView
View Module to edit OwObject Properties.
|
class |
OwObjectTreeView
TreeView Module to display Tree Views of OwObjects.
|
class |
OwObjectTreeViewEXTJS
Object tree based on EXT-JS tree view.
|
class |
OwPageableListView
Abstraction of paging handling for ListViews.
|
class |
OwPermissionsDocument
OwPermissionCollection facade document. |
class |
OwPolicyLevelDocument
OwPermissionCollection policy facade document for OwPolicyLevelView |
class |
OwPolicyLevelView
Displays and edits the policies of a given
OwPermissionCollection . |
class |
OwPrivilegesDocument
OwPermissionCollection privilege facade document for OwPrivilegesView |
class |
OwPrivilegeSetEditor
OwPrivilegeSet editor view for set-user and privilege selection to
be used with OwPrivilegesView . |
class |
OwPrivilegeSetEditorDocument
OwPrivilegeSet document facade for the OwPrivilegeSetEditor view. |
class |
OwPrivilegesView
Displays and edits the privileges of a given
OwPermissionCollection . |
class |
OwSplitObjectListDocument
Models several object collections called splits.
|
class |
OwSplitObjectListView
Displays several object collections called splits.
|
class |
OwToolView
Base class for
OwToolViewItem based views. |
class |
OwToolView.OwToolClickTarget
Click event tatrger wrapp for
OwToolViewItem s. |
class |
OwTypedLinksView
Displays
OwObjectLink s using OwSplitObjectListView and one
link object class combo box filter. |
class |
OwUIGenericAccessRightsModul
Generic access rights module.
|
Modifier and Type | Method and Description |
---|---|
void |
OwSplitObjectListView.onUpdate(OwEventTarget caller_p,
int iCode_p,
Object param_p) |
void |
OwObjectPropertyView.onUpdate(OwEventTarget caller_p,
int iCode_p,
Object param_p)
called by the framework to update the event target after the request was handled.
|
void |
OwObjectEditVersionsView.onUpdate(OwEventTarget caller_p,
int iCode_p,
Object param_p)
called by the framework to update the view when OwDocument.Update was called
NOTE: We can not use the onRender method to update,
because we do not know the call order of onRender.
|
void |
OwObjectLinksView.onUpdate(OwEventTarget caller_p,
int iCode_p,
Object param_p) |
void |
OwPasteMetadataHandler.renderPasteAllMetadata(Writer w_p,
OwEventTarget view_p)
Render the "paste all" metadata HTML code.
|
void |
OwStandardPasteMetadataHandler.renderPasteAllMetadata(Writer w_p,
OwEventTarget view_p) |
void |
OwPasteMetadataHandler.renderPasteMetadata(Writer w_p,
OwProperty prop_p,
OwEventTarget view_p)
Render the "paste" metadata HTML code
|
void |
OwStandardPasteMetadataHandler.renderPasteMetadata(Writer w_p,
OwProperty prop_p,
OwEventTarget view_p) |
Modifier and Type | Class and Description |
---|---|
class |
OwUIAccessRightsModul<N extends OwNetwork>
Base Class for the access rights submodule to be created in the network (ECM) Adapter.
|
class |
OwUILoginModul<N extends OwNetwork>
Base Class for the login sub module to be created in the network (ECM) Adapter.
|
class |
OwUISubModul<N extends OwNetwork>
Base Class for submodules to be created in the network (ECM) Adapter.
|
class |
OwUIUserSelectModul
Base Class for the user / group / role select sub module to be created in the network (ECM) Adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
OwFieldManagerControlClass
Control to display a Image Property.
|
class |
OwFieldManagerControlImage
Control to display a Image Property.
|
class |
OwFieldManagerControlImageInsteadOfValue
Control to display an image depending of an property value.
|
class |
OwFieldManagerControlModifiedProperties
Control to display a array of OwHistoryModifiedPropertyValue.
|
class |
OwFieldManagerControlNote
Field control implementation for notes.
|
class |
OwFieldManagerControlObject
Field Control to display properties of type OwObject.
|
class |
OwLastDaysDateControl
Control to display a last days select box for OwLastDaysDate.
|
class |
OwNextDaysDateControl
Control to display a next days select box for OwNextDaysDate.
|
class |
OwNumberFieldControl
Field control implementation for
Number based fields.The field rendering and updating relies on Java's NumberFormat . |
Modifier and Type | Class and Description |
---|---|
class |
OwDependentComboboxFieldControl
Configurable dependency FieldControl.
Can load values dependent on other field values, from different Data provider. |
Modifier and Type | Class and Description |
---|---|
class |
OwAbstractSettingsPropertyControl
Default abstract implementation of OwSettingsPropertyControl.
|
class |
OwSettingsPropertyBagWrapper
Base class for property controls that display a set of named settings.
For each entry a menu button is displayed and the specified control will be shown embedded when selecting the menu. |
class |
OwSettingsPropertyBaseImpl
Base Implementation of the OwSettingsProperty class.
|
class |
OwSettingsPropertyBoolean
A single settings boolean property.
|
class |
OwSettingsPropertyBPMProxy
The proxy settings for BPM.
|
class |
OwSettingsPropertyClipboardBehavior
Settings Property for Clipboard behavior.
|
class |
OwSettingsPropertyDisplayCombo
Settings Property Combobox for Windows Position.
|
class |
OwSettingsPropertyInteger
Settings Property for Integer Values.
|
class |
OwSettingsPropertyIntegerCombo
Settings Property for Integer Values.
|
class |
OwSettingsPropertyKeyBoardMapping
Settings Property for Keyboard mappings (OwPluginKeyBoardMaping).
|
class |
OwSettingsPropertyLanguageString
A single settings String property that can be configured language dependent.
|
class |
OwSettingsPropertyMasterRoles
A master role select property.
|
class |
OwSettingsPropertyObject
Settings Property for OwObjectReference Values.
|
class |
OwSettingsPropertyRefreshBootConfig
Settings Property for boot configuration refresh button.
NOTE: Property does not edit data, it just displays a button |
class |
OwSettingsPropertyRefreshClassDescriptions
Settings Property for Class Descriptions Refresh Button.
NOTE: Property does not edit data, it just displays a button. |
class |
OwSettingsPropertySort
A single settings Sort property that can be configured to sort the columns.
|
class |
OwSettingsPropertyStartupPlugin
Settings Property for the startup plugin selection.
|
class |
OwSettingsPropertyString
A single settings String property.
|
class |
OwSettingsPropertyStringCombo
A single settings String property, with combo select box.
|
class |
OwSettingsPropertyStringConfigurationBox
A List of String properties, which can be configured via two combo boxes.
|
class |
OwSettingsPropertyWindowPositions
Settings control implementation to save the window and
viewer position as a OwSettingsPropertyWindowPositions.OwWindowPositions value.
|
Modifier and Type | Field and Description |
---|---|
protected OwEventTarget |
OwAbstractSettingsPropertyControl.m_externalFormEventTarget
external form view overrides internal form
|
Modifier and Type | Method and Description |
---|---|
OwEventTarget |
OwAbstractSettingsPropertyControl.getFormTarget() |
Modifier and Type | Method and Description |
---|---|
void |
OwSettingsPropertyBPMProxy.onUpdate(OwEventTarget caller_p,
int code_p,
Object param_p) |
void |
OwAbstractSettingsPropertyControl.setExternalFormTarget(OwEventTarget eventTarget_p) |
Modifier and Type | Class and Description |
---|---|
class |
OwAppContext
Main Application Context Class Base Implementation.
|
class |
OwDelegateView
View used to display changeable inner view.
|
class |
OwDialog
Base Class for Dialog Views.
|
class |
OwDialogManager
Dialog Manager.
|
class |
OwDocument
Document Base Class.
|
class |
OwLayout
Layout Class, which can add further Views to regions and act as a container.
|
class |
OwMenu
Base class for menus for the Workdesk.
The Menu Items can consist of Icons or Text or both. |
class |
OwNavigationView
Base Class for all Navigation Views / Menus / Multiple View Navigations.
|
class |
OwSmallSubNavigationView
View: OwSmallSubNavigationView.
|
class |
OwTreeView
Generic Tree View base class.
|
class |
OwView
View Class, which supports Document View Pattern and acts as an Event Target.
|
Modifier and Type | Field and Description |
---|---|
protected OwEventTarget |
OwView.m_externalFormEventTarget
external form view overrides internal form
|
protected OwEventTarget |
OwMenu.OwMenuTab.m_Target
target to receive notification in case menu item was pressed
|
Modifier and Type | Method and Description |
---|---|
OwEventTarget |
OwNavigationView.OwDelimiterTabInfo.getEventTarget()
get event target to be notified
|
OwEventTarget |
OwNavigationView.OwTabInfo.getEventTarget()
get event target to be notified
|
OwEventTarget |
OwMenu.OwMenuTab.getEventTarget()
get event target to be notified
|
OwEventTarget |
OwAppContext.getEventTarget(String strName_p)
find the registered event target
|
OwEventTarget |
OwView.getExternalFormEventTarget()
the external form target if set
|
OwEventTarget |
OwEventTarget.getFormTarget()
get the target, that is used for form data and renders form
|
OwEventTarget |
OwView.getFormTarget()
get the target, that is used for form date and renders form
|
Modifier and Type | Method and Description |
---|---|
int |
OwMenu.addFormMenuItem(OwEventTarget target_p,
String strTitle_p,
String strEvent_p,
String strToolTip_p)
add a menu Item to the navigation module.
|
int |
OwMenu.addFormMenuItem(OwEventTarget target_p,
String strTitle_p,
String strEvent_p,
String strToolTip_p,
boolean validateForm)
add a menu Item to the navigation module.
|
int |
OwMenu.addFormMenuItem(OwEventTarget target_p,
String strTitle_p,
String strImage_p,
String strEvent_p,
Object oReason_p,
String strToolTip_p)
add a menu Item to the navigation module.
|
int |
OwMenu.addFormMenuItem(OwEventTarget target_p,
String strTitle_p,
String strImage_p,
String strEvent_p,
Object oReason_p,
String strToolTip_p,
boolean validateForm)
add a menu Item to the navigation module.
|
int |
OwMenu.addFormMenuItem(OwEventTarget target_p,
String strTitle_p,
String strImage_p,
String strEvent_p,
Object oReason_p,
String strToolTip_p,
String strFormName_p)
add a menu Item to the navigation module.
|
int |
OwMenu.addFormMenuItem(OwEventTarget target_p,
String strTitle_p,
String strImage_p,
String strEvent_p,
Object oReason_p,
String strToolTip_p,
String strFormName_p,
boolean validateForm)
add a menu Item to the navigation module.
|
int |
OwMenu.addFormMenuItem(OwEventTarget target_p,
String strTitle_p,
String strEvent_p,
String strToolTip_p,
String strFormName_p)
add a menu Item to the navigation module.
|
int |
OwMenu.addFormMenuItem(OwEventTarget target_p,
String strTitle_p,
String strEvent_p,
String strToolTip_p,
String strFormName_p,
boolean validateForm)
add a menu Item to the navigation module.
|
int |
OwMenu.addMenuItem(OwEventTarget target_p,
String strTitle_p,
String strEvent_p,
String strToolTip_p)
add a menu Item to the navigation module.
|
int |
OwMenu.addMenuItem(OwEventTarget target_p,
String strTitle_p,
String strEvent_p,
String strToolTip_p,
boolean validateForm)
add a menu Item to the navigation module.
|
int |
OwMenu.addMenuItem(OwEventTarget target_p,
String strTitle_p,
String strImage_p,
String strEvent_p,
Object oReason_p,
String strToolTip_p)
add a menu Item to the navigation module.
|
int |
OwMenu.addMenuItem(OwEventTarget target_p,
String strTitle_p,
String strImage_p,
String strEvent_p,
Object oReason_p,
String strToolTip_p,
boolean validateForm)
add a menu Item to the navigation module.
|
void |
OwAppContext.broadcast(OwEventTarget caller_p,
int iCode_p)
causes all attached documents to receive an update event
|
protected OwMenu.OwMenuTab |
OwMenu.createTabInfo(OwEventTarget target_p,
String strTitle_p,
String strImage_p,
Object oReason_p,
String strEvent_p,
String strToolTip_p)
overridable to create a tab info
|
String |
OwAppContext.getAjaxEventURL(OwEventTarget target_p,
String strEventName_p,
String strAdditionalParameters_p)
get a URL for the requested AJAX event and redirect to submitted view
|
protected StringBuffer |
OwAppContext.getBaseEventURL(OwEventTarget target_p,
String strEventName_p)
get a base URL with no additional parameters for the requested event and redirect to submitted view
|
String |
OwAppContext.getEventURL(OwEventTarget target_p,
String strEventName_p,
String strAdditionalParameters_p)
get a URL for the requested event and redirect to submitted view
|
String |
OwAppContext.getFormEventFunction(OwEventTarget target_p,
String strEventName_p,
String strAdditionalParameters_p,
String strFormName_p)
get a script function for the requested event sending the form data defined in the event target with getFormName()
|
String |
OwAppContext.getFormEventURL(OwEventTarget target_p,
String strEventName_p,
String strAdditionalParameters_p,
String strFormName_p)
get a URL for the requested event sending the form data defined in the event target with getFormName()
|
String |
OwAppContext.getInfiniteEventURL(OwEventTarget target_p,
String strEventName_p,
String strAdditionalParameters_p)
get a URL for the requested event and redirect to submitted view
The URL is infinite, meaning that it can be used in all following requests
where a normal event URL is only valid for the very next request.
|
void |
OwUpdateTarget.onUpdate(OwEventTarget caller_p,
int iCode_p,
Object param_p)
called by the framework to update the view when OwDocument.Update was called
NOTE: We can not use the onRender method to update,
because we do not know the call order of onRender.
|
void |
OwView.onUpdate(OwEventTarget caller_p,
int iCode_p,
Object param_p) |
void |
OwAppContext.registerRequestTarget(OwEventTarget target_p)
registers a target to receive onRequest(...) events for each request
the target must already be registered with registerTarget or OwEventTarget.attach
|
String |
OwAppContext.registerTarget(OwEventTarget target_p,
String strName_p)
register the event target in the context and assign a unique ID
|
void |
OwAppContext.removeTarget(OwEventTarget target_p)
remove the event target from the context
|
void |
OwEventTarget.setExternalFormTarget(OwEventTarget eventtarget_p)
override the internal form with an external one,
must be called BEFORE event target is attached.
|
void |
OwView.setExternalFormTarget(OwEventTarget eventtarget_p)
override the internal OwEditable with an external one,
must be called BEFORE view is attached.
|
void |
OwAppContext.unregisterRequestTarget(OwEventTarget target_p)
unregisters a target to receive onRequest(...) events for each request
the target must already be registered with registerTarget or OwEventTarget.attach
|
void |
OwDocument.update(OwEventTarget caller_p,
int iCode_p,
Object param_p)
causes all attached views to receive an onUpdate event
|
Constructor and Description |
---|
OwMenu.OwMenuTab(OwEventTarget target_p,
String strTitle_p,
String strImage_p,
Object oReason_p,
String strEvent_p,
String strToolTip_p) |
Modifier and Type | Class and Description |
---|---|
class |
OwImageButtonView
Simple view which provides additional handling,
for ImageButton rendering.
|
class |
OwUnifyImageButtonView
Helper class to summarize many OwImageButtonView instances
and render them as one list of ImageButton's.
|
Modifier and Type | Class and Description |
---|---|
class |
OwIntegratedPreview
Object content preview interface.
|
class |
OwPreview
An
OwIntegratedPreview container. |
class |
OwSimpleIntegratedPreview
Simple implementation of OwIntegratedPreview.
|
Modifier and Type | Class and Description |
---|---|
class |
OwChangePasswordView
View displayed for capability to change password.
Requires the "EcmBaseUrl" parameter name in bootstrap->globalParameters to work. |
class |
OwProfileDialog
Dialog to show User Profile.
|
class |
OwUserProfileView
Simple user profile info view.
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.