| Package | Description |
|---|---|
| com.vaadin.data.fieldgroup |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<FieldGroup.CommitHandler> |
FieldGroup.getCommitHandlers()
Returns a list of all commit handlers for this
FieldGroup. |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldGroup.addCommitHandler(FieldGroup.CommitHandler commitHandler)
Adds a commit handler.
|
void |
FieldGroup.removeCommitHandler(FieldGroup.CommitHandler commitHandler)
Removes the given commit handler.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.