Package apple.uikit.enums
Class UIAccessibilityContainerType
- java.lang.Object
-
- apple.uikit.enums.UIAccessibilityContainerType
-
public final class UIAccessibilityContainerType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDataTableIf using this container type, you must also implement the UIAccessibilityContainerDataTable protocol.static longLandmarkstatic longListstatic longNonestatic longSemanticGroupAssistive 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
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
DataTable
public static final long DataTable
If using this container type, you must also implement the UIAccessibilityContainerDataTable protocol.- See Also:
- Constant Field Values
-
List
public static final long List
- See Also:
- Constant Field Values
-
Landmark
public static final long Landmark
- 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
-
-