| Package | Description |
|---|---|
| org.opencms.ui |
General code for the Vaadin UI
|
| org.opencms.ui.util |
Utilities for Vaadin workplace code
|
| Modifier and Type | Method and Description |
|---|---|
CmsDisplayType |
A_CmsUI.getDisplayType()
Gets the display type from the time when the UI was initialized.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsDisplayType |
CmsDisplayType.getDisplayType(int width)
Gets the display type corresponding to a given width.
|
static CmsDisplayType |
CmsDisplayType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsDisplayType[] |
CmsDisplayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|