public interface AttributeReadAriaHidden extends Accessibility
hidden
attribute (state) of an object.Modifier and Type | Field and Description |
---|---|
static String |
HTML_ATTRIBUTE_ARIA_HIDDEN
The name of the
hidden attribute. |
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
boolean |
isHidden()
This method gets the hidden
state of this object.
|
static final String HTML_ATTRIBUTE_ARIA_HIDDEN
hidden
attribute.boolean isHidden()
true
if the object is hidden, false
if it is visible for assistive
technologies.AttributeReadVisible.isVisible()
Copyright © 2001–2016 mmm-Team. All rights reserved.