| Package | Description |
|---|---|
| com.vaadin.data.fieldgroup | |
| com.vaadin.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanFieldGroup<T> |
| Modifier and Type | Method and Description |
|---|---|
FieldGroup |
FieldGroup.CommitEvent.getFieldBinder()
Returns the field binder that this commit relates to
|
FieldGroup |
FieldGroup.CommitException.getFieldGroup()
Returns the field group where the exception occurred
|
| Constructor and Description |
|---|
CommitException(String message,
FieldGroup fieldGroup,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
FieldGroup |
Grid.getEditorFieldGroup()
Gets the field group that is backing the item editor of this grid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setEditorFieldGroup(FieldGroup fieldGroup)
Sets the field group that is backing the item editor of this grid.
|
Copyright © 2023 Vaadin Ltd. All rights reserved.