Kanzi  3.9.2
Java API
NavigationManipulatorMetadata Interface Reference

Metadata definitions for NavigationManipulator. More...

Inheritance diagram for NavigationManipulatorMetadata:
[legend]

Classes

interface  KeyNavigationMessageArguments
 Metadata definitions for KeyNavigationMessageArguments. More...
 

Public Attributes

AbstractMessageType KeyNavigationCanceledMessage
 Occurs when the key-pressed gesture is canceled for the navigation direction. More...
 
AbstractMessageType KeyNavigationFinishedMessage
 Occurs when Kanzi recognizes the key-released gesture for the navigation direction. More...
 
AbstractMessageType KeyNavigationStartedMessage
 Occurs when Kanzi recognizes the key-pressed and key repeat gestures for the navigation direction. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.NavigationManipulator")
 Metaclass for NavigationManipulator.
 

Detailed Description

Member Data Documentation

◆ KeyNavigationCanceledMessage

AbstractMessageType KeyNavigationCanceledMessage
Initial value:
=
new AbstractMessageType("Message.KeyNavigationCanceled")

Occurs when the key-pressed gesture is canceled for the navigation direction.

◆ KeyNavigationFinishedMessage

AbstractMessageType KeyNavigationFinishedMessage
Initial value:
=
new AbstractMessageType("Message.KeyNavigationFinished")

Occurs when Kanzi recognizes the key-released gesture for the navigation direction.

To capture key navigation gestures for a node, create a Navigation Manipulator component in that node.

◆ KeyNavigationStartedMessage

AbstractMessageType KeyNavigationStartedMessage
Initial value:
=
new AbstractMessageType("Message.KeyNavigationStarted")

Occurs when Kanzi recognizes the key-pressed and key repeat gestures for the navigation direction.

To capture key navigation gestures for a node, create a Navigation Manipulator component in that node.