public final class Property extends Object
Class that contains constants for all ARIA properties as defined by the W3C specification W3C ARIA specification.
An ARIA property is a characteristic feature of a widget/control that can change over time but more rare than the ARIA state and is often not changed as a result of user action.
The following groups of properties exist:
Modifier and Type | Field and Description |
---|---|
static Attribute<Id> |
ACTIVEDESCENDANT |
static Attribute<Boolean> |
ATOMIC |
static Attribute<AutocompleteValue> |
AUTOCOMPLETE |
static Attribute<Id> |
CONTROLS |
static Attribute<Id> |
DESCRIBEDBY |
static Attribute<DropeffectValue> |
DROPEFFECT |
static Attribute<Id> |
FLOWTO |
static Attribute<Boolean> |
HASPOPUP |
static Attribute<String> |
LABEL |
static Attribute<Id> |
LABELLEDBY |
static Attribute<Integer> |
LEVEL |
static Attribute<LiveValue> |
LIVE |
static Attribute<Boolean> |
MULTILINE |
static Attribute<Boolean> |
MULTISELECTABLE |
static Attribute<OrientationValue> |
ORIENTATION |
static Attribute<Id> |
OWNS |
static Attribute<Integer> |
POSINSET |
static Attribute<Boolean> |
READONLY |
static Attribute<RelevantValue> |
RELEVANT |
static Attribute<Boolean> |
REQUIRED |
static Attribute<Integer> |
SETSIZE |
static Attribute<SortValue> |
SORT |
static Attribute<Number> |
VALUEMAX |
static Attribute<Number> |
VALUEMIN |
static Attribute<Number> |
VALUENOW |
static Attribute<String> |
VALUETEXT |
public static final Attribute<AutocompleteValue> AUTOCOMPLETE
public static final Attribute<DropeffectValue> DROPEFFECT
public static final Attribute<OrientationValue> ORIENTATION
public static final Attribute<RelevantValue> RELEVANT
Copyright © 2018. All rights reserved.