GWT 2.7.0

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

Packages that use CheckedValue
com.google.gwt.aria.client   
 

Uses of CheckedValue in com.google.gwt.aria.client
 

Fields in com.google.gwt.aria.client with type parameters of type CheckedValue
static Attribute<CheckedValue> State.CHECKED
           
 

Methods in com.google.gwt.aria.client that return CheckedValue
static CheckedValue CheckedValue.of(boolean value)
          Gets the enum constant corresponding to value for the token type CheckedValue.
static CheckedValue CheckedValue.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CheckedValue[] CheckedValue.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 CheckedValue
 void TreeitemRoleImpl.setAriaCheckedState(Element element, CheckedValue value)
           
 void RadioRoleImpl.setAriaCheckedState(Element element, CheckedValue value)
           
 void OptionRoleImpl.setAriaCheckedState(Element element, CheckedValue value)
           
 void OptionRole.setAriaCheckedState(Element element, CheckedValue value)
          Sets the aria-checked attribute for the element to the given value.
 void MenuitemradioRoleImpl.setAriaCheckedState(Element element, CheckedValue value)
           
 void MenuitemcheckboxRoleImpl.setAriaCheckedState(Element element, CheckedValue value)
           
 void CheckboxRoleImpl.setAriaCheckedState(Element element, CheckedValue value)
           
 void CheckboxRole.setAriaCheckedState(Element element, CheckedValue value)
          Sets the aria-checked attribute for the element to the given value.
 


GWT 2.7.0