| 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.components |
Contains some reusable GUI components for Vaadin UI
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsFileExplorer
The file explorer app.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsListManager
Manager for list configuration files.
|
| Constructor and Description |
|---|
CmsResultTable(I_CmsContextProvider contextProvider,
java.util.Map<CmsResourceTableProperty,java.lang.Integer> tableColumns)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsFileTable.setContextProvider(I_CmsContextProvider provider)
Sets the dialog context provider.
|
| Constructor and Description |
|---|
CmsFileTable(I_CmsContextProvider contextProvider)
Default constructor.
|
CmsFileTable(I_CmsContextProvider contextProvider,
java.util.Map<CmsResourceTableProperty,java.lang.Integer> tableColumns)
Default constructor.
|