Kanzi  3.9.5
Java API
NavigationManipulatorComponentMetadata Interface Reference

Metadata definitions for NavigationManipulatorComponent. More...

Inheritance diagram for NavigationManipulatorComponentMetadata:
[legend]

Public Attributes

DynamicPropertyType< Integer > DownNavigationKeyModifierProperty
 Sets the key modifiers of the down navigation. More...
 
DynamicPropertyType< Integer > DownNavigationKeyProperty
 Sets the logical key value of the down navigation. More...
 
DynamicPropertyType< Integer > EndNavigationKeyModifierProperty
 Sets the key modifiers of the end navigation. More...
 
DynamicPropertyType< Integer > EndNavigationKeyProperty
 Sets the logical key value of the end navigation. More...
 
DynamicPropertyType< Integer > HomeNavigationKeyModifierProperty
 Sets the key modifiers of the home navigation. More...
 
DynamicPropertyType< Integer > HomeNavigationKeyProperty
 Sets the logical key value of the home navigation. More...
 
DynamicPropertyType< Integer > LeftNavigationKeyModifierProperty
 Sets the key modifiers of the left direction navigation. More...
 
DynamicPropertyType< Integer > LeftNavigationKeyProperty
 Sets the logical key value of the left direction navigation. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.NavigationManipulatorComponent")
 Metaclass for NavigationManipulatorComponent.
 
DynamicPropertyType< Integer > PageDownNavigationKeyModifierProperty
 Sets the key modifiers of the page-down navigation. More...
 
DynamicPropertyType< Integer > PageDownNavigationKeyProperty
 Sets the logical key value of the page-down navigation. More...
 
DynamicPropertyType< Integer > PageUpNavigationKeyModifierProperty
 Sets the key modifiers of the page-up navigation. More...
 
DynamicPropertyType< Integer > PageUpNavigationKeyProperty
 Sets the logical key value of the page-up navigation. More...
 
DynamicPropertyType< Integer > RightNavigationKeyModifierProperty
 Sets the key modifiers of the right direction navigation. More...
 
DynamicPropertyType< Integer > RightNavigationKeyProperty
 Sets the logical key value of the right direction navigation. More...
 
DynamicPropertyType< Integer > UpNavigationKeyModifierProperty
 Sets the key modifiers of the up navigation. More...
 
DynamicPropertyType< Integer > UpNavigationKeyProperty
 Sets the logical key value of the up navigation. More...
 
- Public Attributes inherited from NodeComponentMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.NodeComponent")
 Metaclass for NodeComponent.
 
DynamicPropertyType< String > NameProperty
 Name. More...
 

Detailed Description

Member Data Documentation

◆ DownNavigationKeyModifierProperty

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

Sets the key modifiers of the down navigation.

The default value is Undefined.

◆ DownNavigationKeyProperty

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

Sets the logical key value of the down navigation.

◆ EndNavigationKeyModifierProperty

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

Sets the key modifiers of the end navigation.

The default value is Undefined.

◆ EndNavigationKeyProperty

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

Sets the logical key value of the end navigation.

◆ HomeNavigationKeyModifierProperty

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

Sets the key modifiers of the home navigation.

The default value is Undefined.

◆ HomeNavigationKeyProperty

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

Sets the logical key value of the home navigation.

◆ LeftNavigationKeyModifierProperty

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

Sets the key modifiers of the left direction navigation.

The default value is Undefined.

◆ LeftNavigationKeyProperty

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

Sets the logical key value of the left direction navigation.

◆ PageDownNavigationKeyModifierProperty

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

Sets the key modifiers of the page-down navigation.

The default value is Undefined.

◆ PageDownNavigationKeyProperty

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

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

◆ PageUpNavigationKeyModifierProperty

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

Sets the key modifiers of the page-up navigation.

The default value is Undefined.

◆ PageUpNavigationKeyProperty

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

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

◆ RightNavigationKeyModifierProperty

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

Sets the key modifiers of the right direction navigation.

The default value is Undefined.

◆ RightNavigationKeyProperty

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

Sets the logical key value of the right direction navigation.

◆ UpNavigationKeyModifierProperty

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

Sets the key modifiers of the up navigation.

The default value is Undefined.

◆ UpNavigationKeyProperty

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

Sets the logical key value of the up navigation.