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. INVALIDMethods in com.google.gwt.aria.client that return InvalidValue Modifier and Type Method Description static InvalidValueInvalidValue. 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 voidRole. setAriaInvalidState(Element element, InvalidValue value)voidRoleImpl. setAriaInvalidState(Element element, InvalidValue value)
-