| Package | Description |
|---|---|
| org.opencms.gwt.shared |
Core shared stuff.
|
| Modifier and Type | Method and Description |
|---|---|
CmsUploadProgessInfo.UPLOAD_STATE |
CmsUploadProgessInfo.getState()
Returns the state.
|
static CmsUploadProgessInfo.UPLOAD_STATE |
CmsUploadProgessInfo.UPLOAD_STATE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsUploadProgessInfo.UPLOAD_STATE[] |
CmsUploadProgessInfo.UPLOAD_STATE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsUploadProgessInfo.setState(CmsUploadProgessInfo.UPLOAD_STATE state)
Sets the state.
|
| Constructor and Description |
|---|
CmsUploadProgessInfo(int currentFile,
int percent,
CmsUploadProgessInfo.UPLOAD_STATE state,
long contentLength,
long bytesRead)
Constructor with parameters.
|