Uses of Class
com.vaadin.flow.component.formlayout.FormLayout.FormItem
-
-
Uses of FormLayout.FormItem in com.vaadin.flow.component.formlayout
Methods in com.vaadin.flow.component.formlayout that return FormLayout.FormItem Modifier and Type Method Description FormLayout.FormItemFormLayout. addFormItem(com.vaadin.flow.component.Component field, com.vaadin.flow.component.Component label)Convenience method for creating and adding a new FormItem to this layout that wraps the given field with a component as its label.FormLayout.FormItemFormLayout. addFormItem(com.vaadin.flow.component.Component field, String label)Convenience method for creating and adding a new FormItem to this layout that wraps the given field with a label.
-