Kanzi  3.9.2
Java API
ScrollViewConceptMetadata.ScrollMessageArguments Interface Reference

Metadata definitions for ScrollMessageArguments. More...

Inheritance diagram for ScrollViewConceptMetadata.ScrollMessageArguments:
[legend]

Public Attributes

AbstractMetaclass metaclass
 Metaclass for ScrollMessageArguments. More...
 
DynamicPropertyType< Float > ScrollPositionXProperty
 Sets the x axis coordinate for the new scroll position of a Scroll View node. More...
 
DynamicPropertyType< Float > ScrollPositionYProperty
 Sets the y axis coordinate for the new scroll position of a Scroll View node. More...
 
DynamicPropertyType< Vector2ScrollSpeedProperty
 Sets the scrolling speed of a Scroll View node. More...
 
- Public Attributes inherited from ScrollViewConceptMetadata.ScrollTargetMessageArguments
AbstractMetaclass metaclass
 Metaclass for ScrollTargetMessageArguments. More...
 
DynamicPropertyType< Vector2ScrollTargetProperty
 Sets the target position for a Scroll View node. More...
 
- Public Attributes inherited from ScrollViewConceptMetadata.ScrollPositionMessageArguments
AbstractMetaclass metaclass
 Metaclass for ScrollPositionMessageArguments. More...
 
DynamicPropertyType< Vector2ScrollPositionProperty
 Sets the x and y axis coordinates for the new scroll position of a Scroll View node. More...
 
- Public Attributes inherited from ScrollViewConceptMetadata.SnapMessageArguments
AbstractMetaclass metaclass
 Metaclass for SnapMessageArguments. More...
 
DynamicPropertyType< Vector2SnapDirectionProperty
 Sets the direction of a snap request. More...
 
DynamicPropertyType< Vector2SnapPositionProperty
 Sets the target of a snap request. More...
 

Detailed Description

Member Data Documentation

◆ metaclass

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

Metaclass for ScrollMessageArguments.

◆ ScrollPositionXProperty

DynamicPropertyType<Float> ScrollPositionXProperty
Initial value:
=
new DynamicPropertyType<>("MessageArgument.ScrollView.ScrollPositionX", Float.class)

Sets the x axis coordinate for the new scroll position of a Scroll View node.

◆ ScrollPositionYProperty

DynamicPropertyType<Float> ScrollPositionYProperty
Initial value:
=
new DynamicPropertyType<>("MessageArgument.ScrollView.ScrollPositionY", Float.class)

Sets the y axis coordinate for the new scroll position of a Scroll View node.

◆ ScrollSpeedProperty

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

Sets the scrolling speed of a Scroll View node.