| Package | Description |
|---|---|
| org.opencms.ui.apps |
Contains code for workplace apps
|
| org.opencms.ui.apps.lists |
This package contains the app classes for the list configurations manager.
|
| org.opencms.ui.apps.logfile |
Contains classes of the site manager app.
|
| org.opencms.ui.apps.modules |
Contains classes of the module manager app.
|
| org.opencms.ui.apps.resourcetypes | |
| org.opencms.ui.apps.search |
Contains classes of the source search app.
|
| org.opencms.ui.apps.sitemanager |
Contains classes of the site manager app.
|
| org.opencms.ui.apps.user |
Contains classes of the user manager app.
|
| org.opencms.ui.components |
Contains some reusable GUI components for Vaadin UI
|
| org.opencms.ui.editors |
The available content editors.
|
| org.opencms.ui.editors.messagebundle |
The data bindings and logic for the translator editor.
|
| Modifier and Type | Field and Description |
|---|---|
protected I_CmsAppUIContext |
CmsFileExplorer.m_appContext
The UI context.
|
protected I_CmsAppUIContext |
A_CmsWorkplaceApp.m_uiContext
The app UI context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
A_CmsWorkplaceApp.initUI(I_CmsAppUIContext context) |
void |
CmsAppView.NotAvailableApp.initUI(I_CmsAppUIContext context) |
void |
CmsEditor.initUI(I_CmsAppUIContext context) |
void |
CmsLegacyApp.initUI(I_CmsAppUIContext context) |
void |
CmsFileExplorer.initUI(I_CmsAppUIContext context) |
void |
CmsAppHierachy.initUI(I_CmsAppUIContext context) |
void |
I_CmsWorkplaceApp.initUI(I_CmsAppUIContext context)
Within this method the app UI should be initialized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsListManager.initUI(I_CmsAppUIContext uiContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
CmsLogFileApp.initUI(I_CmsAppUIContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CmsModuleApp.initUI(I_CmsAppUIContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CmsResourceTypeApp.initUI(I_CmsAppUIContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSourceSearchApp.initUI(I_CmsAppUIContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSiteManager.initUI(I_CmsAppUIContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CmsAccountsApp.initUI(I_CmsAppUIContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
CmsAppViewLayout
The layout used within the app view.
|
| Modifier and Type | Field and Description |
|---|---|
protected I_CmsAppUIContext |
CmsToolBar.m_appContext
The app UI context.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsToolBar.init(java.lang.String appId,
I_CmsAppUIContext context)
Initializes the toolbar.
|
void |
CmsToolBar.setAppContext(I_CmsAppUIContext context)
Sets the app context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
A_CmsFrameEditor.initUI(I_CmsAppUIContext context,
CmsResource resource,
java.lang.String backLink,
java.util.Map<java.lang.String,java.lang.String> params) |
void |
CmsSourceEditor.initUI(I_CmsAppUIContext context,
CmsResource resource,
java.lang.String backLink,
java.util.Map<java.lang.String,java.lang.String> params) |
void |
I_CmsEditor.initUI(I_CmsAppUIContext context,
CmsResource resource,
java.lang.String backLink,
java.util.Map<java.lang.String,java.lang.String> params)
Within this method the editor UI should be initialized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsMessageBundleEditor.initUI(I_CmsAppUIContext context,
CmsResource resource,
java.lang.String backLink,
java.util.Map<java.lang.String,java.lang.String> params) |