Blurs the currently focused component
Clears all registered components
Cleanup when destroying the focus manager
Focuses the first focusable component
Focuses the last focusable component
Focuses the next component in tab order
Focuses the previous component in tab order
Gets the currently focused component
Gets all registered focusable components
Automatically discovers and registers all focusable components in a container Walks the component tree and finds all components with tabIndex >= 0
Request focus for a component (called by components when clicked) This is a helper that finds the component and calls focus()
StaticgetGets the current global focus manager instance
Manages keyboard focus and tab navigation for UI components
Example