Interface FieldBuilder<P>
-
- Type Parameters:
P- Value type of the property.
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface FieldBuilder<P> extends Serializable
Marker interface forSimplePropertyComponentBuilderfor objects that build individual components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.vaadin.flow.component.HasValue<?,P>buildPropertyField(Property<?,P> property)Builds a field for a given property.
-