Kanzi  3.9.5
Java API
FlowLayoutConceptMetadata Interface Reference

Metadata definitions for FlowLayoutConcept. More...

Inheritance diagram for FlowLayoutConceptMetadata:
[legend]

Public Attributes

AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.FlowLayoutConcept")
 Metaclass for FlowLayoutConcept.
 
DynamicPropertyType< Integer > PrimaryDirectionProperty
 The direction along which the layout arranges items until the layout limit in that direction is reached. More...
 
DynamicPropertyType< Integer > SecondaryDirectionProperty
 The direction along which the flow layout arranges lines of the primary direction. More...
 

Detailed Description

Metadata definitions for FlowLayoutConcept.

Member Data Documentation

◆ PrimaryDirectionProperty

DynamicPropertyType<Integer> PrimaryDirectionProperty
Initial value:
=
new DynamicPropertyType<>("FlowLayoutConcept.PrimaryDirection", Integer.class)

The direction along which the layout arranges items until the layout limit in that direction is reached.

◆ SecondaryDirectionProperty

DynamicPropertyType<Integer> SecondaryDirectionProperty
Initial value:
=
new DynamicPropertyType<>("FlowLayoutConcept.SecondaryDirection", Integer.class)

The direction along which the flow layout arranges lines of the primary direction.