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