| Package | Description |
|---|---|
| org.vaadin.miki.superfields.object | |
| org.vaadin.miki.superfields.util.factory |
| Modifier and Type | Method and Description |
|---|---|
<T> ObjectField<T> |
ObjectFieldFactory.buildAndConfigureObjectField(Class<T> type)
Builds, configures, and repaints an
ObjectField for a given type, using instance provider from ObjectFieldFactory.getInstanceProvider(Class). |
<T> ObjectField<T> |
ObjectFieldFactory.buildAndConfigureObjectField(Class<T> type,
boolean repaint)
Builds, configures, and optionally repaints an
ObjectField for a given type, using instance provider from ObjectFieldFactory.getInstanceProvider(Class). |
<T> ObjectField<T> |
ObjectFieldFactory.buildAndConfigureObjectField(Class<T> type,
com.vaadin.flow.function.SerializableSupplier<T> newInstanceProvider)
Builds, configures, and repaints an
ObjectField for a given type using given instance provider. |
<T> ObjectField<T> |
ObjectFieldFactory.buildAndConfigureObjectField(Class<T> type,
com.vaadin.flow.function.SerializableSupplier<T> newInstanceProvider,
boolean repaint)
Builds, configures and optionally repaints an
ObjectField for a given type using given instance provider. |
<T> ObjectField<T> |
ObjectFieldFactory.configureObjectField(ObjectField<T> objectField)
Configures a given object field.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ObjectField<T> |
ObjectFieldFactory.configureObjectField(ObjectField<T> objectField)
Configures a given object field.
|
Copyright © 2023 Miki. All rights reserved.