public interface AttributeReadAriaSort extends Accessibility
sort
attribute (property) of an object.Modifier and Type | Field and Description |
---|---|
static String |
HTML_ATTRIBUTE_ARIA_SORT
The name of the
sort attribute. |
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
AriaSortOrder |
getSort()
This method gets the sort
property of this object.
|
static final String HTML_ATTRIBUTE_ARIA_SORT
sort
attribute.AriaSortOrder getSort()
AriaSortOrder
. The default (if NOT set) is AriaSortOrder.NONE
.Copyright © 2001–2016 mmm-Team. All rights reserved.