|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormFieldFactory | |
|---|---|
| com.vaadin.ui | |
| Uses of FormFieldFactory in com.vaadin.ui |
|---|
| Subinterfaces of FormFieldFactory in com.vaadin.ui | |
|---|---|
interface |
FieldFactory
Deprecated. FieldFactory was split into two lighter interfaces in 6.0 Use FormFieldFactory or TableFieldFactory or both instead. |
| Classes in com.vaadin.ui that implement FormFieldFactory | |
|---|---|
class |
BaseFieldFactory
Deprecated. use DefaultFieldFactory or own implementations on
FormFieldFactory or TableFieldFactory instead. |
class |
DefaultFieldFactory
This class contains a basic implementation for both FormFieldFactory
and TableFieldFactory. |
| Methods in com.vaadin.ui that return FormFieldFactory | |
|---|---|
FormFieldFactory |
Form.getFormFieldFactory()
Get the field factory of the form. |
| Methods in com.vaadin.ui with parameters of type FormFieldFactory | |
|---|---|
void |
Form.setFormFieldFactory(FormFieldFactory fieldFactory)
Sets the field factory used by this Form to genarate Fields for properties. |
| Constructors in com.vaadin.ui with parameters of type FormFieldFactory | |
|---|---|
Form(Layout formLayout,
FormFieldFactory fieldFactory)
Constructs a new form with given Layout and
FormFieldFactory. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||