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