Expand description
Keyboard focus manager.
Modules§
Structs§
- FOCUS
- Keyboard focus service.
- Focus
Changed Args FOCUS_CHANGED_EVENTarguments.- Focus
Info Builder - Builder for
FocusInfoaccessible in aWidgetInfoBuilder. - Focus
Info Tree - A
WidgetInfoTreewrapper for querying focus info out of the widget tree. - Focus
Manager - Application extension that manages keyboard focus.
- Focus
NavAction - Represents the
FocusTargetactions that move focus from the current focused widget. - Focus
Request - Focus change request.
- Return
Focus Changed Args RETURN_FOCUS_CHANGED_EVENTarguments.- TabIndex
- Widget tab navigation position within a focus scope.
- Widget
Focus Info WidgetInfowrapper that adds focus information for each widget.
Enums§
- Directional
Nav - Directional navigation configuration of a focus scope.
- Focus
Changed Cause - The cause of a
FOCUS_CHANGED_EVENT. - Focus
Info - Focus metadata associated with a widget info tree.
- Focus
Scope OnFocus - Behavior of a focus scope when it receives direct focus.
- Focus
Target - Focus request target.
- TabNav
- Tab navigation configuration of a focus scope.
Statics§
- FOCUS_
CHANGED_ EVENT - Keyboard focused widget changed event.
- RETURN_
FOCUS_ CHANGED_ EVENT - Scope return focus widget changed event.
Traits§
- Widget
Info Focus Ext WidgetInfoextensions that build aWidgetFocusInfo.