public interface AttributeReadAccessKey extends Accessibility
accessKey
attribute of an object.Modifier and Type | Field and Description |
---|---|
static char |
ACCESS_KEY_NONE
The
access key value if no access key is defined. |
static String |
HTML_ATTRIBUTE_ACCESS_KEY
The name of the
accesskey attribute. |
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
char |
getAccessKey()
This method gets the access key of this object.
|
static final String HTML_ATTRIBUTE_ACCESS_KEY
accesskey
attribute.static final char ACCESS_KEY_NONE
access key
value if no access key is defined.char getAccessKey()
focus
.ACCESS_KEY_NONE
if no access key is defined.Copyright © 2001–2016 mmm-Team. All rights reserved.