Kanzi 3.9.10
DockLayoutConceptMetadata Interface Reference

Metadata definitions for DockLayoutConcept. More...

Inheritance diagram for DockLayoutConceptMetadata:
[legend]

Public Attributes

DynamicPropertyType< BooleanLastItemFillProperty
 Whether the last item of the dock layout is given the remaining free space.
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.DockLayoutConcept")
 Metaclass for DockLayoutConcept.
 
DynamicPropertyType< DockLayoutConceptEnums.DockingSideSideProperty
 The docking side of an item in the dock layout.
 

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

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

The docking side of an item in the dock layout.