Kanzi  3.9.7
Java API
PageTransitionCollectionMetadata Interface Reference

Metadata definitions for PageTransitionCollection. More...

Inheritance diagram for PageTransitionCollectionMetadata:
[legend]

Public Attributes

DynamicPropertyType< PageTransitionCollectionEnums.Transition.AnimationTargetAnimationTargetProperty
 Defines the animation target, either page transitioning in or page transitioning out. More...
 
DynamicPropertyType< PageTransitionCollectionEnums.Transition.DirectionDirectionProperty
 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

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

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

Defined in ui\node\page_transition_collection.cpp as PageTransitionAnimationAnimationTargetProperty.

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

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

Defined in ui\node\page_transition_collection.cpp as PageTransitionDirectionProperty.

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

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

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

The ending value for the animation.

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

The selection criteria for the source Page node.

Use * for any Page node.

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

Defines which property to animate.

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

The starting value for the animation.

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

The selection criteria for the target Page node.

Use * for any Page node.