public static enum Escalator.AriaGridRole extends Enum<Escalator.AriaGridRole>
| Enum Constant and Description |
|---|
COLUMNHEADER |
GRIDCELL |
ROW |
ROWGROUP |
ROWHEADER |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return the name of the
Escalator.AriaGridRole. |
static Escalator.AriaGridRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Escalator.AriaGridRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Escalator.AriaGridRole ROW
public static final Escalator.AriaGridRole ROWHEADER
public static final Escalator.AriaGridRole ROWGROUP
public static final Escalator.AriaGridRole GRIDCELL
public static final Escalator.AriaGridRole COLUMNHEADER
public static Escalator.AriaGridRole[] values()
for (Escalator.AriaGridRole c : Escalator.AriaGridRole.values()) System.out.println(c);
public static Escalator.AriaGridRole 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 nullpublic String getName()
Escalator.AriaGridRole.Copyright © 2018 Vaadin Ltd. All rights reserved.