| Package | Description |
|---|---|
| com.vaadin.data.fieldgroup | |
| com.vaadin.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFieldGroupFieldFactory
This class contains a basic implementation for
FieldGroupFieldFactory
.The class is singleton, use DefaultFieldGroupFieldFactory.get() method to get reference to the
instance. |
| Modifier and Type | Method and Description |
|---|---|
FieldGroupFieldFactory |
FieldGroup.getFieldFactory()
Gets the field factory for the
FieldGroup. |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldGroup.setFieldFactory(FieldGroupFieldFactory fieldFactory)
Sets the field factory for the
FieldGroup. |
| Modifier and Type | Class and Description |
|---|---|
static class |
Grid.EditorFieldFactory
Field factory used by default in the editor.
|
| Modifier and Type | Method and Description |
|---|---|
FieldGroupFieldFactory |
Grid.getEditorFieldFactory()
Gets the field factory for the
FieldGroup. |
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setEditorFieldFactory(FieldGroupFieldFactory fieldFactory)
Sets the field factory for the
FieldGroup. |
Copyright © 2019 Vaadin Ltd. All rights reserved.