Uses of Interface
com.wewebu.ow.server.ui.OwBaseView

Packages that use OwBaseView
com.wewebu.ow.server.app   
com.wewebu.ow.server.dmsdialogs   
com.wewebu.ow.server.dmsdialogs.views   
com.wewebu.ow.server.ecm.ui   
com.wewebu.ow.server.ui   
com.wewebu.ow.server.ui.button   
com.wewebu.ow.server.ui.helper   
 

Uses of OwBaseView in com.wewebu.ow.server.app
 

Classes in com.wewebu.ow.server.app that implement OwBaseView
 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 OwHelpDialog
           Standard Dialog to display a help page within other dialogs.
 class OwLoginView
           Login View Module for the Application.
 class OwMainLayout
           Main Layout for Workdesk.
 class OwMainMenuView
           Creates a standard top level Menus for the Workdesk.
 class OwMainNavigationView
           Main Navigation UI Module.
 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 OwMultipleSelectionCall.OwValidatorMessageBox
          YES/NO validating message box implementation
 class OwObjectSequenceDialog
           Object collection nase implementation.
 class OwSearchCriteriaView
           View Module to display and edit search criteria.
 class OwSmallSubMenuView
           Creates a standard small menu for the Workdesk.
 class OwStandardDialog
           Standard Dialog Layout for Workdesk.
 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.
 

Uses of OwBaseView in com.wewebu.ow.server.dmsdialogs
 

Classes in com.wewebu.ow.server.dmsdialogs that implement OwBaseView
 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.
 

Uses of OwBaseView in com.wewebu.ow.server.dmsdialogs.views
 

Subinterfaces of OwBaseView in com.wewebu.ow.server.dmsdialogs.views
 interface OwPageableView
           Base interface for the views that intends to use different paging components.
 

Classes in com.wewebu.ow.server.dmsdialogs.views that implement OwBaseView
 class OwAbstractDocumentImporterView
           Abstract default DocumentImporterView, implementing the most functionality by default.
 class OwAddPrivilegeDialog
           Privilege addition dialog.
 class OwAllLinksView
           Displays OwObjectLinks 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 OwObjectLinksView
           Displays OwObjectLinks using OwSplitObjectListView.
 class OwObjectListView
           Base class to all views that display object collections.
 class OwObjectListViewCombined
           List View: OwObject List View Combined.
protected  class OwObjectListViewCombined.OwObjectListViewRowCombined
           
 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 OwPolicyLevelView
           Displays and edits the policies of a given OwPermissionCollection.
 class OwPrivilegeSetEditor
           OwPrivilegeSet editor view for set-user and privilege selection to be used with OwPrivilegesView.
 class OwPrivilegesView
           Displays and edits the privileges of a given OwPermissionCollection.
 class OwSplitObjectListView
           Displays several object collections called splits.
 class OwToolView
           Base class for OwToolViewItem based views.
 class OwTypedLinksView
           Displays OwObjectLinks using OwSplitObjectListView and one link object class combo box filter.
 class OwUIGenericAccessRightsModul
           Generic access rights module.
 

Methods in com.wewebu.ow.server.dmsdialogs.views that return OwBaseView
 OwBaseView OwObjectListViewControl.getViewReference()
          get the reference to the active list view
 

Uses of OwBaseView in com.wewebu.ow.server.ecm.ui
 

Classes in com.wewebu.ow.server.ecm.ui that implement OwBaseView
 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.
 

Uses of OwBaseView in com.wewebu.ow.server.ui
 

Classes in com.wewebu.ow.server.ui that implement OwBaseView
static class OwAppContext.OwDialogManagerViewReference
           View reference for the dynamically changing dialog manager.
 class OwDelegateView
           View used to display changeable inner view.
 class OwDialog
           Base Class for Dialog Views.
 class OwDialogManager
           Dialog Manager.
 class OwLayout
           Layout Class, which can add further Views to regions and act as a container.
protected  class OwLayout.OwDispatchRegion
          dispatch region wrapper used by addRegion to dispatch to a region in the attached Renderable
 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.
 

Methods in com.wewebu.ow.server.ui that return OwBaseView
 OwBaseView OwAppContext.getDialogManagerViewReference()
          return a view reference for the dynamically changing dialog manager
 OwBaseView OwNavigationView.getViewReference()
          get the reference to the active view
 

Methods in com.wewebu.ow.server.ui with parameters of type OwBaseView
 void OwLayout.addRegion(OwBaseView view_p, int iRegion_p, int iDispatchRegion_p)
          adds a region out of the given view with a name key to the layout NOTE: Does not attach the view.
 void OwLayout.addViewReference(OwBaseView view_p, int iRegion_p)
          adds a OwBaseView with a name key to the layout, but does not attach it.
 

Constructors in com.wewebu.ow.server.ui with parameters of type OwBaseView
OwLayout.OwDispatchRegion(OwBaseView view_p, int iDispatchRegion_p)
           
 

Uses of OwBaseView in com.wewebu.ow.server.ui.button
 

Classes in com.wewebu.ow.server.ui.button that implement OwBaseView
 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.
 

Uses of OwBaseView in com.wewebu.ow.server.ui.helper
 

Classes in com.wewebu.ow.server.ui.helper that implement OwBaseView
 class OwInnerViewWrapper
           Helper for wrapping different OwView.
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.