public interface FieldGroupFieldFactory extends Serializable
| Modifier and Type | Method and Description |
|---|---|
<T extends Field> |
createField(Class<?> dataType,
Class<T> fieldType)
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 © 2022 Vaadin Ltd. All rights reserved.