Package org.opencms.ui.shared.components
Class CmsUploadAreaState
java.lang.Object
com.vaadin.shared.communication.SharedState
org.opencms.ui.shared.components.CmsUploadAreaState
- All Implemented Interfaces:
Serializable
The upload button state.
- See Also:
-
Field Summary
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the targetFolderRootPath.void
setTargetFolderRootPath
(String targetFolderRootPath) Sets the targetFolderRootPath.
-
Constructor Details
-
CmsUploadAreaState
public CmsUploadAreaState()
-
-
Method Details
-
getTargetFolderRootPath
Returns the targetFolderRootPath.- Returns:
- the targetFolderRootPath
-
setTargetFolderRootPath
Sets the targetFolderRootPath.- Parameters:
targetFolderRootPath
- the targetFolderRootPath to set
-