Interface AccessibleAutocomplete


public interface AccessibleAutocomplete
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    When a user is providing input, an element
    containing a collection of values that could complete the provided input
    may be displayed.
    static final int
    When a user is providing input, text
    suggesting one way to complete the provided input may be dynamically
    inserted after the caret.
    static final int
    When a user is providing input, an element
    containing a collection of values that could complete the provided input
    may be displayed.
    static final int
    Automatic suggestions are not displayed.
  • Field Details

    • NONE

      static final int NONE
      Automatic suggestions are not displayed.
      See Also:
    • INLINE

      static final int INLINE
      When a user is providing input, text
      suggesting one way to complete the provided input may be dynamically
      inserted after the caret.
      See Also:
    • LIST

      static final int LIST
      When a user is providing input, an element
      containing a collection of values that could complete the provided input
      may be displayed.
      See Also:
    • BOTH

      static final int BOTH
      When a user is providing input, an element
      containing a collection of values that could complete the provided input
      may be displayed. If displayed, one value in the collection is automatically
      selected, and the text needed to complete the automatically selected value
      appears after the caret in the input.
      See Also: