Uses of Interface
com.vaadin.data.fieldgroup.FieldGroupFieldFactory
-
Packages that use FieldGroupFieldFactory Package Description com.vaadin.data.fieldgroup com.vaadin.ui -
-
Uses of FieldGroupFieldFactory in com.vaadin.data.fieldgroup
Classes in com.vaadin.data.fieldgroup that implement FieldGroupFieldFactory Modifier and Type Class Description class
DefaultFieldGroupFieldFactory
This class contains a basic implementation forFieldGroupFieldFactory
.The class is singleton, useDefaultFieldGroupFieldFactory.get()
method to get reference to the instance.Methods in com.vaadin.data.fieldgroup that return FieldGroupFieldFactory Modifier and Type Method Description FieldGroupFieldFactory
FieldGroup. getFieldFactory()
Gets the field factory for theFieldGroup
.Methods in com.vaadin.data.fieldgroup with parameters of type FieldGroupFieldFactory Modifier and Type Method Description void
FieldGroup. setFieldFactory(FieldGroupFieldFactory fieldFactory)
Sets the field factory for theFieldGroup
. -
Uses of FieldGroupFieldFactory in com.vaadin.ui
Classes in com.vaadin.ui that implement FieldGroupFieldFactory Modifier and Type Class Description static class
Grid.EditorFieldFactory
Field factory used by default in the editor.Methods in com.vaadin.ui that return FieldGroupFieldFactory Modifier and Type Method Description FieldGroupFieldFactory
Grid. getEditorFieldFactory()
Gets the field factory for theFieldGroup
.Methods in com.vaadin.ui with parameters of type FieldGroupFieldFactory Modifier and Type Method Description void
Grid. setEditorFieldFactory(FieldGroupFieldFactory fieldFactory)
Sets the field factory for theFieldGroup
.
-