Interface AccessibleRelation


public interface AccessibleRelation
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifies the currently active
    element when focus is on a composite widget, combobox, textbox, group,
    or application.
    static final int
    Defines the total number of columns
    in a table, grid, or treegrid.
    static final int
    Defines an element's column index or
    position with respect to the total number of columns within a table,
    grid, or treegrid.
    static final int
    Defines a human readable text
    alternative of %GTK_ACCESSIBLE_RELATION_COL_INDEX.
    static final int
    Defines the number of columns spanned
    by a cell or gridcell within a table, grid, or treegrid.
    static final int
    Identifies the element (or elements) whose
    contents or presence are controlled by the current element.
    static final int
    Identifies the element (or elements)
    that describes the object.
    static final int
    Identifies the element (or elements) that
    provide additional information related to the object.
    static final int
    Identifies the element that provides
    an error message for an object.
    static final int
    Identifies the next element (or elements)
    in an alternate reading order of content which, at the user's discretion,
    allows assistive technology to override the general default of reading in
    document source order.
    static final int
    Identifies the element (or elements)
    that labels the current element.
    static final int
    Identifies an element (or elements) in order
    to define a visual, functional, or contextual parent/child relationship
    between elements where the widget hierarchy cannot be used to represent
    the relationship.
    static final int
    Defines an element's number or position
    in the current set of listitems or treeitems.
    static final int
    Defines the total number of rows in a table,
    grid, or treegrid.
    static final int
    Defines an element's row index or position
    with respect to the total number of rows within a table, grid, or treegrid.
    static final int
    Defines a human readable text
    alternative of aria-rowindex.
    static final int
    Defines the number of rows spanned by a
    cell or gridcell within a table, grid, or treegrid.
    static final int
    Defines the number of items in the current
    set of listitems or treeitems.
  • Field Details

    • ACTIVE_DESCENDANT

      static final int ACTIVE_DESCENDANT
      Identifies the currently active
      element when focus is on a composite widget, combobox, textbox, group,
      or application. Value type: reference
      See Also:
    • COL_COUNT

      static final int COL_COUNT
      Defines the total number of columns
      in a table, grid, or treegrid. Value type: integer
      See Also:
    • COL_INDEX

      static final int COL_INDEX
      Defines an element's column index or
      position with respect to the total number of columns within a table,
      grid, or treegrid. Value type: integer
      See Also:
    • COL_INDEX_TEXT

      static final int COL_INDEX_TEXT
      Defines a human readable text
      alternative of %GTK_ACCESSIBLE_RELATION_COL_INDEX. Value type: string
      See Also:
    • COL_SPAN

      static final int COL_SPAN
      Defines the number of columns spanned
      by a cell or gridcell within a table, grid, or treegrid. Value type: integer
      See Also:
    • CONTROLS

      static final int CONTROLS
      Identifies the element (or elements) whose
      contents or presence are controlled by the current element. Value type: reference
      See Also:
    • DESCRIBED_BY

      static final int DESCRIBED_BY
      Identifies the element (or elements)
      that describes the object. Value type: reference
      See Also:
    • DETAILS

      static final int DETAILS
      Identifies the element (or elements) that
      provide additional information related to the object. Value type: reference
      See Also:
    • ERROR_MESSAGE

      static final int ERROR_MESSAGE
      Identifies the element that provides
      an error message for an object. Value type: reference
      See Also:
    • FLOW_TO

      static final int FLOW_TO
      Identifies the next element (or elements)
      in an alternate reading order of content which, at the user's discretion,
      allows assistive technology to override the general default of reading in
      document source order. Value type: reference
      See Also:
    • LABELLED_BY

      static final int LABELLED_BY
      Identifies the element (or elements)
      that labels the current element. Value type: reference
      See Also:
    • OWNS

      static final int OWNS
      Identifies an element (or elements) in order
      to define a visual, functional, or contextual parent/child relationship
      between elements where the widget hierarchy cannot be used to represent
      the relationship. Value type: reference
      See Also:
    • POS_IN_SET

      static final int POS_IN_SET
      Defines an element's number or position
      in the current set of listitems or treeitems. Value type: integer
      See Also:
    • ROW_COUNT

      static final int ROW_COUNT
      Defines the total number of rows in a table,
      grid, or treegrid. Value type: integer
      See Also:
    • ROW_INDEX

      static final int ROW_INDEX
      Defines an element's row index or position
      with respect to the total number of rows within a table, grid, or treegrid.
      Value type: integer
      See Also:
    • ROW_INDEX_TEXT

      static final int ROW_INDEX_TEXT
      Defines a human readable text
      alternative of aria-rowindex. Value type: string
      See Also:
    • ROW_SPAN

      static final int ROW_SPAN
      Defines the number of rows spanned by a
      cell or gridcell within a table, grid, or treegrid. Value type: integer
      See Also:
    • SET_SIZE

      static final int SET_SIZE
      Defines the number of items in the current
      set of listitems or treeitems. Value type: integer
      See Also: