@Templated public class ToastNotification extends Object implements org.jboss.errai.ui.client.local.api.elemental2.IsElement
| Constructor and Description |
|---|
ToastNotification() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
onMouseEnter(elemental2.dom.MouseEvent e) |
void |
setup(NotificationType notificationType,
String i18nKey,
NotificationAction action,
List<NotificationAction> dropdownActions,
Object... notificationArgs) |
void |
setup(NotificationType notificationType,
String i18nKey,
Object... notificationArgs) |
@PostConstruct public void init()
@EventHandler(value="toast-notification")
public void onMouseEnter(@ForEvent(value="mouseenter")
elemental2.dom.MouseEvent e)
public void setup(NotificationType notificationType, String i18nKey, Object... notificationArgs)
public void setup(NotificationType notificationType, String i18nKey, NotificationAction action, List<NotificationAction> dropdownActions, Object... notificationArgs)
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.