@Templated @Dependent public class UploadDashboardsScreenView extends Object implements UploadDashboardsScreen.View
| Constructor and Description |
|---|
UploadDashboardsScreenView() |
| Modifier and Type | Method and Description |
|---|---|
void |
badResponseUploading(elemental2.dom.Response response) |
void |
errorDuringUpload(Object error) |
elemental2.dom.HTMLElement |
getElement() |
void |
handleImport(com.google.gwt.event.dom.client.ClickEvent e) |
void |
handleInputFileChange(com.google.gwt.event.dom.client.ChangeEvent e) |
void |
init(UploadDashboardsScreen presenter) |
void |
loading() |
void |
stopLoading() |
public elemental2.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.elemental2.IsElementpublic void init(UploadDashboardsScreen presenter)
init in interface HasPresenter<UploadDashboardsScreen>@EventHandler(value="inputFile") public void handleInputFileChange(com.google.gwt.event.dom.client.ChangeEvent e)
@EventHandler(value="btnImport") public void handleImport(com.google.gwt.event.dom.client.ClickEvent e)
public void loading()
loading in interface UploadDashboardsScreen.Viewpublic void stopLoading()
stopLoading in interface UploadDashboardsScreen.Viewpublic void badResponseUploading(elemental2.dom.Response response)
badResponseUploading in interface UploadDashboardsScreen.Viewpublic void errorDuringUpload(Object error)
errorDuringUpload in interface UploadDashboardsScreen.ViewCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.