Uses of Interface
com.vaadin.v7.data.fieldgroup.FieldGroupFieldFactory
-
Packages that use FieldGroupFieldFactory Package Description com.vaadin.v7.data.fieldgroup com.vaadin.v7.ui -
-
Uses of FieldGroupFieldFactory in com.vaadin.v7.data.fieldgroup
Classes in com.vaadin.v7.data.fieldgroup that implement FieldGroupFieldFactory Modifier and Type Class Description classDefaultFieldGroupFieldFactoryDeprecated.As of 8.0, no direct replacement available.Methods in com.vaadin.v7.data.fieldgroup that return FieldGroupFieldFactory Modifier and Type Method Description FieldGroupFieldFactoryFieldGroup. getFieldFactory()Deprecated.Gets the field factory for theFieldGroup.Methods in com.vaadin.v7.data.fieldgroup with parameters of type FieldGroupFieldFactory Modifier and Type Method Description voidFieldGroup. setFieldFactory(FieldGroupFieldFactory fieldFactory)Deprecated.Sets the field factory for theFieldGroup. -
Uses of FieldGroupFieldFactory in com.vaadin.v7.ui
Classes in com.vaadin.v7.ui that implement FieldGroupFieldFactory Modifier and Type Class Description static classGrid.EditorFieldFactoryDeprecated.Methods in com.vaadin.v7.ui that return FieldGroupFieldFactory Modifier and Type Method Description FieldGroupFieldFactoryGrid. getEditorFieldFactory()Deprecated.Gets the field factory for theFieldGroup.Methods in com.vaadin.v7.ui with parameters of type FieldGroupFieldFactory Modifier and Type Method Description voidGrid. setEditorFieldFactory(FieldGroupFieldFactory fieldFactory)Deprecated.Sets the field factory for theFieldGroup.
-