Uses of Class
org.vaadin.miki.superfields.object.ObjectField
-
Packages that use ObjectField Package Description org.vaadin.miki.superfields.object org.vaadin.miki.superfields.util.factory -
-
Uses of ObjectField in org.vaadin.miki.superfields.object
-
Uses of ObjectField in org.vaadin.miki.superfields.util.factory
Methods in org.vaadin.miki.superfields.util.factory that return ObjectField Modifier and Type Method Description <T> ObjectField<T>ObjectFieldFactory. buildAndConfigureObjectField(Class<T> type)Builds, configures, and repaints anObjectFieldfor a given type, using instance provider fromObjectFieldFactory.getInstanceProvider(Class).<T> ObjectField<T>ObjectFieldFactory. buildAndConfigureObjectField(Class<T> type, boolean repaint)Builds, configures, and optionally repaints anObjectFieldfor a given type, using instance provider fromObjectFieldFactory.getInstanceProvider(Class).<T> ObjectField<T>ObjectFieldFactory. buildAndConfigureObjectField(Class<T> type, com.vaadin.flow.function.SerializableSupplier<T> newInstanceProvider)Builds, configures, and repaints anObjectFieldfor 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 anObjectFieldfor a given type using given instance provider.<T> ObjectField<T>ObjectFieldFactory. configureObjectField(ObjectField<T> objectField)Configures a given object field.Methods in org.vaadin.miki.superfields.util.factory with parameters of type ObjectField Modifier and Type Method Description <T> ObjectField<T>ObjectFieldFactory. configureObjectField(ObjectField<T> objectField)Configures a given object field.
-