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.FormItemModifier and TypeMethodDescriptionFormLayout.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.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.FormLayout.FormRow.addFormItem(com.vaadin.flow.component.Component field, com.vaadin.flow.component.Component label) Creates a newFormLayout.FormItemwith the given field and label components and adds it to the form row.FormLayout.FormRow.addFormItem(com.vaadin.flow.component.Component field, String label) Creates a newFormLayout.FormItemwith the given component and the label string, and adds it to the form row.