Kanzi  3.9.5
Java API
MultiClickManipulatorComponentMetadata Interface Reference

Metadata definitions for MultiClickManipulatorComponent. More...

Inheritance diagram for MultiClickManipulatorComponentMetadata:
[legend]

Public Attributes

DynamicPropertyType< Integer > ClickCountProperty
 Sets the number of clicks or taps required for the installed multi-click manipulator to recognize the multi-click gesture and to set off the Multi-Click trigger. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.MultiClickManipulatorComponent")
 Metaclass for MultiClickManipulatorComponent.
 
DynamicPropertyType< Boolean > SendIntermediateClickMessagesProperty
 Sets whether to send Intermediate Click messages until the desired click count is reached. More...
 
DynamicPropertyType< Integer > TimeoutProperty
 Sets the time in milliseconds within which two consecutive clicks or taps must occur for the multi-click manipulator to continue recognizing them as the multi-click gesture. 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

◆ ClickCountProperty

DynamicPropertyType<Integer> ClickCountProperty
Initial value:
=
new DynamicPropertyType<>("MultiClickManipulatorComponent.ClickCount", Integer.class)

Sets the number of clicks or taps required for the installed multi-click manipulator to recognize the multi-click gesture and to set off the Multi-Click trigger.

The default value is 2.

◆ SendIntermediateClickMessagesProperty

DynamicPropertyType<Boolean> SendIntermediateClickMessagesProperty
Initial value:
= new DynamicPropertyType<>(
"MultiClickManipulatorComponent.SendIntermediateClickMessages", Boolean.class)

Sets whether to send Intermediate Click messages until the desired click count is reached.

◆ TimeoutProperty

DynamicPropertyType<Integer> TimeoutProperty
Initial value:
=
new DynamicPropertyType<>("MultiClickManipulatorComponent.Timeout", Integer.class)

Sets the time in milliseconds within which two consecutive clicks or taps must occur for the multi-click manipulator to continue recognizing them as the multi-click gesture.

The default value is 250 ms.