|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldGroupFieldFactory | |
|---|---|
| com.vaadin.data.fieldgroup | |
| com.vaadin.ui | |
| Uses of FieldGroupFieldFactory in com.vaadin.data.fieldgroup |
|---|
| Classes in com.vaadin.data.fieldgroup that implement FieldGroupFieldFactory | |
|---|---|
class |
DefaultFieldGroupFieldFactory
This class contains a basic implementation for FieldGroupFieldFactory
.The class is singleton, use DefaultFieldGroupFieldFactory.get() method to get reference to the
instance. |
| Methods in com.vaadin.data.fieldgroup that return FieldGroupFieldFactory | |
|---|---|
FieldGroupFieldFactory |
FieldGroup.getFieldFactory()
Gets the field factory for the FieldGroup. |
| Methods in com.vaadin.data.fieldgroup with parameters of type FieldGroupFieldFactory | |
|---|---|
void |
FieldGroup.setFieldFactory(FieldGroupFieldFactory fieldFactory)
Sets the field factory for the FieldGroup. |
| Uses of FieldGroupFieldFactory in com.vaadin.ui |
|---|
| Classes in com.vaadin.ui that implement FieldGroupFieldFactory | |
|---|---|
static class |
Grid.EditorFieldFactory
Field factory used by default in the editor. |
| Methods in com.vaadin.ui that return FieldGroupFieldFactory | |
|---|---|
FieldGroupFieldFactory |
Grid.getEditorFieldFactory()
Gets the field factory for the FieldGroup. |
| Methods in com.vaadin.ui with parameters of type FieldGroupFieldFactory | |
|---|---|
void |
Grid.setEditorFieldFactory(FieldGroupFieldFactory fieldFactory)
Sets the field factory for the FieldGroup. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||