Kanzi  3.9.2
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.
 

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.