Uses of Class
com.google.gwt.aria.client.InvalidValue
-
Packages that use InvalidValue Package Description com.google.gwt.aria.client -
-
Uses of InvalidValue in com.google.gwt.aria.client
Fields in com.google.gwt.aria.client with type parameters of type InvalidValue Modifier and Type Field Description static Attribute<InvalidValue>
State. INVALID
Methods in com.google.gwt.aria.client that return InvalidValue Modifier and Type Method Description static InvalidValue
InvalidValue. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InvalidValue[]
InvalidValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.gwt.aria.client with parameters of type InvalidValue Modifier and Type Method Description void
Role. setAriaInvalidState(Element element, InvalidValue value)
void
RoleImpl. setAriaInvalidState(Element element, InvalidValue value)
-