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 classDefaultFieldGroupFieldFactoryThis 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 FieldGroupFieldFactoryFieldGroup. getFieldFactory()Gets the field factory for theFieldGroup.Methods in com.vaadin.data.fieldgroup with parameters of type FieldGroupFieldFactory Modifier and Type Method Description voidFieldGroup. 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 classGrid.EditorFieldFactoryField factory used by default in the editor.Methods in com.vaadin.ui that return FieldGroupFieldFactory Modifier and Type Method Description FieldGroupFieldFactoryGrid. getEditorFieldFactory()Gets the field factory for theFieldGroup.Methods in com.vaadin.ui with parameters of type FieldGroupFieldFactory Modifier and Type Method Description voidGrid. setEditorFieldFactory(FieldGroupFieldFactory fieldFactory)Sets the field factory for theFieldGroup.
-