Package com.vaadin.shared.ui
Class AlignmentInfo.Bits
- java.lang.Object
-
- com.vaadin.shared.ui.AlignmentInfo.Bits
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AlignmentInfo
public static class AlignmentInfo.Bits extends Object implements Serializable
Bitmask values for client server communication- See Also:
- Serialized Form
-
-
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:
- Constant Field Values
-
ALIGNMENT_RIGHT
public static final int ALIGNMENT_RIGHT
- See Also:
- Constant Field Values
-
ALIGNMENT_TOP
public static final int ALIGNMENT_TOP
- See Also:
- Constant Field Values
-
ALIGNMENT_BOTTOM
public static final int ALIGNMENT_BOTTOM
- See Also:
- Constant Field Values
-
ALIGNMENT_HORIZONTAL_CENTER
public static final int ALIGNMENT_HORIZONTAL_CENTER
- See Also:
- Constant Field Values
-
ALIGNMENT_VERTICAL_CENTER
public static final int ALIGNMENT_VERTICAL_CENTER
- See Also:
- Constant Field Values
-
-