public final class State extends Object
Class that contains constants for ARIA states. States combined with ARIA roles supply information about the changes in the web page that can be used for alerts, notification, navigation assistance. The state is changed as a result of an user interaction and developers should consider changing the widget state when handling user actions.
The following groups of states exist:
Modifier and Type | Field and Description |
---|---|
static Attribute<Boolean> |
BUSY |
static Attribute<CheckedValue> |
CHECKED |
static Attribute<Boolean> |
DISABLED |
static Attribute<ExpandedValue> |
EXPANDED |
static Attribute<GrabbedValue> |
GRABBED |
static Attribute<Boolean> |
HIDDEN |
static Attribute<InvalidValue> |
INVALID |
static Attribute<PressedValue> |
PRESSED |
static Attribute<SelectedValue> |
SELECTED |
public static final Attribute<CheckedValue> CHECKED
public static final Attribute<ExpandedValue> EXPANDED
public static final Attribute<GrabbedValue> GRABBED
public static final Attribute<InvalidValue> INVALID
public static final Attribute<PressedValue> PRESSED
public static final Attribute<SelectedValue> SELECTED
Copyright © 2018. All rights reserved.