Package com.codename1.ui.accessibility


package com.codename1.ui.accessibility

Defines the portable accessibility semantics tree for Codename One's lightweight user-interface components. Applications use this package to describe roles, states, values, ranges, actions, traversal, grouping, live regions, panes, collections, and virtual descendants. Platform ports translate the resulting immutable tree to their native accessibility APIs.

The entry point for configuring a component is Component.getSemantics(). Tests and development tools can inspect a resolved tree with AccessibilityInspector and validate it with AccessibilityAssertions.