| Package | Description |
|---|---|
| org.opencms.ui.apps |
Contains code for workplace apps
|
| org.opencms.ui.apps.linkvalidation |
Contains classes of the link validation app.
|
| org.opencms.ui.apps.lists |
This package contains the app classes for the list configurations manager.
|
| org.opencms.ui.apps.projects |
The project manager app classes
|
| org.opencms.ui.components |
Contains some reusable GUI components for Vaadin UI
|
| org.opencms.ui.contextmenu |
Contains code for workplace context menu
|
| Constructor and Description |
|---|
CmsExplorerDialogContext(I_CmsDialogContext.ContextType contextType,
CmsFileTable fileTable,
CmsFileExplorer explorer,
java.util.List<CmsResource> resources)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsLinkValidationInternalTable
Result table for broken internal relations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsResultTable
Table to display the list manager search results.
|
| Constructor and Description |
|---|
DialogContext(java.lang.String appId,
I_CmsDialogContext.ContextType contextType,
CmsFileTable fileTable,
java.util.List<CmsResource> resources)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsFileTable |
CmsProjectManager.getProjectFiles(CmsUUID projectId)
Returns the project files table.
|
| Constructor and Description |
|---|
CmsFileTableDialogContext(java.lang.String appId,
I_CmsDialogContext.ContextType contextType,
CmsFileTable fileTable,
java.util.List<CmsResource> resources)
Creates a new instance.
|
| Constructor and Description |
|---|
CmsContextMenuEditHandler(CmsUUID editId,
CmsResourceTableProperty editProperty,
CmsFileTable fileTable,
I_CmsDialogContext context)
Constructor.
|