Interface FileUploadPopup

    • Method Detail

      • show

        void show​(String mainTitleText,
                  String uploadWarningText,
                  String okButtonText,
                  org.uberfire.mvp.Command okCommand)
      • getFileContents

        String getFileContents()
      • getFileName

        String getFileName()
      • setAcceptedExtension

        void setAcceptedExtension​(List<String> acceptedExtension)
      • hide

        void hide()
        Makes this popup container(and the main content along with it) invisible. Has no effect if the popup is not already showing.
        Specified by:
        hide in interface AbstractScenarioPopup