public static enum TemplateRepeater.LayoutStyle extends java.lang.Enum<TemplateRepeater.LayoutStyle>
| Enum Constant and Description |
|---|
BestFit |
Flow |
Horizontal |
Vertical |
| Modifier and Type | Method and Description |
|---|---|
static TemplateRepeater.LayoutStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TemplateRepeater.LayoutStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateRepeater.LayoutStyle Vertical
public static final TemplateRepeater.LayoutStyle Horizontal
public static final TemplateRepeater.LayoutStyle Flow
public static final TemplateRepeater.LayoutStyle BestFit
public static TemplateRepeater.LayoutStyle[] values()
for (TemplateRepeater.LayoutStyle c : TemplateRepeater.LayoutStyle.values()) System.out.println(c);
public static TemplateRepeater.LayoutStyle valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null