Binder.forMemberField(HasValue) and
Binder.bindInstanceFields(Object) should be used instead.@Deprecated public interface FieldGroupFieldFactory extends Serializable
| Modifier and Type | Method and Description |
|---|---|
<T extends Field> |
createField(Class<?> dataType,
Class<T> fieldType)
Deprecated.
Creates a field based on the data type that we want to edit.
|
<T extends Field> T createField(Class<?> dataType, Class<T> fieldType)
dataType - The type that we want to edit using the fieldfieldType - The type of field we want to create. If set to Field
then any type of field is acceptedCopyright © 2019 Vaadin Ltd. All rights reserved.