Kanzi  3.9.5
Java API
PageTransitionCollectionMetadata Interface Reference

Metadata definitions for PageTransitionCollection. More...

Inheritance diagram for PageTransitionCollectionMetadata:
[legend]

Public Attributes

DynamicPropertyType< Integer > AnimationTargetProperty
 Defines the animation target, either page transitioning in or page transitioning out. More...
 
DynamicPropertyType< Integer > DirectionProperty
 Defines whether the transition is unidirectional (one way) or bidirectional (two way). More...
 
DynamicPropertyType< Integer > DurationProperty
 The duration of a Page node transition (in milliseconds). More...
 
DynamicPropertyType< String > EndValueProperty
 The ending value for the animation. More...
 
DynamicPropertyType< String > FromProperty
 The selection criteria for the source Page node. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.PageTransitionCollection")
 Metaclass for PageTransitionCollection.
 
DynamicPropertyType< String > PropertyTypeProperty
 Defines which property to animate. More...
 
DynamicPropertyType< String > StartValueProperty
 The starting value for the animation. More...
 
DynamicPropertyType< String > ToProperty
 The selection criteria for the target Page node. More...
 
- Public Attributes inherited from ResourceMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Resource")
 Metaclass for Resource.
 

Detailed Description

Member Data Documentation

◆ AnimationTargetProperty

DynamicPropertyType<Integer> AnimationTargetProperty
Initial value:
=
new DynamicPropertyType<>("PageTransitionAnimation.AnimationTarget", Integer.class)

Defines the animation target, either page transitioning in or page transitioning out.

◆ DirectionProperty

DynamicPropertyType<Integer> DirectionProperty
Initial value:
=
new DynamicPropertyType<>("PageTransition.Direction", Integer.class)

Defines whether the transition is unidirectional (one way) or bidirectional (two way).

◆ DurationProperty

DynamicPropertyType<Integer> DurationProperty
Initial value:
=
new DynamicPropertyType<>("PageTransition.Duration", Integer.class)

The duration of a Page node transition (in milliseconds).

◆ EndValueProperty

DynamicPropertyType<String> EndValueProperty
Initial value:
=
new DynamicPropertyType<>("PageTransitionAnimation.EndValue", String.class)

The ending value for the animation.

◆ FromProperty

DynamicPropertyType<String> FromProperty
Initial value:
=
new DynamicPropertyType<>("PageTransition.From", String.class)

The selection criteria for the source Page node.

Use * for any Page node.

◆ PropertyTypeProperty

DynamicPropertyType<String> PropertyTypeProperty
Initial value:
=
new DynamicPropertyType<>("PageTransitionAnimation.PropertyType", String.class)

Defines which property to animate.

◆ StartValueProperty

DynamicPropertyType<String> StartValueProperty
Initial value:
=
new DynamicPropertyType<>("PageTransitionAnimation.StartValue", String.class)

The starting value for the animation.

◆ ToProperty

DynamicPropertyType<String> ToProperty
Initial value:
=
new DynamicPropertyType<>("PageTransition.To", String.class)

The selection criteria for the target Page node.

Use * for any Page node.