| Package | Description |
|---|---|
| org.opencms.ui |
General code for the Vaadin UI
|
| 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 |
|---|---|
void |
I_CmsDialogContext.start(java.lang.String title,
com.vaadin.ui.Component dialog,
CmsBasicDialog.DialogWidth width)
Called to start up the dialog with the given main widget and title string.
|
void |
A_CmsDialogContext.start(java.lang.String title,
com.vaadin.ui.Component dialog,
CmsBasicDialog.DialogWidth style) |
| Modifier and Type | Method and Description |
|---|---|
static CmsBasicDialog.DialogWidth |
CmsBasicDialog.DialogWidth.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsBasicDialog.DialogWidth[] |
CmsBasicDialog.DialogWidth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.vaadin.ui.Window |
CmsBasicDialog.prepareWindow(CmsBasicDialog.DialogWidth width)
Initializes the dialog window.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsEmbeddedDialogContext.start(java.lang.String title,
com.vaadin.ui.Component dialog,
CmsBasicDialog.DialogWidth width) |
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSitemapTreeController.DialogContext.start(java.lang.String title,
com.vaadin.ui.Component dialog,
CmsBasicDialog.DialogWidth width) |