public interface AttributeReadAriaMultiSelectable extends Accessibility
multi-selectable
attribute (property)
of an object.AttributeReadSelectionMode
Modifier and Type | Field and Description |
---|---|
static String |
HTML_ATTRIBUTE_ARIA_MULTI_SELECTABLE
The name of the
multiselectable attribute. |
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
boolean |
isMultiSelectable()
This method gets the value of the multiselectable
property of this object.
|
static final String HTML_ATTRIBUTE_ARIA_MULTI_SELECTABLE
multiselectable
attribute.boolean isMultiSelectable()
true
if multiples items can be selected at a time,
false
otherwise. The default (if NOT set) is false
.Copyright © 2001–2016 mmm-Team. All rights reserved.