Uses of Class
com.vaadin.shared.ui.ui.NotificationRole
-
Packages that use NotificationRole Package Description com.vaadin.shared.ui.ui com.vaadin.ui -
-
Uses of NotificationRole in com.vaadin.shared.ui.ui
Fields in com.vaadin.shared.ui.ui declared as NotificationRole Modifier and Type Field Description NotificationRoleUIState.NotificationTypeConfiguration. notificationRoleMethods in com.vaadin.shared.ui.ui that return NotificationRole Modifier and Type Method Description static NotificationRoleNotificationRole. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationRole[]NotificationRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.vaadin.shared.ui.ui with parameters of type NotificationRole Constructor Description NotificationTypeConfiguration(String prefix, String postfix, NotificationRole role) -
Uses of NotificationRole in com.vaadin.ui
Methods in com.vaadin.ui that return NotificationRole Modifier and Type Method Description NotificationRoleNotificationConfiguration. getAssistiveRole(Notification.Type type)Gets the WAI-ARIA role for a notification type.Methods in com.vaadin.ui with parameters of type NotificationRole Modifier and Type Method Description voidNotificationConfiguration. setAssistiveRole(Notification.Type type, NotificationRole role)Sets the WAI-ARIA role for a notification type.
-