Interface FileUploadPopup.Presenter

    • Method Detail

      • show

        void show​(List<String> acceptedExtension,
                  String mainTitleText,
                  String okButtonText,
                  org.uberfire.mvp.Command okCommand)
        Same as default show method but with list of accepted extensions
        Parameters:
        acceptedExtension -
        mainTitleText -
        okButtonText -
        okCommand -
      • getFileContents

        String getFileContents()
      • getFileName

        String getFileName()
      • show

        void show​(List<String> acceptedExtension,
                  String mainTitleText,
                  String uploadWarningText,
                  String okButtonText,
                  org.uberfire.mvp.Command okCommand)
        Same as default show method but with list of accepted extensions and uploadWarningText
        Parameters:
        acceptedExtension -
        mainTitleText -
        uploadWarningText -
        okButtonText -
        okCommand -