| Package | Description |
|---|---|
| com.vaadin.data.fieldgroup | |
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldGroup.commit()
Commits all changes done to the bound fields.
|
void |
FieldGroup.CommitHandler.postCommit(FieldGroup.CommitEvent commitEvent)
Called after changes are committed to the fields and the item is
updated.
|
void |
FieldGroup.CommitHandler.preCommit(FieldGroup.CommitEvent commitEvent)
Called before changes are committed to the field and the item is
updated.
|
| Modifier and Type | Method and Description |
|---|---|
FieldGroup.CommitException |
Grid.CommitErrorEvent.getCause()
Retrieves the cause of the failure
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.saveEditor()
Saves all changes done to the bound fields.
|
| Constructor and Description |
|---|
CommitErrorEvent(Grid grid,
FieldGroup.CommitException cause) |
Copyright © 2019 Vaadin Ltd. All rights reserved.