Interface AccessibleProperty


public interface AccessibleProperty
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Indicates whether inputting text
    could trigger display of one or more predictions of the user's intended
    value for a combobox, searchbox, or textbox and specifies how predictions
    would be presented if they were made.
    static final int
    Defines a string value that describes
    or annotates the current element.
    static final int
    Indicates the availability and type of
    interactive popup element, such as menu or dialog, that can be triggered
    by an element.
    static final int
    Indicates keyboard shortcuts that an
    author has implemented to activate or give focus to an element.
    static final int
    Defines a string value that labels the current
    element.
    static final int
    Defines the hierarchical level of an element
    within a structure.
    static final int
    Indicates whether an element is modal when
    displayed.
    static final int
    Indicates whether a text box accepts
    multiple lines of input or only a single line.
    static final int
    Indicates that the user may select
    more than one item from the current selectable descendants.
    static final int
    Indicates whether the element's
    orientation is horizontal, vertical, or unknown/ambiguous.
    static final int
    Defines a short hint (a word or short
    phrase) intended to aid the user with data entry when the control has no
    value.
    static final int
    Indicates that the element is not editable,
    but is otherwise operable.
    static final int
    Indicates that user input is required on
    the element before a form may be submitted.
    static final int
    Defines a human-readable,
    author-localized description for the role of an element.
    static final int
    Indicates if items in a table or grid are
    sorted in ascending or descending order.
    static final int
    Defines the maximum allowed value for a
    range widget.
    static final int
    Defines the minimum allowed value for a
    range widget.
    static final int
    Defines the current value for a range widget.
    static final int
    Defines the human readable text alternative
    of aria-valuenow for a range widget.
  • Field Details

    • AUTOCOMPLETE

      static final int AUTOCOMPLETE
      Indicates whether inputting text
      could trigger display of one or more predictions of the user's intended
      value for a combobox, searchbox, or textbox and specifies how predictions
      would be presented if they were made. Value type: [enum@AccessibleAutocomplete]
      See Also:
    • DESCRIPTION

      static final int DESCRIPTION
      Defines a string value that describes
      or annotates the current element. Value type: string
      See Also:
    • HAS_POPUP

      static final int HAS_POPUP
      Indicates the availability and type of
      interactive popup element, such as menu or dialog, that can be triggered
      by an element.
      See Also:
    • KEY_SHORTCUTS

      static final int KEY_SHORTCUTS
      Indicates keyboard shortcuts that an
      author has implemented to activate or give focus to an element. Value type:
      string
      See Also:
    • LABEL

      static final int LABEL
      Defines a string value that labels the current
      element. Value type: string
      See Also:
    • LEVEL

      static final int LEVEL
      Defines the hierarchical level of an element
      within a structure. Value type: integer
      See Also:
    • MULTI_LINE

      static final int MULTI_LINE
      Indicates whether a text box accepts
      multiple lines of input or only a single line. Value type: boolean
      See Also:
    • MULTI_SELECTABLE

      static final int MULTI_SELECTABLE
      Indicates that the user may select
      more than one item from the current selectable descendants. Value type:
      boolean
      See Also:
    • ORIENTATION

      static final int ORIENTATION
      Indicates whether the element's
      orientation is horizontal, vertical, or unknown/ambiguous. Value type:
      [enum@Orientation]
      See Also:
    • PLACEHOLDER

      static final int PLACEHOLDER
      Defines a short hint (a word or short
      phrase) intended to aid the user with data entry when the control has no
      value. A hint could be a sample value or a brief description of the expected
      format. Value type: string
      See Also:
    • READ_ONLY

      static final int READ_ONLY
      Indicates that the element is not editable,
      but is otherwise operable. Value type: boolean
      See Also:
    • REQUIRED

      static final int REQUIRED
      Indicates that user input is required on
      the element before a form may be submitted. Value type: boolean
      See Also:
    • ROLE_DESCRIPTION

      static final int ROLE_DESCRIPTION
      Defines a human-readable,
      author-localized description for the role of an element. Value type: string
      See Also:
    • SORT

      static final int SORT
      Indicates if items in a table or grid are
      sorted in ascending or descending order. Value type: [enum@AccessibleSort]
      See Also:
    • VALUE_MAX

      static final int VALUE_MAX
      Defines the maximum allowed value for a
      range widget. Value type: double
      See Also:
    • VALUE_MIN

      static final int VALUE_MIN
      Defines the minimum allowed value for a
      range widget. Value type: double
      See Also:
    • VALUE_NOW

      static final int VALUE_NOW
      Defines the current value for a range widget.
      Value type: double
      See Also:
    • VALUE_TEXT

      static final int VALUE_TEXT
      Defines the human readable text alternative
      of aria-valuenow for a range widget. Value type: string
      See Also: