public interface FileUploadPopup extends AbstractScenarioPopup
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FileUploadPopup.Presenter |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
String |
getFileContents() |
String |
getFileName() |
void |
hide()
Makes this popup container(and the main content along with it) invisible.
|
void |
setAcceptedExtension(List<String> acceptedExtension) |
void |
show(String mainTitleText,
String uploadWarningText,
String okButtonText,
org.uberfire.mvp.Command okCommand) |
showorg.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface AbstractScenarioPopupvoid show(String mainTitleText, String uploadWarningText, String okButtonText, org.uberfire.mvp.Command okCommand)
String getFileContents()
String getFileName()
void hide()
hide in interface AbstractScenarioPopupCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.