Annotation Type UISection
-
@LinkkiBoundProperty(org.linkki.core.binding.descriptor.property.annotation.BoundPropertyCreator.EmptyPropertyCreator.class) @Retention(RUNTIME) @Target(TYPE) public @interface UISection
Responsible for creating a section in the UI from the annotated PMO class that may include other UI elements.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringcaptionThe caption text for the section.booleancloseableWhether or not the section can be collapsed by the user.intcolumnsDeprecated.UseUIFormSectionandUIFormSection.columns()instead.SectionLayoutlayoutLayout for the section, i.e.
-
-
-
Element Detail
-
layout
SectionLayout layout
Layout for the section, i.e. whether fields are displayed horizontally or in vertical columns.- Default:
- org.linkki.core.ui.layout.annotation.SectionLayout.FORM
-
-
-
columns
@Deprecated(since="2.0.0") int columns
Deprecated.UseUIFormSectionandUIFormSection.columns()instead.- Default:
- 1
-
-
-
caption
String caption
The caption text for the section.- Default:
- ""
-
-