Kanzi  3.9.5
Java API
LongPressManipulatorComponentMetadata Interface Reference

Metadata definitions for LongPressManipulatorComponent. More...

Inheritance diagram for LongPressManipulatorComponentMetadata:
[legend]

Public Attributes

DynamicPropertyType< Integer > LongPressDurationProperty
 Sets the duration of the press required for the installed long-press manipulator to recognize the long-press gesture and to set off the Long Press trigger. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.LongPressManipulatorComponent")
 Metaclass for LongPressManipulatorComponent.
 
- Public Attributes inherited from NodeComponentMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.NodeComponent")
 Metaclass for NodeComponent.
 
DynamicPropertyType< String > NameProperty
 Name. More...
 

Detailed Description

Member Data Documentation

◆ LongPressDurationProperty

DynamicPropertyType<Integer> LongPressDurationProperty
Initial value:
=
new DynamicPropertyType<>("LongPressManipulatorComponent.LongPressDuration", Integer.class)

Sets the duration of the press required for the installed long-press manipulator to recognize the long-press gesture and to set off the Long Press trigger.