public enum AccessibilityGrouping
- Object
- Enum<AccessibilityGrouping>
- AccessibilityGrouping
ImplementsComparable<AccessibilityGrouping>
Controls how a component and its descendants participate in the semantic tree.
Enum constants
AUTO | Infer exposure from the role, content, actions, and component type. |
LEAF | Expose this node and omit all semantic descendants. |
GROUP | Expose this node and its semantic descendants. |
MERGE_DESCENDANTS | Expose a single node whose label and description include its descendants. |
EXCLUDE | Omit this node but promote its semantic children. |
EXCLUDE_SUBTREE | Omit this node and its entire semantic subtree. |
Methods
public static AccessibilityGrouping[] values() | |
public static AccessibilityGrouping valueOf(String name) |
Inherited methods
Enum constant details
AUTO
AUTOInfer exposure from the role, content, actions, and component type.
LEAF
LEAFExpose this node and omit all semantic descendants.
GROUP
GROUPExpose this node and its semantic descendants.
MERGE_DESCENDANTS
MERGE_DESCENDANTSExpose a single node whose label and description include its descendants.
EXCLUDE
EXCLUDEOmit this node but promote its semantic children.
EXCLUDE_SUBTREE
EXCLUDE_SUBTREEOmit this node and its entire semantic subtree.
Method details
values
public static AccessibilityGrouping[] values()valueOf
public static AccessibilityGrouping valueOf(String name)