Metadata definitions for FocusManager. More...
Public Attributes | |
| AbstractMessageType | AboutToGainFocusMessage |
| Kanzi sends this message before a focusable node receives focus. More... | |
| AbstractMessageType | AboutToLoseFocusMessage |
| Kanzi sends this message before the focused node loses focus. More... | |
| DynamicPropertyType< Boolean > | CyclicFocusNavigationProperty |
| Sets whether the focus chain navigation within the focus scope is cyclic. More... | |
| AbstractMessageType | FocusEnteredFocusScopeMessage |
| When focus enters a focus scope, Kanzi sends this message to the focus scope node that contains the node that gains focus. More... | |
| AbstractMessageType | FocusGainedMessage = new AbstractMessageType("Message.FocusGained") |
| Kanzi sends this message to the node that received focus. | |
| AbstractMessageType | FocusLeftFocusScopeMessage |
| When focus leaves a focus scope, Kanzi sends this message to the focus scope node that contains the node that loses focus. More... | |
| AbstractMessageType | FocusLostMessage = new AbstractMessageType("Message.FocusLost") |
| Kanzi sends this message to the node that lost focus. | |
| DynamicPropertyType< Integer > | FocusOrderProperty |
| Sets the focus chain order of the node within the focus scope. More... | |
| DynamicPropertyType< Integer > | FocusScopeTypeProperty |
| Sets the type of the focus scope node: More... | |
| AbstractMessageType | InputOutsideOverlayMessageMessage |
| Kanzi sends this message to the foremost auto-closing overlay focus scope when the user input occurs outside this overlay scope area. More... | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.FocusManager") |
| Metaclass for FocusManager. | |
| AbstractMessageType | MoveScopeFocusBackwardMessage |
| When a focus scope node receives this message, it moves the focus to the previous focusable node of the focus scope. More... | |
| AbstractMessageType | MoveScopeFocusForwardMessage |
| When a focus scope node receives this message, it moves the focus to the next focusable node of the focus scope. More... | |
| AbstractMessageType | OverlayBroughtToFrontMessage |
| Occurs when an overlay focus scope becomes the foremost overlay scope in the overlay focus scope stack. More... | |
| AbstractMessageType | OverlayGainedFocusMessage |
| When an overlay scope gains focus, Kanzi sends this message to the overlay scope node that contains the node that gains focus. More... | |
| AbstractMessageType | OverlayLostFocusMessage |
| When an overlay scope loses focus, Kanzi sends this message to the overlay scope node that contains the node that loses focus. More... | |
| AbstractMessageType | OverlaySentToBackMessage |
| Occurs when an overlay focus scope is no longer the foremost overlay scope in the overlay focus scope stack. More... | |
| AbstractMessageType | ScopeBroughtToFrontMessage |
| Occurs when an overlay focus scope is brought to front. More... | |
| AbstractMessageType | ScopeSentToBackMessage |
| Occurs when a foremost overlay focus scope is sent to back. More... | |
Metadata definitions for FocusManager.
| AbstractMessageType AboutToGainFocusMessage |
Kanzi sends this message before a focusable node receives focus.
| AbstractMessageType AboutToLoseFocusMessage |
Kanzi sends this message before the focused node loses focus.
| DynamicPropertyType<Boolean> CyclicFocusNavigationProperty |
Sets whether the focus chain navigation within the focus scope is cyclic.
When you enable this property:
| AbstractMessageType FocusEnteredFocusScopeMessage |
When focus enters a focus scope, Kanzi sends this message to the focus scope node that contains the node that gains focus.
| AbstractMessageType FocusLeftFocusScopeMessage |
When focus leaves a focus scope, Kanzi sends this message to the focus scope node that contains the node that loses focus.
| DynamicPropertyType<Integer> FocusOrderProperty |
Sets the focus chain order of the node within the focus scope.
| DynamicPropertyType<Integer> FocusScopeTypeProperty |
Sets the type of the focus scope node:
| AbstractMessageType InputOutsideOverlayMessageMessage |
Kanzi sends this message to the foremost auto-closing overlay focus scope when the user input occurs outside this overlay scope area.
| AbstractMessageType MoveScopeFocusBackwardMessage |
When a focus scope node receives this message, it moves the focus to the previous focusable node of the focus scope.
| AbstractMessageType MoveScopeFocusForwardMessage |
When a focus scope node receives this message, it moves the focus to the next focusable node of the focus scope.
| AbstractMessageType OverlayBroughtToFrontMessage |
Occurs when an overlay focus scope becomes the foremost overlay scope in the overlay focus scope stack.
| AbstractMessageType OverlayGainedFocusMessage |
When an overlay scope gains focus, Kanzi sends this message to the overlay scope node that contains the node that gains focus.
| AbstractMessageType OverlayLostFocusMessage |
When an overlay scope loses focus, Kanzi sends this message to the overlay scope node that contains the node that loses focus.
| AbstractMessageType OverlaySentToBackMessage |
Occurs when an overlay focus scope is no longer the foremost overlay scope in the overlay focus scope stack.
| AbstractMessageType ScopeBroughtToFrontMessage |
Occurs when an overlay focus scope is brought to front.
Deprecated. Use Overlay Brought To Front instead.
| AbstractMessageType ScopeSentToBackMessage |
Occurs when a foremost overlay focus scope is sent to back.
Deprecated. Use Overlay Sent to Back instead.