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