Kanzi  3.9.2
Java API
ListBoxScrollingConceptMetadata.ScrollMessageArguments Interface Reference

Metadata definitions for ScrollMessageArguments. More...

Public Attributes

AbstractMetaclass metaclass
 Metaclass for ScrollMessageArguments. More...
 
DynamicPropertyType< Vector2ScrollPositionProperty
 Reports the scroll position in the Scroll View within the List Box. More...
 
DynamicPropertyType< Vector2ScrollSpeedProperty
 Reports the scroll speed in the Scroll View within the List Box. More...
 

Detailed Description

Member Data Documentation

◆ metaclass

AbstractMetaclass metaclass
Initial value:
=
new AbstractMetaclass("Kanzi.ListBoxScrollingConcept.ScrollMessageArguments")

Metaclass for ScrollMessageArguments.

◆ ScrollPositionProperty

DynamicPropertyType<Vector2> ScrollPositionProperty
Initial value:
= new DynamicPropertyType<>(
"ListBoxScrollingConcept.ScrollMessageArguments.ScrollPosition", Vector2.class)

Reports the scroll position in the Scroll View within the List Box.

◆ ScrollSpeedProperty

DynamicPropertyType<Vector2> ScrollSpeedProperty
Initial value:
= new DynamicPropertyType<>(
"ListBoxScrollingConcept.ScrollMessageArguments.ScrollSpeed", Vector2.class)

Reports the scroll speed in the Scroll View within the List Box.