| Package | Description |
|---|---|
| org.opencms.ui |
General code for the Vaadin UI
|
| 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.components |
Contains some reusable GUI components for Vaadin UI
|
| org.opencms.ui.dialogs |
Contains code for workplace dialogs
|
| org.opencms.ui.sitemap |
Vaadin GUI components and utilities for use in the sitemap editor.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsDialogContext.ContextType |
I_CmsDialogContext.getContextType()
Returns the context type.
|
I_CmsDialogContext.ContextType |
A_CmsDialogContext.getContextType() |
static I_CmsDialogContext.ContextType |
I_CmsDialogContext.ContextType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsDialogContext.ContextType[] |
I_CmsDialogContext.ContextType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
A_CmsDialogContext(java.lang.String appId,
I_CmsDialogContext.ContextType contextType,
java.util.List<CmsResource> resources)
Constructor.
|
| Constructor and Description |
|---|
CmsExplorerDialogContext(I_CmsDialogContext.ContextType contextType,
CmsFileTable fileTable,
CmsFileExplorer explorer,
java.util.List<CmsResource> resources)
Creates a new instance.
|
| Constructor and Description |
|---|
DialogContext(java.lang.String appId,
I_CmsDialogContext.ContextType contextType,
CmsFileTable fileTable,
java.util.List<CmsResource> resources)
Constructor.
|
| Constructor and Description |
|---|
CmsFileTableDialogContext(java.lang.String appId,
I_CmsDialogContext.ContextType contextType,
CmsFileTable fileTable,
java.util.List<CmsResource> resources)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsDialogContext.ContextType |
CmsEmbeddedDialogContext.getContextType() |
| Constructor and Description |
|---|
CmsEmbeddedDialogContext(java.lang.String appId,
I_CmsDialogContext.ContextType contextType,
java.util.List<CmsResource> resources)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsDialogContext.ContextType |
CmsSitemapTreeController.DialogContext.getContextType() |