| Package | Description |
|---|---|
| com.vaadin.client.widgets |
| Modifier and Type | Method and Description |
|---|---|
protected Escalator.AriaGridRole |
Escalator.AbstractRowContainer.getCellElementRole()
Gets the role attribute of an element to represent a cell in a row.
|
protected Escalator.AriaGridRole |
Escalator.AbstractRowContainer.getRowElementRole()
Gets the role attribute of an element to represent a row in a grid.
|
static Escalator.AriaGridRole |
Escalator.AriaGridRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Escalator.AriaGridRole[] |
Escalator.AriaGridRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Escalator.AriaGridHelper.updateRole(com.google.gwt.dom.client.Element element,
Escalator.AriaGridRole role)
Sets the
role attribute to the given element. |
Copyright © 2023 Vaadin Ltd. All rights reserved.