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 class
DefaultFieldFactory
This class contains a basic implementation for bothFormFieldFactory
andTableFieldFactory
.Methods in com.vaadin.ui that return FormFieldFactory Modifier and Type Method Description FormFieldFactory
Form. getFormFieldFactory()
Deprecated.Get the field factory of the form.Methods in com.vaadin.ui with parameters of type FormFieldFactory Modifier and Type Method Description void
Form. 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 givenLayout
andFormFieldFactory
.
-