Kanzi  3.9.5
Java API
GridLayoutConceptMetadata Interface Reference

Metadata definitions for GridLayoutConcept. More...

Inheritance diagram for GridLayoutConceptMetadata:
[legend]

Public Attributes

DynamicPropertyType< String > ColumnDefinitionsProperty
 Defines the number of columns in a grid layout and how the grid layout distributes the content in columns. More...
 
DynamicPropertyType< Integer > ColumnProperty
 The column into which grid layout places the item. More...
 
DynamicPropertyType< Integer > ColumnSpanProperty
 Defines the number of columns an item in a grid layout occupies. More...
 
DynamicPropertyType< Integer > DirectionProperty
 The direction in which the items are arranged when you add them to a grid layout. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.GridLayoutConcept")
 Metaclass for GridLayoutConcept.
 
DynamicPropertyType< String > RowDefinitionsProperty
 Defines the number of rows in a grid layout and how the grid layout distributes the content in rows. More...
 
DynamicPropertyType< Integer > RowProperty
 The row into which grid layout places the item. More...
 
DynamicPropertyType< Integer > RowSpanProperty
 Defines the number of rows an item in a grid layout occupies. More...
 

Detailed Description

Metadata definitions for GridLayoutConcept.

Member Data Documentation

◆ ColumnDefinitionsProperty

DynamicPropertyType<String> ColumnDefinitionsProperty
Initial value:
=
new DynamicPropertyType<>("GridLayoutConcept.ColumnDefinitions", String.class)

Defines the number of columns in a grid layout and how the grid layout distributes the content in columns.

◆ ColumnProperty

DynamicPropertyType<Integer> ColumnProperty
Initial value:
=
new DynamicPropertyType<>("GridLayoutConcept.Column", Integer.class)

The column into which grid layout places the item.

◆ ColumnSpanProperty

DynamicPropertyType<Integer> ColumnSpanProperty
Initial value:
=
new DynamicPropertyType<>("GridLayoutConcept.ColumnSpan", Integer.class)

Defines the number of columns an item in a grid layout occupies.

◆ DirectionProperty

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

The direction in which the items are arranged when you add them to a grid layout.

◆ RowDefinitionsProperty

DynamicPropertyType<String> RowDefinitionsProperty
Initial value:
=
new DynamicPropertyType<>("GridLayoutConcept.RowDefinitions", String.class)

Defines the number of rows in a grid layout and how the grid layout distributes the content in rows.

◆ RowProperty

DynamicPropertyType<Integer> RowProperty
Initial value:
=
new DynamicPropertyType<>("GridLayoutConcept.Row", Integer.class)

The row into which grid layout places the item.

◆ RowSpanProperty

DynamicPropertyType<Integer> RowSpanProperty
Initial value:
=
new DynamicPropertyType<>("GridLayoutConcept.RowSpan", Integer.class)

Defines the number of rows an item in a grid layout occupies.