Uses of Class
org.uberfire.workbench.events.NotificationEvent.NotificationType
-
Packages that use NotificationEvent.NotificationType Package Description org.uberfire.workbench.events org.uberfire.workbench.model -
-
Uses of NotificationEvent.NotificationType in org.uberfire.workbench.events
Methods in org.uberfire.workbench.events that return NotificationEvent.NotificationType Modifier and Type Method Description NotificationEvent.NotificationTypeNotificationEvent. getType()static NotificationEvent.NotificationTypeNotificationEvent.NotificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationEvent.NotificationType[]NotificationEvent.NotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.uberfire.workbench.events with parameters of type NotificationEvent.NotificationType Constructor Description NotificationEvent(String notification, NotificationEvent.NotificationType type)NotificationEvent(String notification, NotificationEvent.NotificationType type, boolean isSingleton)NotificationEvent(String notification, NotificationEvent.NotificationType type, boolean isSingleton, PlaceRequest placeRequest)NotificationEvent(String notification, NotificationEvent.NotificationType type, boolean isSingleton, PlaceRequest placeRequest, Integer initialTopOffset) -
Uses of NotificationEvent.NotificationType in org.uberfire.workbench.model
Methods in org.uberfire.workbench.model that return NotificationEvent.NotificationType Modifier and Type Method Description NotificationEvent.NotificationTypeNotification. getType()Methods in org.uberfire.workbench.model with parameters of type NotificationEvent.NotificationType Modifier and Type Method Description voidNotification. setType(NotificationEvent.NotificationType type)Constructors in org.uberfire.workbench.model with parameters of type NotificationEvent.NotificationType Constructor Description Notification(NotificationEvent.NotificationType type, String message, Date timestamp, Notification.State state)
-