| Package | Description |
|---|---|
| org.opencms.gwt.shared |
Core shared stuff.
|
| org.opencms.ui.components.extensions |
Contains Vaadin UI extensions
|
| Modifier and Type | Method and Description |
|---|---|
static CmsHistoryVersion.OfflineOnline |
CmsHistoryVersion.OfflineOnline.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsHistoryVersion.OfflineOnline[] |
CmsHistoryVersion.OfflineOnline.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CmsHistoryVersion(java.lang.Integer versionNumber,
CmsHistoryVersion.OfflineOnline offlineOnline)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGwtDialogExtension.showPreview(CmsUUID id,
java.lang.Integer version,
CmsHistoryVersion.OfflineOnline offlineOnline)
Shows the prewview dialog for a given resource and version.
|