Package | Description |
---|---|
com.vaadin.ui |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFieldFactory
This class contains a basic implementation for both
FormFieldFactory
and TableFieldFactory . |
Modifier and Type | Method and Description |
---|---|
FormFieldFactory |
Form.getFormFieldFactory()
Deprecated.
Get the field factory of the form.
|
Modifier and Type | Method and Description |
---|---|
void |
Form.setFormFieldFactory(FormFieldFactory fieldFactory)
Deprecated.
Sets the field factory used by this Form to genarate Fields for
properties.
|
Constructor and Description |
---|
Form(Layout formLayout,
FormFieldFactory fieldFactory)
Deprecated.
Constructs a new form with given
Layout and
FormFieldFactory . |
Copyright © 2019 Vaadin Ltd. All rights reserved.