Uses of Interface
org.opencms.ui.apps.I_CmsAppUIContext
Packages that use I_CmsAppUIContext
Package
Description
Contains code for workplace apps.
This package contains the app classes for the list configurations manager.
Contains classes of the site manager app.
Contains classes of the module manager app.
Contains classes of the source search app.
Contains classes of the site manager app.
Contains classes of the user manager app.
Contains some reusable GUI components for Vaadin UI.
The available content editors.
The data bindings and logic for the translator editor.
-
Uses of I_CmsAppUIContext in org.opencms.ui.apps
Fields in org.opencms.ui.apps declared as I_CmsAppUIContextModifier and TypeFieldDescriptionprotected I_CmsAppUIContext
CmsFileExplorer.m_appContext
The UI context.protected I_CmsAppUIContext
A_CmsWorkplaceApp.m_uiContext
The app UI context.Methods in org.opencms.ui.apps with parameters of type I_CmsAppUIContextModifier and TypeMethodDescriptionvoid
A_CmsWorkplaceApp.initUI
(I_CmsAppUIContext context) void
CmsAppHierachy.initUI
(I_CmsAppUIContext context) void
CmsAppView.NotAvailableApp.initUI
(I_CmsAppUIContext context) void
CmsEditor.initUI
(I_CmsAppUIContext context) void
CmsFileExplorer.initUI
(I_CmsAppUIContext context) void
CmsLegacyApp.initUI
(I_CmsAppUIContext context) void
I_CmsWorkplaceApp.initUI
(I_CmsAppUIContext context) Within this method the app UI should be initialized. -
Uses of I_CmsAppUIContext in org.opencms.ui.apps.datesearch
Methods in org.opencms.ui.apps.datesearch with parameters of type I_CmsAppUIContext -
Uses of I_CmsAppUIContext in org.opencms.ui.apps.lists
Methods in org.opencms.ui.apps.lists with parameters of type I_CmsAppUIContext -
Uses of I_CmsAppUIContext in org.opencms.ui.apps.logfile
Methods in org.opencms.ui.apps.logfile with parameters of type I_CmsAppUIContext -
Uses of I_CmsAppUIContext in org.opencms.ui.apps.modules
Methods in org.opencms.ui.apps.modules with parameters of type I_CmsAppUIContext -
Uses of I_CmsAppUIContext in org.opencms.ui.apps.resourcetypes
Methods in org.opencms.ui.apps.resourcetypes with parameters of type I_CmsAppUIContext -
Uses of I_CmsAppUIContext in org.opencms.ui.apps.search
Methods in org.opencms.ui.apps.search with parameters of type I_CmsAppUIContext -
Uses of I_CmsAppUIContext in org.opencms.ui.apps.sitemanager
Methods in org.opencms.ui.apps.sitemanager with parameters of type I_CmsAppUIContext -
Uses of I_CmsAppUIContext in org.opencms.ui.apps.unusedcontentfinder
Methods in org.opencms.ui.apps.unusedcontentfinder with parameters of type I_CmsAppUIContextModifier and TypeMethodDescriptionvoid
CmsUnusedContentFinderApp.initUI
(I_CmsAppUIContext context) -
Uses of I_CmsAppUIContext in org.opencms.ui.apps.user
Methods in org.opencms.ui.apps.user with parameters of type I_CmsAppUIContext -
Uses of I_CmsAppUIContext in org.opencms.ui.components
Classes in org.opencms.ui.components that implement I_CmsAppUIContextFields in org.opencms.ui.components declared as I_CmsAppUIContextModifier and TypeFieldDescriptionprotected I_CmsAppUIContext
CmsToolBar.m_appContext
The app UI context.Methods in org.opencms.ui.components with parameters of type I_CmsAppUIContextModifier and TypeMethodDescriptionprotected void
CmsToolBar.init
(String appId, I_CmsAppUIContext context) Initializes the toolbar.void
CmsToolBar.setAppContext
(I_CmsAppUIContext context) Sets the app context. -
Uses of I_CmsAppUIContext in org.opencms.ui.editors
Methods in org.opencms.ui.editors with parameters of type I_CmsAppUIContextModifier and TypeMethodDescriptionvoid
A_CmsFrameEditor.initUI
(I_CmsAppUIContext context, CmsResource resource, String backLink, Map<String, String> params) void
CmsSourceEditor.initUI
(I_CmsAppUIContext context, CmsResource resource, String backLink, Map<String, String> params) void
I_CmsEditor.initUI
(I_CmsAppUIContext context, CmsResource resource, String backLink, Map<String, String> params) Within this method the editor UI should be initialized. -
Uses of I_CmsAppUIContext in org.opencms.ui.editors.messagebundle
Methods in org.opencms.ui.editors.messagebundle with parameters of type I_CmsAppUIContextModifier and TypeMethodDescriptionvoid
CmsMessageBundleEditor.initUI
(I_CmsAppUIContext context, CmsResource resource, String backLink, Map<String, String> params)