public static final class CellConstraints.Alignment
extends java.lang.Object
implements java.io.Serializable
FormLayout.| Modifier and Type | Field and Description |
|---|---|
private static int |
BOTH |
private static int |
HORIZONTAL |
private java.lang.String |
name |
private static int |
nextOrdinal |
private int |
ordinal |
private int |
orientation |
private static int |
VERTICAL |
| Modifier | Constructor and Description |
|---|---|
private |
Alignment(java.lang.String name,
int orientation) |
| Modifier and Type | Method and Description |
|---|---|
char |
abbreviation()
Returns the first character of this Alignment's name.
|
private boolean |
isHorizontal() |
private boolean |
isVertical() |
private java.lang.Object |
readResolve() |
java.lang.String |
toString()
Returns this Alignment's name.
|
(package private) static CellConstraints.Alignment |
valueOf(java.lang.String nameOrAbbreviation) |
private static final int HORIZONTAL
private static final int VERTICAL
private static final int BOTH
private final transient java.lang.String name
private final transient int orientation
private static int nextOrdinal
private final int ordinal
static CellConstraints.Alignment valueOf(java.lang.String nameOrAbbreviation)
public java.lang.String toString()
toString in class java.lang.Objectpublic char abbreviation()
private boolean isHorizontal()
private boolean isVertical()
private java.lang.Object readResolve()