Interface UploadFormView

    • Method Detail

      • getFileName

        String getFileName()
      • showSelectFileUploadWarning

        void showSelectFileUploadWarning()
      • showUnsupportedFileTypeWarning

        void showUnsupportedFileTypeWarning()
      • showUploadedSuccessfullyMessage

        void showUploadedSuccessfullyMessage()
      • showInvalidJarNoPomWarning

        void showInvalidJarNoPomWarning()
      • showInvalidPomWarning

        void showInvalidPomWarning()
      • showUploadFailedError

        void showUploadFailedError​(String message)
      • showGAVInputs

        void showGAVInputs()
      • hideGAVInputs

        void hideGAVInputs()
      • showUploadingBusy

        void showUploadingBusy()
      • hideUploadingBusy

        void hideUploadingBusy()
      • show

        void show()
      • hide

        void hide()
      • addHideHandler

        com.google.web.bindery.event.shared.HandlerRegistration addHideHandler​(org.gwtbootstrap3.client.shared.event.ModalHideHandler modalHideHandler)