public class ExampleProjectErrorPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExampleProjectErrorPresenter.View |
| Constructor and Description |
|---|
ExampleProjectErrorPresenter(ExampleProjectErrorPresenter.View view,
org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getId(String id) |
ExampleProjectErrorPresenter.View |
getView() |
void |
initialize(List<ExampleProjectError> errors) |
protected String |
translateError(ExampleProjectError error) |
@Inject public ExampleProjectErrorPresenter(ExampleProjectErrorPresenter.View view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
public void initialize(List<ExampleProjectError> errors)
protected String translateError(ExampleProjectError error)
public ExampleProjectErrorPresenter.View getView()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.