T - Type of object used in ObjectField.@FunctionalInterface public interface ComponentConfigurator<T>
ObjectField<T>.
This means any configuration other than calling HasValue.setValue(Object), as that method is called by ObjectField automatically.| Modifier and Type | Method and Description |
|---|---|
void |
configureComponent(T object,
Property<T,?> definition,
com.vaadin.flow.component.HasValue<?,?> component)
Configures a given component.
|
void configureComponent(T object, Property<T,?> definition, com.vaadin.flow.component.HasValue<?,?> component)
HasValue.setValue(Object) on the given component.object - Object that is the source of the value shown in the ObjectField.definition - Property that the component corresponds to.component - Component used to display the value of the property (in definition) of the given object.Copyright © 2023 Miki. All rights reserved.