Uses of Class
org.vaadin.miki.superfields.object.ObjectField
Packages that use ObjectField
-
Uses of ObjectField in org.vaadin.miki.superfields.object
Methods in org.vaadin.miki.superfields.object that return ObjectFieldModifier and TypeMethodDescriptionfinal ObjectField<T>ObjectField.withComponentConfigurators(Collection<ComponentConfigurator<T>> configurators) ChainsaddComponentConfigurators(Collection)and returns itself.final ObjectField<T>ObjectField.withComponentConfigurators(ComponentConfigurator<T>... configurators) ChainsaddComponentConfigurators(ComponentConfigurator[])and returns itself.final ObjectField<T>ObjectField.withComponentGroupConfigurators(Collection<ComponentGroupConfigurator> configurators) ChainsaddComponentGroupConfigurators(Collection)and returns itself.final ObjectField<T>ObjectField.withComponentGroupConfigurators(ComponentGroupConfigurator... configurators) ChainsaddComponentGroupConfigurators(ComponentGroupConfigurator...)and returns itself.final ObjectField<T>ObjectField.withGroupLayoutProvider(PropertyGroupLayoutProvider provider) ChainssetGroupLayoutProvider(PropertyGroupLayoutProvider)and returns itself.final ObjectField<T>ObjectField.withPropertyComponentBuilder(PropertyComponentBuilder builder) ChainssetPropertyComponentBuilder(PropertyComponentBuilder)and returns itself.final ObjectField<T>ObjectField.withPropertyGroupingProvider(PropertyGroupingProvider provider) ChainssetPropertyGroupingProvider(PropertyGroupingProvider)and returns itself.final ObjectField<T>ObjectField.withPropertyProvider(PropertyProvider provider) ChainssetPropertyProvider(PropertyProvider)and returns itself. -
Uses of ObjectField in org.vaadin.miki.superfields.util.factory
Methods in org.vaadin.miki.superfields.util.factory that return ObjectFieldModifier and TypeMethodDescription<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.final <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 ObjectFieldModifier and TypeMethodDescriptionfinal <T> ObjectField<T>ObjectFieldFactory.configureObjectField(ObjectField<T> objectField) Configures a given object field.