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) |
show
org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement
in interface AbstractScenarioPopup
String getFileContents()
String getFileName()
void hide()
hide
in interface AbstractScenarioPopup
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.