Class CmsUploadAreaState

  • All Implemented Interfaces:
    java.io.Serializable

    public class CmsUploadAreaState
    extends com.vaadin.shared.communication.SharedState
    The upload button state.

    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.vaadin.shared.communication.SharedState

        enabled, registeredEventListeners, resources
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTargetFolderRootPath()
      Returns the targetFolderRootPath.
      void setTargetFolderRootPath​(java.lang.String targetFolderRootPath)
      Sets the targetFolderRootPath.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTargetFolderRootPath

        public java.lang.String getTargetFolderRootPath()
        Returns the targetFolderRootPath.

        Returns:
        the targetFolderRootPath
      • setTargetFolderRootPath

        public void setTargetFolderRootPath​(java.lang.String targetFolderRootPath)
        Sets the targetFolderRootPath.

        Parameters:
        targetFolderRootPath - the targetFolderRootPath to set