Uses of Class
com.vaadin.flow.component.notification.Notification.Position
-
Packages that use Notification.Position Package Description com.vaadin.flow.component.notification -
-
Uses of Notification.Position in com.vaadin.flow.component.notification
Methods in com.vaadin.flow.component.notification that return Notification.Position Modifier and Type Method Description Notification.PositionNotification. getPosition()Description copied from corresponding location in WebComponent:static Notification.PositionNotification.Position. valueOf(String name)Returns the enum constant of this type with the specified name.static Notification.Position[]Notification.Position. 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 Notification.Position Modifier and Type Method Description voidNotification. setPosition(Notification.Position position)Set position of the notification.static NotificationNotification. show(String text, int duration, Notification.Position position)Shows a notification in the current page with given text, duration and position.Constructors in com.vaadin.flow.component.notification with parameters of type Notification.Position Constructor Description Notification(String text, int duration, Notification.Position position)Creates a Notification with given text String, duration and position
-