Class ExampleProjectErrorView
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.widgets.example.errors.ExampleProjectErrorView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,ExampleProjectErrorPresenter.View,org.uberfire.client.mvp.HasPresenter<ExampleProjectErrorPresenter>,org.uberfire.client.mvp.UberElemental<ExampleProjectErrorPresenter>
@Templated public class ExampleProjectErrorView extends Object implements ExampleProjectErrorPresenter.View
-
-
Constructor Summary
Constructors Constructor Description ExampleProjectErrorView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(ExampleProjectErrorPresenter presenter)voidsetErrors(List<String> errors)
-
-
-
Method Detail
-
init
public void init(ExampleProjectErrorPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<ExampleProjectErrorPresenter>
-
setErrors
public void setErrors(List<String> errors)
- Specified by:
setErrorsin interfaceExampleProjectErrorPresenter.View
-
-