GWT 2.7.0

Uses of Class
com.google.gwt.aria.client.InvalidValue

Packages that use InvalidValue
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
static Attribute<InvalidValue> State.INVALID
           
 

Methods in com.google.gwt.aria.client that return InvalidValue
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
 void RoleImpl.setAriaInvalidState(Element element, InvalidValue value)
           
 void Role.setAriaInvalidState(Element element, InvalidValue value)
          Sets the aria-invalid attribute for the element to the given value.
 


GWT 2.7.0