public static enum XdevGridLayout.AutoFill extends Enum<XdevGridLayout.AutoFill>
Enum Constant and Description |
---|
BOTH |
HORIZONTAL |
NONE |
VERTICAL |
Modifier and Type | Method and Description |
---|---|
static XdevGridLayout.AutoFill |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XdevGridLayout.AutoFill[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XdevGridLayout.AutoFill BOTH
public static final XdevGridLayout.AutoFill HORIZONTAL
public static final XdevGridLayout.AutoFill VERTICAL
public static final XdevGridLayout.AutoFill NONE
public static XdevGridLayout.AutoFill[] values()
for (XdevGridLayout.AutoFill c : XdevGridLayout.AutoFill.values()) System.out.println(c);
public static XdevGridLayout.AutoFill 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 null