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. CHECKED
Methods in com.google.gwt.aria.client that return CheckedValue Modifier and Type Method Description static CheckedValue
CheckedValue. of(boolean value)
Gets the enum constant corresponding tovalue
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 Modifier and Type Method Description void
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)
-