Class ExampleProjectErrorPresenter
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.widgets.example.errors.ExampleProjectErrorPresenter
-
public class ExampleProjectErrorPresenter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExampleProjectErrorPresenter.View
-
Constructor Summary
Constructors Constructor Description ExampleProjectErrorPresenter(ExampleProjectErrorPresenter.View view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetId(String id)ExampleProjectErrorPresenter.ViewgetView()voidinitialize(List<org.kie.workbench.common.screens.examples.model.ExampleProjectError> errors)protected StringtranslateError(org.kie.workbench.common.screens.examples.model.ExampleProjectError error)
-
-
-
Constructor Detail
-
ExampleProjectErrorPresenter
@Inject public ExampleProjectErrorPresenter(ExampleProjectErrorPresenter.View view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
-
Method Detail
-
initialize
public void initialize(List<org.kie.workbench.common.screens.examples.model.ExampleProjectError> errors)
-
translateError
protected String translateError(org.kie.workbench.common.screens.examples.model.ExampleProjectError error)
-
getView
public ExampleProjectErrorPresenter.View getView()
-
-