public static enum Escalator.AriaGridRole extends Enum<Escalator.AriaGridRole>
| Enum Constant and Description |
|---|
COLUMNHEADER
Aria role for grid column header cell elements.
|
GRIDCELL
Aria role for grid cell elements except within the header.
|
ROW
Aria role for grid row elements except within the header.
|
ROWGROUP
Aria role for grid row group elements, i.e.
|
ROWHEADER
Aria role for grid row elements within the header.
|
| 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
ROWHEADERpublic static final Escalator.AriaGridRole ROWHEADER
public static final Escalator.AriaGridRole ROWGROUP
public static final Escalator.AriaGridRole GRIDCELL
COLUMNHEADERpublic 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 © 2021 Vaadin Ltd. All rights reserved.