Module focus_manager
Modules§
Structs§
- ABOUT_
TO_ GAIN_ FOCUS - Kanzi sends this message before a focusable node receives focus.
- ABOUT_
TO_ LOSE_ FOCUS - Kanzi sends this message before the focused node loses focus.
- CYCLIC_
FOCUS_ NAVIGATION_ PROPERTY - Sets whether the focus chain navigation within the focus scope is cyclic. When you enable this property:
- FOCUS_
ENTERED_ FOCUS_ SCOPE - When focus enters a focus scope, Kanzi sends this message to the focus scope node that contains the node that gains focus.
- FOCUS_
GAINED - Kanzi sends this message to the node that received focus.
- FOCUS_
LEFT_ FOCUS_ SCOPE - When focus leaves a focus scope, Kanzi sends this message to the focus scope node that contains the node that loses focus.
- FOCUS_
LOST - Kanzi sends this message to the node that lost focus.
- FOCUS_
ON_ PRESS_ PROPERTY - Sets where to set the focus when the user presses the node that has this property:
- FOCUS_
ORDER_ PROPERTY - Sets the focus chain order of the node within the focus scope.
- FOCUS_
SCOPE_ TYPE_ PROPERTY - Sets the type of the focus scope node:
- Focus
Entered Focus Scope Message Arguments - Focus
Left Focus Scope Message Arguments - Focus
Manager - Focus Manager enables you to set and change the key focus between attached nodes. Each domain can have only one instance of a Focus Manager.
- INPUT_
OUTSIDE_ OVERLAY_ MESSAGE - Kanzi sends this message to an overlay focus scope when the application area outside the boundaries of that overlay receives input.
- Input
Outside Overlay Message Arguments - MOVE_
SCOPE_ FOCUS_ BACKWARD - When a focus scope node receives this message, it moves the focus to the previous focusable node of the focus scope.
- MOVE_
SCOPE_ FOCUS_ FORWARD - When a focus scope node receives this message, it moves the focus to the next focusable node of the focus scope.
- Move
Focus Message Arguments - OVERLAY_
BROUGHT_ TO_ FRONT - Occurs when an overlay focus scope becomes the foremost overlay scope in the overlay focus scope stack.
- OVERLAY_
GAINED_ FOCUS - When an overlay scope gains focus, Kanzi sends this message to the overlay scope node that contains the node that gains focus.
- OVERLAY_
LOST_ FOCUS - When an overlay scope loses focus, Kanzi sends this message to the overlay scope node that contains the node that loses focus.
- OVERLAY_
SENT_ TO_ BACK - Occurs when an overlay focus scope is no longer the foremost overlay scope in the overlay focus scope stack.
- Overlay
Brought ToFront Message Arguments - Overlay
Gained Focus Message Arguments - Overlay
Lost Focus Message Arguments - Overlay
Sent ToBack Message Arguments - Post
Focus Message Arguments - PreFocus
Message Arguments - SCOPE_
BROUGHT_ TO_ FRONT - Occurs when an overlay focus scope is brought to front. Deprecated. Use Overlay Brought To Front instead.
- SCOPE_
SENT_ TO_ BACK - Occurs when a foremost overlay focus scope is sent to back. Deprecated. Use Overlay Sent to Back instead.
- Scope
State Change Message Arguments