Interface CollectionValueComponentProvider<T,C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,T>>
- Type Parameters:
T- Type of data to display.C- Type of generated component. Not the same as theCinCollectionField.
- All Superinterfaces:
CollectionComponentProvider<C>,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 CollectionValueComponentProvider<T,C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,T>>
extends CollectionComponentProvider<C>
Interface for objects providing a component capable of displaying a single element of a
CollectionField.
It enforces the generated component to implement HasValue.- Since:
- 2021-09-10
- Author:
- miki
-
Method Summary
Methods inherited from interface org.vaadin.miki.superfields.collections.CollectionComponentProvider
provideComponent