public interface AttributeReadAriaReadOnly extends Accessibility
readOnly
attribute (property) of an object.Modifier and Type | Field and Description |
---|---|
static String |
HTML_ATTRIBUTE_ARIA_READ_ONLY
The name of the
readonly attribute. |
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
boolean |
isReadOnly()
This method gets the value of the readonly property of this
object.
|
static final String HTML_ATTRIBUTE_ARIA_READ_ONLY
readonly
attribute.boolean isReadOnly()
true
if the object is read-only so the user cannot change
its value, false
otherwise. The default (if NOT set) is false
.Copyright © 2001–2016 mmm-Team. All rights reserved.