public class CmsUploadState extends com.vaadin.shared.ui.button.ButtonState
| Modifier and Type | Class and Description |
|---|---|
static class |
CmsUploadState.UploadType
The upload types.
|
clickShortcutKeyCode, disableOnClick, iconAltText| Constructor and Description |
|---|
CmsUploadState()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDialogTitle()
Returns the dialog title.
|
CmsUUID |
getReplaceId()
Returns the structure id of the file to replace.
|
java.lang.String |
getTargetFileName()
Returns the target file name.
|
java.lang.String |
getTargetFileNamePrefix()
Returns the target file name prefix.
|
java.lang.String |
getTargetFolderRootPath()
Returns the targetFolderRootPath.
|
CmsUploadState.UploadType |
getUploadType()
Returns the upload type.
|
void |
setDialogTitle(java.lang.String dialogTitle)
Sets the dialog title.
|
void |
setReplaceId(CmsUUID replaceId)
Sets the structure id of the file to replace.
|
void |
setTargetFileName(java.lang.String targetFileName)
Sets the target file name.
|
void |
setTargetFileNamePrefix(java.lang.String targetFileNamePrefix)
Sets the target file name prefix.
|
void |
setTargetFolderRootPath(java.lang.String targetFolderRootPath)
Sets the targetFolderRootPath.
|
void |
setUploadType(CmsUploadState.UploadType uploadType)
Sets the upload type.
|
public CmsUploadState()
public java.lang.String getDialogTitle()
public CmsUUID getReplaceId()
public java.lang.String getTargetFileName()
public java.lang.String getTargetFileNamePrefix()
public java.lang.String getTargetFolderRootPath()
public CmsUploadState.UploadType getUploadType()
public void setDialogTitle(java.lang.String dialogTitle)
dialogTitle - the dialog title to setpublic void setReplaceId(CmsUUID replaceId)
replaceId - the structure id of the file to replacepublic void setTargetFileName(java.lang.String targetFileName)
targetFileName - the target file name to setpublic void setTargetFileNamePrefix(java.lang.String targetFileNamePrefix)
targetFileNamePrefix - the target file name prefix to setpublic void setTargetFolderRootPath(java.lang.String targetFolderRootPath)
targetFolderRootPath - the targetFolderRootPath to setpublic void setUploadType(CmsUploadState.UploadType uploadType)
uploadType - the upload type to set