public static enum FormGridLayoutDescriptor.GridLabelPosition extends Enum<FormGridLayoutDescriptor.GridLabelPosition>
Enum Constant and Description |
---|
HIDDEN
Label is hidden: Label is hidden
|
LEFT
Label positionned on the left: Label is positionned on the left
|
TOP
Label positionned on top: Label is positionned on top
|
Modifier and Type | Method and Description |
---|---|
static FormGridLayoutDescriptor.GridLabelPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormGridLayoutDescriptor.GridLabelPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormGridLayoutDescriptor.GridLabelPosition HIDDEN
public static final FormGridLayoutDescriptor.GridLabelPosition LEFT
public static final FormGridLayoutDescriptor.GridLabelPosition TOP
public static FormGridLayoutDescriptor.GridLabelPosition[] values()
for (FormGridLayoutDescriptor.GridLabelPosition c : FormGridLayoutDescriptor.GridLabelPosition.values()) System.out.println(c);
public static FormGridLayoutDescriptor.GridLabelPosition 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 © 2016. All Rights Reserved.