public enum AccessibilityGrouping

  1. Object
  2. Enum<AccessibilityGrouping>
  3. AccessibilityGrouping

ImplementsComparable<AccessibilityGrouping>

Controls how a component and its descendants participate in the semantic tree.

Enum constants

AUTOInfer exposure from the role, content, actions, and component type.
LEAFExpose this node and omit all semantic descendants.
GROUPExpose this node and its semantic descendants.
MERGE_DESCENDANTSExpose a single node whose label and description include its descendants.
EXCLUDEOmit this node but promote its semantic children.
EXCLUDE_SUBTREEOmit this node and its entire semantic subtree.

Methods

public static AccessibilityGrouping[] values()
public static AccessibilityGrouping valueOf(String name)

Inherited methods

Enum constant details

AUTO

AUTO
Infer exposure from the role, content, actions, and component type.

LEAF

LEAF
Expose this node and omit all semantic descendants.

GROUP

GROUP
Expose this node and its semantic descendants.

MERGE_DESCENDANTS

MERGE_DESCENDANTS
Expose a single node whose label and description include its descendants.

EXCLUDE

EXCLUDE
Omit this node but promote its semantic children.

EXCLUDE_SUBTREE

EXCLUDE_SUBTREE
Omit this node and its entire semantic subtree.

Method details

values

public static AccessibilityGrouping[] values()

valueOf

public static AccessibilityGrouping valueOf(String name)