Kanzi  3.9.7
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< FlowLayoutConceptEnums.LayoutDirectionPrimaryDirectionProperty
 The direction along which the layout arranges items until the layout limit in that direction is reached. More...
 
DynamicPropertyType< FlowLayoutConceptEnums.LayoutDirectionSecondaryDirectionProperty
 The direction along which the flow layout arranges lines of the primary direction. More...
 

Detailed Description

Metadata definitions for FlowLayoutConcept.

Member Data Documentation

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

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

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

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