public static interface FileUploadPopup.Presenter extends AbstractScenarioPopup.Presenter
Modifier and Type | Method and Description |
---|---|
String |
getFileContents() |
String |
getFileName() |
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
|
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
|
hide, show
void show(List<String> acceptedExtension, String mainTitleText, String okButtonText, org.uberfire.mvp.Command okCommand)
acceptedExtension
- mainTitleText
- okButtonText
- okCommand
- String getFileContents()
String getFileName()
void show(List<String> acceptedExtension, String mainTitleText, String uploadWarningText, String okButtonText, org.uberfire.mvp.Command okCommand)
acceptedExtension
- mainTitleText
- uploadWarningText
- okButtonText
- okCommand
- Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.