Uses of Interface
org.opencms.ui.apps.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
Modifier and TypeFieldDescriptionprotected I_CmsAppUIContext
CmsFileExplorer.m_appContext
The UI context.protected I_CmsAppUIContext
A_CmsWorkplaceApp.m_uiContext
The app UI context.Modifier 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
-
Uses of I_CmsAppUIContext in org.opencms.ui.apps.lists
-
Uses of I_CmsAppUIContext in org.opencms.ui.apps.logfile
-
Uses of I_CmsAppUIContext in org.opencms.ui.apps.modules
-
Uses of I_CmsAppUIContext in org.opencms.ui.apps.resourcetypes
-
Uses of I_CmsAppUIContext in org.opencms.ui.apps.search
-
Uses of I_CmsAppUIContext in org.opencms.ui.apps.sitemanager
-
Uses of I_CmsAppUIContext in org.opencms.ui.apps.unusedcontentfinder
Modifier and TypeMethodDescriptionvoid
CmsUnusedContentFinderApp.initUI
(I_CmsAppUIContext context) -
Uses of I_CmsAppUIContext in org.opencms.ui.apps.user
-
Uses of I_CmsAppUIContext in org.opencms.ui.components
Modifier and TypeFieldDescriptionprotected I_CmsAppUIContext
CmsToolBar.m_appContext
The app UI context.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
CmsMessageBundleEditor.initUI
(I_CmsAppUIContext context, CmsResource resource, String backLink, Map<String, String> params)