Uses of Class
com.vaadin.shared.Position
-
Packages that use Position Package Description com.vaadin.client.ui com.vaadin.shared com.vaadin.ui -
-
Uses of Position in com.vaadin.client.ui
Fields in com.vaadin.client.ui declared as Position Modifier and Type Field Description static Position
VNotification. ASSISTIVE
Position that is only accessible for assistive devices, invisible for visual users.static Position
VNotification. BOTTOM_LEFT
static Position
VNotification. BOTTOM_RIGHT
static Position
VNotification. CENTERED
static Position
VNotification. CENTERED_BOTTOM
static Position
VNotification. CENTERED_TOP
static Position
VNotification. TOP_LEFT
static Position
VNotification. TOP_RIGHT
Methods in com.vaadin.client.ui with parameters of type Position Modifier and Type Method Description void
VNotification. setPosition(Position position)
void
VNotification. show(com.google.gwt.user.client.ui.Widget widget, Position position, String style)
void
VNotification. show(Position position)
void
VNotification. show(Position position, String style)
void
VNotification. show(String html, Position position, String style)
-
Uses of Position in com.vaadin.shared
Methods in com.vaadin.shared that return Position Modifier and Type Method Description static Position
Position. valueOf(String name)
Returns the enum constant of this type with the specified name.static Position[]
Position. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Position in com.vaadin.ui
Fields in com.vaadin.ui declared as Position Modifier and Type Field Description static Position
Notification. POSITION_BOTTOM_LEFT
Deprecated.static Position
Notification. POSITION_BOTTOM_RIGHT
Deprecated.static Position
Notification. POSITION_CENTERED
Deprecated.static Position
Notification. POSITION_CENTERED_BOTTOM
Deprecated.static Position
Notification. POSITION_CENTERED_TOP
Deprecated.static Position
Notification. POSITION_TOP_LEFT
Deprecated.static Position
Notification. POSITION_TOP_RIGHT
Deprecated.Methods in com.vaadin.ui that return Position Modifier and Type Method Description Position
Notification. getPosition()
Gets the position of the notification message.Methods in com.vaadin.ui with parameters of type Position Modifier and Type Method Description void
Notification. setPosition(Position position)
Sets the position of the notification message.
-