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.terminal.gwt.client.ui.
Class AlignmentInfo.Bits
java.lang.Object
com.vaadin.terminal.gwt.client.ui.AlignmentInfo.Bits
Enclosing class:
- extends Object
public static class AlignmentInfo.Bits
Bitmask values for client server communication
Field Summary | |
---|---|
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 | |
---|---|
AlignmentInfo.Bits()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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:
Constructor Detail |
---|
AlignmentInfo.Bits
public AlignmentInfo.Bits()