Kanzi 3.9.10
NavigationManipulatorComponentMetadata Interface Reference

Metadata definitions for NavigationManipulatorComponent. More...

Inheritance diagram for NavigationManipulatorComponentMetadata:
[legend]

Public Attributes

DynamicPropertyType< KeyModifierDownNavigationKeyModifierProperty
 Sets the key modifiers of the down navigation.
 
DynamicPropertyType< LogicalKeyDownNavigationKeyProperty
 Sets the logical key value of the down navigation.
 
DynamicPropertyType< KeyModifierEndNavigationKeyModifierProperty
 Sets the key modifiers of the end navigation.
 
DynamicPropertyType< LogicalKeyEndNavigationKeyProperty
 Sets the logical key value of the end navigation.
 
DynamicPropertyType< KeyModifierHomeNavigationKeyModifierProperty
 Sets the key modifiers of the home navigation.
 
DynamicPropertyType< LogicalKeyHomeNavigationKeyProperty
 Sets the logical key value of the home navigation.
 
DynamicPropertyType< KeyModifierLeftNavigationKeyModifierProperty
 Sets the key modifiers of the left direction navigation.
 
DynamicPropertyType< LogicalKeyLeftNavigationKeyProperty
 Sets the logical key value of the left direction navigation.
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.NavigationManipulatorComponent")
 Metaclass for NavigationManipulatorComponent.
 
DynamicPropertyType< KeyModifierPageDownNavigationKeyModifierProperty
 Sets the key modifiers of the page-down navigation.
 
DynamicPropertyType< LogicalKeyPageDownNavigationKeyProperty
 Sets the logical key value of the page-down navigation.
 
DynamicPropertyType< KeyModifierPageUpNavigationKeyModifierProperty
 Sets the key modifiers of the page-up navigation.
 
DynamicPropertyType< LogicalKeyPageUpNavigationKeyProperty
 Sets the logical key value of the page-up navigation.
 
DynamicPropertyType< KeyModifierRightNavigationKeyModifierProperty
 Sets the key modifiers of the right direction navigation.
 
DynamicPropertyType< LogicalKeyRightNavigationKeyProperty
 Sets the logical key value of the right direction navigation.
 
DynamicPropertyType< KeyModifierUpNavigationKeyModifierProperty
 Sets the key modifiers of the up navigation.
 
DynamicPropertyType< LogicalKeyUpNavigationKeyProperty
 Sets the logical key value of the up navigation.
 
- Public Attributes inherited from NodeComponentMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.NodeComponent")
 Metaclass for NodeComponent.
 
DynamicPropertyType< String > NameProperty
 Name.
 

Detailed Description

Metadata definitions for NavigationManipulatorComponent.

Member Data Documentation

◆ DownNavigationKeyModifierProperty

DynamicPropertyType<KeyModifier> DownNavigationKeyModifierProperty
Initial value:
= new DynamicPropertyType<>(
"NavigationManipulatorComponent.DownNavigationKeyModifier", KeyModifier.class)

Sets the key modifiers of the down navigation.

The default value is Undefined.

◆ DownNavigationKeyProperty

DynamicPropertyType<LogicalKey> DownNavigationKeyProperty
Initial value:
= new DynamicPropertyType<>(
"NavigationManipulatorComponent.DownNavigationKey", LogicalKey.class)

Sets the logical key value of the down navigation.

◆ EndNavigationKeyModifierProperty

DynamicPropertyType<KeyModifier> EndNavigationKeyModifierProperty
Initial value:
= new DynamicPropertyType<>(
"NavigationManipulatorComponent.EndNavigationKeyModifier", KeyModifier.class)

Sets the key modifiers of the end navigation.

The default value is Undefined.

◆ EndNavigationKeyProperty

DynamicPropertyType<LogicalKey> EndNavigationKeyProperty
Initial value:
= new DynamicPropertyType<>(
"NavigationManipulatorComponent.EndNavigationKey", LogicalKey.class)

Sets the logical key value of the end navigation.

