| Package | Description |
|---|---|
| org.opencms.ui.shared.components |
Contains Vaadin component state classes and other RPC classes.
|
| Modifier and Type | Method and Description |
|---|---|
CmsUploadState.UploadType |
CmsUploadState.getUploadType()
Returns the upload type.
|
static CmsUploadState.UploadType |
CmsUploadState.UploadType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsUploadState.UploadType[] |
CmsUploadState.UploadType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsUploadState.setUploadType(CmsUploadState.UploadType uploadType)
Sets the upload type.
|