Uses of Class
com.vaadin.flow.component.notification.NotificationVariant
-
-
Uses of NotificationVariant in com.vaadin.flow.component.notification
Methods in com.vaadin.flow.component.notification that return NotificationVariant Modifier and Type Method Description static NotificationVariantNotificationVariant. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationVariant[]NotificationVariant. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.notification with parameters of type NotificationVariant Modifier and Type Method Description voidNotification. addThemeVariants(NotificationVariant... variants)Adds theme variants to the component.voidNotification. removeThemeVariants(NotificationVariant... variants)Removes theme variants from the component.
-