Class FormLayout.FormItem

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.formlayout.FormLayout.FormItem
All Implemented Interfaces:
AttachNotifier, ClickNotifier<FormLayout.FormItem>, DetachNotifier, HasComponents, HasComponentsOfType<Component>, HasElement, HasEnabled, HasStyle, Serializable
Enclosing class:
FormLayout

@Tag("vaadin-form-item") @NpmPackage(value="@vaadin/form-layout", version="25.2.0-alpha13") @JsModule("@vaadin/form-layout/src/vaadin-form-item.js") public static class FormLayout.FormItem extends Component implements HasComponents, HasStyle, ClickNotifier<FormLayout.FormItem>
Server-side component for the <vaadin-form-item> element. Used to wrap components for display in a FormLayout.
Author:
Vaadin Ltd
See Also: