Class CmsSingleFileUploadHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFileName​(java.lang.String originalFileName)
      Returns the new file name.
      java.lang.String getTargetFolderPath()
      Returns the targetFolderPath.
      void initializeFileInput​(CmsFileInput fileInput)
      Custom setup method for newly created file inputs.
      void onChange​(CmsFileInput fileInput)
      Notifies the button handler that the file input field's value has changed.
      void setButton​(I_CmsUploadButton button)
      This method should be called when the handler is set on a button.
      void setCloseHandler​(com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.PopupPanel> closeHandler)
      Sets the dialog close handler.
      void setTargetFileName​(java.lang.String fileName)
      Sets the target file name.
      void setTargetFileNamePrefix​(java.lang.String targetFileNamePrefix)
      Sets the target file name prefix.
      void setTargetFolderPath​(java.lang.String folderPath)
      Sets the target folder path.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait