public static enum GridConstants.Section extends Enum<GridConstants.Section>
| Modifier and Type | Method and Description |
|---|---|
static GridConstants.Section |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridConstants.Section[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridConstants.Section HEADER
public static final GridConstants.Section BODY
public static final GridConstants.Section FOOTER
public static GridConstants.Section[] values()
for (GridConstants.Section c : GridConstants.Section.values()) System.out.println(c);
public static GridConstants.Section 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 © 2017 Vaadin Ltd. All rights reserved.