Metadata definitions for FocusManager. More...
Public Attributes | |
DynamicMessageType< FocusManagerMetadata.PreFocusMessageArguments > | AboutToGainFocusMessage |
Kanzi sends this message before a focusable node receives focus. More... | |
DynamicMessageType< FocusManagerMetadata.PreFocusMessageArguments > | 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... | |
DynamicMessageType< FocusManagerMetadata.FocusEnteredFocusScopeMessageArguments > | FocusEnteredFocusScopeMessage |
When focus enters a focus scope, Kanzi sends this message to the focus scope node that contains the node that gains focus. More... | |
DynamicMessageType< FocusManagerMetadata.PostFocusMessageArguments > | FocusGainedMessage |
Kanzi sends this message to the node that received focus. More... | |
DynamicMessageType< FocusManagerMetadata.FocusLeftFocusScopeMessageArguments > | FocusLeftFocusScopeMessage |
When focus leaves a focus scope, Kanzi sends this message to the focus scope node that contains the node that loses focus. More... | |
DynamicMessageType< FocusManagerMetadata.PostFocusMessageArguments > | FocusLostMessage |
Kanzi sends this message to the node that lost focus. More... | |
DynamicPropertyType< Integer > | FocusOnPressProperty |
Sets where to set the focus when the user presses the node that has this property: More... | |
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... | |
DynamicMessageType< FocusManagerMetadata.InputOutsideOverlayMessageArguments > | InputOutsideOverlayMessageMessage |
Kanzi sends this message to an overlay focus scope when the application area outside the boundaries of that overlay receives input. More... | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.FocusManager") |
Metaclass for FocusManager. | |
DynamicMessageType< FocusManagerMetadata.MoveFocusMessageArguments > | MoveScopeFocusBackwardMessage |
When a focus scope node receives this message, it moves the focus to the previous focusable node of the focus scope. More... | |
DynamicMessageType< FocusManagerMetadata.MoveFocusMessageArguments > | MoveScopeFocusForwardMessage |
When a focus scope node receives this message, it moves the focus to the next focusable node of the focus scope. More... | |
DynamicMessageType< FocusManagerMetadata.OverlayBroughtToFrontMessageArguments > | OverlayBroughtToFrontMessage |
Occurs when an overlay focus scope becomes the foremost overlay scope in the overlay focus scope stack. More... | |
DynamicMessageType< FocusManagerMetadata.OverlayGainedFocusMessageArguments > | OverlayGainedFocusMessage |
When an overlay scope gains focus, Kanzi sends this message to the overlay scope node that contains the node that gains focus. More... | |
DynamicMessageType< FocusManagerMetadata.OverlayLostFocusMessageArguments > | OverlayLostFocusMessage |
When an overlay scope loses focus, Kanzi sends this message to the overlay scope node that contains the node that loses focus. More... | |
DynamicMessageType< FocusManagerMetadata.OverlaySentToBackMessageArguments > | OverlaySentToBackMessage |
Occurs when an overlay focus scope is no longer the foremost overlay scope in the overlay focus scope stack. More... | |
DynamicMessageType< FocusManagerMetadata.OverlayBroughtToFrontMessageArguments > | ScopeBroughtToFrontMessage |
Occurs when an overlay focus scope is brought to front. More... | |
DynamicMessageType< FocusManagerMetadata.OverlaySentToBackMessageArguments > | ScopeSentToBackMessage |
Occurs when a foremost overlay focus scope is sent to back. More... | |
Metadata definitions for FocusManager.
DynamicMessageType<FocusManagerMetadata.PreFocusMessageArguments> AboutToGainFocusMessage |
Kanzi sends this message before a focusable node receives focus.
DynamicMessageType<FocusManagerMetadata.PreFocusMessageArguments> 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:
DynamicMessageType<FocusManagerMetadata.FocusEnteredFocusScopeMessageArguments> FocusEnteredFocusScopeMessage |
When focus enters a focus scope, Kanzi sends this message to the focus scope node that contains the node that gains focus.
DynamicMessageType<FocusManagerMetadata.PostFocusMessageArguments> FocusGainedMessage |
Kanzi sends this message to the node that received focus.
DynamicMessageType<FocusManagerMetadata.FocusLeftFocusScopeMessageArguments> FocusLeftFocusScopeMessage |
When focus leaves a focus scope, Kanzi sends this message to the focus scope node that contains the node that loses focus.
DynamicMessageType<FocusManagerMetadata.PostFocusMessageArguments> FocusLostMessage |
Kanzi sends this message to the node that lost focus.
DynamicPropertyType<Integer> FocusOnPressProperty |
Sets where to set the focus when the user presses the node that has this property:
The descendants of the node where you set this property inherit value of the property.
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:
DynamicMessageType<FocusManagerMetadata.InputOutsideOverlayMessageArguments> InputOutsideOverlayMessageMessage |
Kanzi sends this message to an overlay focus scope when the application area outside the boundaries of that overlay receives input.
DynamicMessageType<FocusManagerMetadata.MoveFocusMessageArguments> MoveScopeFocusBackwardMessage |
When a focus scope node receives this message, it moves the focus to the previous focusable node of the focus scope.
DynamicMessageType<FocusManagerMetadata.MoveFocusMessageArguments> MoveScopeFocusForwardMessage |
When a focus scope node receives this message, it moves the focus to the next focusable node of the focus scope.
DynamicMessageType<FocusManagerMetadata.OverlayBroughtToFrontMessageArguments> OverlayBroughtToFrontMessage |
Occurs when an overlay focus scope becomes the foremost overlay scope in the overlay focus scope stack.
DynamicMessageType<FocusManagerMetadata.OverlayGainedFocusMessageArguments> OverlayGainedFocusMessage |
When an overlay scope gains focus, Kanzi sends this message to the overlay scope node that contains the node that gains focus.
DynamicMessageType<FocusManagerMetadata.OverlayLostFocusMessageArguments> OverlayLostFocusMessage |
When an overlay scope loses focus, Kanzi sends this message to the overlay scope node that contains the node that loses focus.
DynamicMessageType<FocusManagerMetadata.OverlaySentToBackMessageArguments> OverlaySentToBackMessage |
Occurs when an overlay focus scope is no longer the foremost overlay scope in the overlay focus scope stack.
DynamicMessageType<FocusManagerMetadata.OverlayBroughtToFrontMessageArguments> ScopeBroughtToFrontMessage |
Occurs when an overlay focus scope is brought to front.
Deprecated. Use Overlay Brought To Front instead.
DynamicMessageType<FocusManagerMetadata.OverlaySentToBackMessageArguments> ScopeSentToBackMessage |
Occurs when a foremost overlay focus scope is sent to back.
Deprecated. Use Overlay Sent to Back instead.