com.vaadin.shared.ui
Class AlignmentInfo.Bits
java.lang.Object
com.vaadin.shared.ui.AlignmentInfo.Bits
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- AlignmentInfo
public static class AlignmentInfo.Bits
- extends java.lang.Object
- implements java.io.Serializable
Bitmask values for client server communication
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AlignmentInfo.Bits
public AlignmentInfo.Bits()
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.