public static enum FormPanel.LabelAlign extends Enum<FormPanel.LabelAlign>
| Modifier and Type | Method and Description |
|---|---|
static FormPanel.LabelAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormPanel.LabelAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormPanel.LabelAlign LEFT
public static final FormPanel.LabelAlign TOP
public static final FormPanel.LabelAlign RIGHT
public static FormPanel.LabelAlign[] values()
for (FormPanel.LabelAlign c : FormPanel.LabelAlign.values()) System.out.println(c);
public static FormPanel.LabelAlign valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2012. All Rights Reserved.