| Package | Description |
|---|---|
| com.vaadin.v7.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFieldFactory
Deprecated.
Removed feature in 8.0
|
| 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.