Class UIAccessibilityContainerType


  • public final class UIAccessibilityContainerType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long DataTable
      If using this container type, you must also implement the UIAccessibilityContainerDataTable protocol.
      static long Landmark  
      static long List  
      static long None  
      static long SemanticGroup
      Assistive technologies might query the accessibility properties set on the container, such as the accessibilityLabel, in order to output appropriate information about the semantic group to the user
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DataTable

        public static final long DataTable
        If using this container type, you must also implement the UIAccessibilityContainerDataTable protocol.
        See Also:
        Constant Field Values
      • SemanticGroup

        public static final long SemanticGroup
        Assistive technologies might query the accessibility properties set on the container, such as the accessibilityLabel, in order to output appropriate information about the semantic group to the user
        See Also:
        Constant Field Values