@Templated @ApplicationScoped public class NotificationFactory extends Object implements org.jboss.errai.ui.client.local.api.elemental2.IsElement
| Constructor and Description |
|---|
NotificationFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
showError(Throwable throwable) |
void |
showErrorMessage(String i18nKey,
Object... notificationArgs) |
void |
showInfoMessage(String i18nKey,
Object... notificationArgs) |
void |
showSuccessMessage(String i18nKey,
Object... notificationArgs) |
void |
showWarningMessage(String i18nKey,
Object... notificationArgs) |
public void showError(Throwable throwable)
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.