Uses of Interface
com.vaadin.v7.ui.FormFieldFactory
-
Packages that use FormFieldFactory Package Description com.vaadin.v7.ui -
-
Uses of FormFieldFactory in com.vaadin.v7.ui
Classes in com.vaadin.v7.ui that implement FormFieldFactory Modifier and Type Class Description classDefaultFieldFactoryDeprecated.Removed feature in 8.0Methods in com.vaadin.v7.ui that return FormFieldFactory Modifier and Type Method Description FormFieldFactoryForm. getFormFieldFactory()Deprecated.Get the field factory of the form.Methods in com.vaadin.v7.ui with parameters of type FormFieldFactory Modifier and Type Method Description voidForm. setFormFieldFactory(FormFieldFactory fieldFactory)Deprecated.Sets the field factory used by this Form to genarate Fields for properties.Constructors in com.vaadin.v7.ui with parameters of type FormFieldFactory Constructor Description Form(Layout formLayout, FormFieldFactory fieldFactory)Deprecated.Constructs a new form with givenLayoutandFormFieldFactory.
-