Uses of Interface
com.vaadin.ui.FormFieldFactory
-
Packages that use FormFieldFactory Package Description com.vaadin.ui -
-
Uses of FormFieldFactory in com.vaadin.ui
Classes in com.vaadin.ui that implement FormFieldFactory Modifier and Type Class Description classDefaultFieldFactoryThis class contains a basic implementation for bothFormFieldFactoryandTableFieldFactory.Methods in com.vaadin.ui that return FormFieldFactory Modifier and Type Method Description FormFieldFactoryForm. getFormFieldFactory()Deprecated.Get the field factory of the form.Methods in com.vaadin.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.ui with parameters of type FormFieldFactory Constructor Description Form(Layout formLayout, FormFieldFactory fieldFactory)Deprecated.Constructs a new form with givenLayoutandFormFieldFactory.
-