Uses of Class
com.vaadin.client.widgets.Escalator.AriaGridRole
-
Packages that use Escalator.AriaGridRole Package Description com.vaadin.client.widgets -
-
Uses of Escalator.AriaGridRole in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return Escalator.AriaGridRole Modifier and Type Method Description protected Escalator.AriaGridRoleEscalator.AbstractRowContainer. getCellElementRole()Gets the role attribute of an element to represent a cell in a row.protected Escalator.AriaGridRoleEscalator.AbstractRowContainer. getRowElementRole()Gets the role attribute of an element to represent a row in a grid.static Escalator.AriaGridRoleEscalator.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.Methods in com.vaadin.client.widgets with parameters of type Escalator.AriaGridRole Modifier and Type Method Description voidEscalator.AriaGridHelper. updateRole(com.google.gwt.dom.client.Element element, Escalator.AriaGridRole role)Sets theroleattribute to the given element.
-