Uses of Class
net.moewes.cloudui.vaadin.Notification.Position
-
Packages that use Notification.Position Package Description net.moewes.cloudui.vaadin -
-
Uses of Notification.Position in net.moewes.cloudui.vaadin
Methods in net.moewes.cloudui.vaadin that return Notification.Position Modifier and Type Method Description static Notification.Position
Notification.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.Constructors in net.moewes.cloudui.vaadin with parameters of type Notification.Position Constructor Description Notification(String text, int duration, Notification.Position position)
constructor
-