Uses of Class
org.uberfire.workbench.model.Notification.State
-
Packages that use Notification.State Package Description org.uberfire.workbench.model -
-
Uses of Notification.State in org.uberfire.workbench.model
Methods in org.uberfire.workbench.model that return Notification.State Modifier and Type Method Description Notification.StateNotification. getState()static Notification.StateNotification.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.Methods in org.uberfire.workbench.model with parameters of type Notification.State Modifier and Type Method Description voidNotification. setState(Notification.State state)Constructors in org.uberfire.workbench.model with parameters of type Notification.State Constructor Description Notification(NotificationEvent.NotificationType type, String message, Date timestamp, Notification.State state)
-