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 .
|