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_CmsAppUIContextCmsFileExplorer.m_appContextThe UI context.protected I_CmsAppUIContextA_CmsWorkplaceApp.m_uiContextThe app UI context.Methods in org.opencms.ui.apps with parameters of type I_CmsAppUIContextModifier and TypeMethodDescriptionvoidA_CmsWorkplaceApp.initUI(I_CmsAppUIContext context) voidCmsAppHierachy.initUI(I_CmsAppUIContext context) voidCmsAppView.NotAvailableApp.initUI(I_CmsAppUIContext context) voidCmsEditor.initUI(I_CmsAppUIContext context) voidCmsFileExplorer.initUI(I_CmsAppUIContext context) voidCmsLegacyApp.initUI(I_CmsAppUIContext context) voidI_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 TypeMethodDescriptionvoidCmsUnusedContentFinderApp.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_CmsAppUIContextCmsToolBar.m_appContextThe app UI context.Methods in org.opencms.ui.components with parameters of type I_CmsAppUIContextModifier and TypeMethodDescriptionprotected voidCmsToolBar.init(String appId, I_CmsAppUIContext context) Initializes the toolbar.voidCmsToolBar.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 TypeMethodDescriptionvoidA_CmsFrameEditor.initUI(I_CmsAppUIContext context, CmsResource resource, String backLink, Map<String, String> params) voidCmsSourceEditor.initUI(I_CmsAppUIContext context, CmsResource resource, String backLink, Map<String, String> params) voidI_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 TypeMethodDescriptionvoidCmsMessageBundleEditor.initUI(I_CmsAppUIContext context, CmsResource resource, String backLink, Map<String, String> params)