Class CmsDialogUploadButtonHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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 openDialogWithFiles​(java.util.List<CmsFileInfo> files)
      Opens the upload dialog for the given file references.
      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 close handler for the dialog.
      void setIsTargetRootPath​(boolean isTargetRootPath)
      Chooses whether the target folder should be interpreted as a root path.
      void setPostCreateHandler​(java.lang.String postCreateHandler)
      Sets the post-create handler.
      void setTargetFolder​(java.lang.String targetFolder)
      Sets the upload target folder.
      void setUploadDialog​(A_CmsUploadDialog uploadDialog)
      Sets the upload dialog instance.
      protected void updateDialog()
      Updates the dialog with the current close handler and target folder.
      • Methods inherited from class java.lang.Object

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