We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.shared.ui.
Class AlignmentInfo.Bits
- java.lang.Object
-
- com.vaadin.shared.ui.AlignmentInfo.Bits
-
All Implemented Interfaces:
Enclosing class:
public static class AlignmentInfo.Bits extends Object implements Serializable
Bitmask values for client server communication.
See Also:
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALIGNMENT_BOTTOM
static int
ALIGNMENT_HORIZONTAL_CENTER
static int
ALIGNMENT_LEFT
static int
ALIGNMENT_RIGHT
static int
ALIGNMENT_TOP
static int
ALIGNMENT_VERTICAL_CENTER
-
Constructor Summary
Constructors Constructor Description Bits()
-
-
-
Field Detail
-
ALIGNMENT_LEFT
public static final int ALIGNMENT_LEFT
See Also:
-
ALIGNMENT_RIGHT
public static final int ALIGNMENT_RIGHT
See Also:
-
ALIGNMENT_TOP
public static final int ALIGNMENT_TOP
See Also:
-
ALIGNMENT_BOTTOM
public static final int ALIGNMENT_BOTTOM
See Also:
-
ALIGNMENT_HORIZONTAL_CENTER
public static final int ALIGNMENT_HORIZONTAL_CENTER
See Also:
-
ALIGNMENT_VERTICAL_CENTER
public static final int ALIGNMENT_VERTICAL_CENTER
See Also:
-
-