Example usage for Java com.vaadin.ui Alignment fields, constructors, methods, implement or subclass
The text is from its open source code.
Alignment | TOP_RIGHT |
Alignment | TOP_LEFT |
Alignment | TOP_CENTER |
Alignment | MIDDLE_RIGHT |
Alignment | MIDDLE_LEFT |
Alignment | MIDDLE_CENTER |
Alignment | BOTTOM_RIGHT |
Alignment | BOTTOM_LEFT |
Alignment | BOTTOM_CENTER |
int | getBitMask() Returns a bitmask representation of the alignment value. |
boolean | isCenter() Checks if component is aligned center (horizontally) of the available space. |
boolean | isLeft() Checks if component is aligned to the left of the available space. |
boolean | isTop() Checks if component is aligned to the top of the available space. |