Interface FileUploadPopup
-
- All Superinterfaces:
AbstractScenarioPopup
- All Known Implementing Classes:
FileUploadPopupView
public interface FileUploadPopup extends AbstractScenarioPopup
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFileUploadPopup.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()StringgetFileContents()StringgetFileName()voidhide()Makes this popup container(and the main content along with it) invisible.voidsetAcceptedExtension(List<String> acceptedExtension)voidshow(String mainTitleText, String uploadWarningText, String okButtonText, org.uberfire.mvp.Command okCommand)-
Methods inherited from interface org.drools.workbench.screens.scenariosimulation.client.popup.AbstractScenarioPopup
show
-
-
-
-
Method Detail
-
getElement
org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceAbstractScenarioPopup
-
show
void show(String mainTitleText, String uploadWarningText, String okButtonText, org.uberfire.mvp.Command okCommand)
-
getFileContents
String getFileContents()
-
getFileName
String getFileName()
-
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:
hidein interfaceAbstractScenarioPopup
-
-