Class State

java.lang.Object
com.google.gwt.aria.client.State

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:

  1. Widget states -- specific to common user interface elements found on GUI systems or in rich Internet applications which receive user input and process user actions
  2. Live Region states -- specific to live regions in rich Internet applications; may be applied to any element; indicate that content changes may occur without the element having focus, and provides assistive technologies with information on how to process those content updates.
  3. Drag-and-drop states -- indicates information about draggable elements and their drop targets