| Package | Description |
|---|---|
| org.uberfire.workbench.model |
| Modifier and Type | Method and Description |
|---|---|
Notification.State |
Notification.getState() |
static Notification.State |
Notification.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Notification.State[] |
Notification.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Notification.setState(Notification.State state) |
| Constructor and Description |
|---|
Notification(NotificationEvent.NotificationType type,
String message,
Date timestamp,
Notification.State state) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.