Uses of Enum
com.google.gwt.aria.client.CheckedValue
Packages that use CheckedValue
-
Uses of CheckedValue in com.google.gwt.aria.client
Fields in com.google.gwt.aria.client with type parameters of type CheckedValueMethods in com.google.gwt.aria.client that return CheckedValueModifier and TypeMethodDescriptionstatic CheckedValueCheckedValue.of(boolean value) Gets the enum constant corresponding tovaluefor the token type CheckedValue.static CheckedValueReturns 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 CheckedValueModifier and TypeMethodDescriptionvoidCheckboxRole.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)