@Deprecated public static interface FieldGroup.CommitHandler extends Serializable
FieldGroup.commit()
as part of the
commit transactions. CommitHandlers can perform custom operations as part
of the commit and cause the commit to be aborted by throwing a
FieldGroup.CommitException
.Modifier and Type | Method and Description |
---|---|
void |
postCommit(FieldGroup.CommitEvent commitEvent)
Deprecated.
Called after changes are committed to the fields and the item is
updated.
|
void |
preCommit(FieldGroup.CommitEvent commitEvent)
Deprecated.
Called before changes are committed to the field and the item is
updated.
|
void preCommit(FieldGroup.CommitEvent commitEvent) throws FieldGroup.CommitException
Throw a FieldGroup.CommitException
to abort the commit.
commitEvent
- An event containing information regarding the commitFieldGroup.CommitException
- if the commit should be abortedvoid postCommit(FieldGroup.CommitEvent commitEvent) throws FieldGroup.CommitException
Throw a FieldGroup.CommitException
to abort the commit.
commitEvent
- An event containing information regarding the commitFieldGroup.CommitException
- if the commit should be abortedCopyright © 2020 Vaadin Ltd. All rights reserved.