public final class UIAccessibilityContainerType
extends java.lang.Object
| Modifier and Type | Field and 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
|
public static final long None
public static final long DataTable
public static final long List
public static final long Landmark
public static final long SemanticGroup