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 CheckedValue
CheckedValue.of
(boolean value) Gets the enum constant corresponding tovalue
for the token type CheckedValue.static CheckedValue
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 CheckedValueModifier and TypeMethodDescriptionvoid
CheckboxRole.setAriaCheckedState
(Element element, CheckedValue value) void
CheckboxRoleImpl.setAriaCheckedState
(Element element, CheckedValue value) void
MenuitemcheckboxRoleImpl.setAriaCheckedState
(Element element, CheckedValue value) void
MenuitemradioRoleImpl.setAriaCheckedState
(Element element, CheckedValue value) void
OptionRole.setAriaCheckedState
(Element element, CheckedValue value) void
OptionRoleImpl.setAriaCheckedState
(Element element, CheckedValue value) void
RadioRoleImpl.setAriaCheckedState
(Element element, CheckedValue value) void
TreeitemRoleImpl.setAriaCheckedState
(Element element, CheckedValue value)