public interface AttributeReadAriaRequired extends Accessibility
required
attribute (property) of an object.Modifier and Type | Field and Description |
---|---|
static String |
HTML_ATTRIBUTE_ARIA_REQUIRED
The name of the
required attribute. |
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
boolean |
isRequired()
This method gets the value of the required property of this
object.
|
static final String HTML_ATTRIBUTE_ARIA_REQUIRED
required
attribute.boolean isRequired()
true
if the user needs to provide input for this object in order
to submit the data, false
otherwise. The default (if NOT set) is false
.Copyright © 2001–2016 mmm-Team. All rights reserved.