@DefaultAnnotationForFields(edu.umd.cs.findbugs.annotations.NonNull.class) @DefaultAnnotationForParameters(edu.umd.cs.findbugs.annotations.NonNull.class) @DefaultAnnotationForMethods(edu.umd.cs.findbugs.annotations.NonNull.class)
Package org.linkki.core.ui.layout.annotation
Annotations containing layout information.
-
Enum Summary Enum Description SectionLayout The options for the layout pattern of a section -
Annotation Types Summary Annotation Type Description SectionHeader Places the component into the section header.UICssLayout Marks a group of components in aDiv.UIFormLayout Marks a group of components vertically placed below each other in a two-columnFormLayoutwith captions to the left of the input fields.UIFormSection Responsible for creating aBaseSectionin the UI from the annotated PMO class that may include other UI elements.UIHorizontalLayout Marks a group of components horizontally placed next to each other in aHorizontalLayout.UISection Responsible for creating a section in the UI from the annotated PMO class that may include other UI elements.UIVerticalLayout Marks a group of components vertically placed below each other in aVerticalLayout, labels above their corresponding input fields.