public interface AttributeReadAriaHasPopup extends Accessibility
hasPopup
attribute (property) of an object.Modifier and Type | Field and Description |
---|---|
static String |
HTML_ATTRIBUTE_ARIA_HAS_POPUP
The name of the
haspopup attribute. |
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
boolean |
hasPopup()
This method gets the value of the haspopup property of this
object.
|
static final String HTML_ATTRIBUTE_ARIA_HAS_POPUP
haspopup
attribute.boolean hasPopup()
true
if this object has a popup context menu or sub-level menu, false
otherwise. The default (if NOT set) is false
.Copyright © 2001–2016 mmm-Team. All rights reserved.