@FunctionalInterface public interface PropertyComponentBuilder extends Serializable
| Modifier and Type | Method and Description |
|---|---|
<P,C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,P>> |
buildPropertyField(Property<?,P> property)
Builds a component for a given property.
|
<P,C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,P>> Optional<C> buildPropertyField(Property<?,P> property)
P - Type of the value of the property.C - Component to be returned.property - Property to build a component for.Copyright © 2023 Miki. All rights reserved.