Annotation Type UIFormLayout
-
@Retention(RUNTIME) @Target(TYPE) public @interface UIFormLayout
Marks a group of components vertically placed below each other in a two-columnFormLayoutwith captions to the left of the input fields.To use this, annotate a class with
@UIFormLayoutthat includes regular UI element annotations like@UITextFieldon its methods. CallVaadinUiCreator.createComponent(Object, org.linkki.core.binding.BindingContext)with an instance of that class to create theFormLayoutand its children.