Package | Description |
---|---|
com.vaadin.flow.component.formlayout |
Modifier and Type | Method and Description |
---|---|
FormLayout.FormItem |
FormLayout.addFormItem(Component field,
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.FormItem |
FormLayout.addFormItem(Component field,
String label)
Convenience method for creating and adding a new FormItem to this layout
that wraps the given field with a label.
|
Copyright © 2021. All rights reserved.