◆ HomeNavigationKeyModifierProperty

DynamicPropertyType<KeyModifier> HomeNavigationKeyModifierProperty
Initial value:
= new DynamicPropertyType<>(
"NavigationManipulatorComponent.HomeNavigationKeyModifier", KeyModifier.class)

Sets the key modifiers of the home navigation.

The default value is Undefined.

◆ HomeNavigationKeyProperty

DynamicPropertyType<LogicalKey> HomeNavigationKeyProperty
Initial value:
= new DynamicPropertyType<>(
"NavigationManipulatorComponent.HomeNavigationKey", LogicalKey.class)

Sets the logical key value of the home navigation.

◆ LeftNavigationKeyModifierProperty

DynamicPropertyType<KeyModifier> LeftNavigationKeyModifierProperty
Initial value:
= new DynamicPropertyType<>(
"NavigationManipulatorComponent.LeftNavigationKeyModifier", KeyModifier.class)

Sets the key modifiers of the left direction navigation.

The default value is Undefined.

◆ LeftNavigationKeyProperty

DynamicPropertyType<LogicalKey> LeftNavigationKeyProperty
Initial value:
= new DynamicPropertyType<>(
"NavigationManipulatorComponent.LeftNavigationKey", LogicalKey.class)

Sets the logical key value of the left direction navigation.

◆ PageDownNavigationKeyModifierProperty

DynamicPropertyType<KeyModifier> PageDownNavigationKeyModifierProperty
Initial value:
=
new DynamicPropertyType<>(
"NavigationManipulatorComponent.PageDownNavigationKeyModifier", KeyModifier.class)

Sets the key modifiers of the page-down navigation.

The default value is Undefined.

◆ PageDownNavigationKeyProperty

DynamicPropertyType<LogicalKey> PageDownNavigationKeyProperty
Initial value:
= new DynamicPropertyType<>(
"NavigationManipulatorComponent.PageDownNavigationKey", LogicalKey.class)

Sets the logical key value of the page-down navigation.

◆ PageUpNavigationKeyModifierProperty

DynamicPropertyType<KeyModifier> PageUpNavigationKeyModifierProperty
Initial value:
=
new DynamicPropertyType<>(
"NavigationManipulatorComponent.PageUpNavigationKeyModifier", KeyModifier.class)

Sets the key modifiers of the page-up navigation.

The default value is Undefined.

◆ PageUpNavigationKeyProperty

DynamicPropertyType<LogicalKey> PageUpNavigationKeyProperty
Initial value:
= new DynamicPropertyType<>(
"NavigationManipulatorComponent.PageUpNavigationKey", LogicalKey.class)

Sets the logical key value of the page-up navigation.

◆ RightNavigationKeyModifierProperty

DynamicPropertyType<KeyModifier> RightNavigationKeyModifierProperty
Initial value:
= new DynamicPropertyType<>(
"NavigationManipulatorComponent.RightNavigationKeyModifier", KeyModifier.class)

Sets the key modifiers of the right direction navigation.

The default value is Undefined.

◆ RightNavigationKeyProperty

DynamicPropertyType<LogicalKey> RightNavigationKeyProperty
Initial value:
= new DynamicPropertyType<>(
"NavigationManipulatorComponent.RightNavigationKey", LogicalKey.class)

Sets the logical key value of the right direction navigation.

◆ UpNavigationKeyModifierProperty

DynamicPropertyType<KeyModifier> UpNavigationKeyModifierProperty
Initial value:
= new DynamicPropertyType<>(
"NavigationManipulatorComponent.UpNavigationKeyModifier", KeyModifier.class)

Sets the key modifiers of the up navigation.

The default value is Undefined.

◆ UpNavigationKeyProperty

DynamicPropertyType<LogicalKey> UpNavigationKeyProperty
Initial value:
= new DynamicPropertyType<>(
"NavigationManipulatorComponent.UpNavigationKey", LogicalKey.class)

Sets the logical key value of the up navigation.