Uses of Class
com.google.gwt.aria.client.CheckedValue
-
Packages that use CheckedValue Package Description 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 Modifier and Type Field Description static Attribute<CheckedValue>State. CHECKEDMethods in com.google.gwt.aria.client that return CheckedValue Modifier and Type Method Description static CheckedValueCheckedValue. of(boolean value)Gets the enum constant corresponding tovaluefor the token type CheckedValue.static CheckedValueCheckedValue. 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 Modifier and Type Method Description voidCheckboxRole. setAriaCheckedState(Element element, CheckedValue value)voidCheckboxRoleImpl. setAriaCheckedState(Element element, CheckedValue value)voidMenuitemcheckboxRoleImpl. setAriaCheckedState(Element element, CheckedValue value)voidMenuitemradioRoleImpl. setAriaCheckedState(Element element, CheckedValue value)voidOptionRole. setAriaCheckedState(Element element, CheckedValue value)voidOptionRoleImpl. setAriaCheckedState(Element element, CheckedValue value)voidRadioRoleImpl. setAriaCheckedState(Element element, CheckedValue value)voidTreeitemRoleImpl. setAriaCheckedState(Element element, CheckedValue value)
-