Kanzi  3.9.5
Java API
DockLayoutConceptMetadata Interface Reference

Metadata definitions for DockLayoutConcept. More...

Inheritance diagram for DockLayoutConceptMetadata:
[legend]

Public Attributes

DynamicPropertyType< Boolean > LastItemFillProperty
 Whether the last item of the dock layout is given the remaining free space. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.DockLayoutConcept")
 Metaclass for DockLayoutConcept.
 
DynamicPropertyType< Integer > SideProperty
 The docking side of an item in the dock layout. More...
 

Detailed Description

Metadata definitions for DockLayoutConcept.

Member Data Documentation

◆ LastItemFillProperty

DynamicPropertyType<Boolean> LastItemFillProperty
Initial value:
=
new DynamicPropertyType<>("DockLayoutConcept.LastItemFill", Boolean.class)

Whether the last item of the dock layout is given the remaining free space.

◆ SideProperty

DynamicPropertyType<Integer> SideProperty
Initial value:
=
new DynamicPropertyType<>("DockLayoutConcept.Side", Integer.class)

The docking side of an item in the dock layout.