Module focus_manager

Modules§

post_focus_message_arguments
scope_state_change_message_arguments

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:
FocusEnteredFocusScopeMessageArguments
FocusLeftFocusScopeMessageArguments
FocusManager
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.
InputOutsideOverlayMessageArguments
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.
MoveFocusMessageArguments
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.
OverlayBroughtToFrontMessageArguments
OverlayGainedFocusMessageArguments
OverlayLostFocusMessageArguments
OverlaySentToBackMessageArguments
PostFocusMessageArguments
PreFocusMessageArguments
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.
ScopeStateChangeMessageArguments