| Package | Description |
|---|---|
| org.opencms.ui.apps |
Contains code for workplace apps
|
| Modifier and Type | Method and Description |
|---|---|
CmsAppView.CacheStatus |
CmsAppView.getCacheStatus()
Gets the cache status of the view.
|
static CmsAppView.CacheStatus |
CmsAppView.CacheStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsAppView.CacheStatus[] |
CmsAppView.CacheStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsAppView.setCacheStatus(CmsAppView.CacheStatus status)
Sets the cache status.
|