public interface AttributeReadAriaDisabled extends Accessibility
disabled
attribute (state) of an object.Modifier and Type | Field and Description |
---|---|
static String |
HTML_ATTRIBUTE_ARIA_DISABLED
The name of the
disabled attribute. |
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
boolean |
isDisabled()
This method gets the value of the disabled state of this
object.
|
static final String HTML_ATTRIBUTE_ARIA_DISABLED
disabled
attribute.boolean isDisabled()
true
if this object and all its focusable descendants are
disabled so the end-user cannot change their value, false
otherwise (default).Copyright © 2001–2016 mmm-Team. All rights reserved.