public interface AttributeReadAriaChecked extends Accessibility
checked
attribute (state) of an object.Modifier and Type | Field and Description |
---|---|
static String |
HTML_ATTRIBUTE_ARIA_CHECKED
The name of the
checked attribute. |
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
AriaTristate |
getChecked()
This method gets the checked state of this object.
|
static final String HTML_ATTRIBUTE_ARIA_CHECKED
checked
attribute.AriaTristate getChecked()
AriaTristate
indicating if this object is checked or null
if undefined.Copyright © 2001–2016 mmm-Team. All rights reserved.