Interface CollectionLayoutProvider<C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents>
-
- Type Parameters:
C- Component provided by this object.
- 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 CollectionLayoutProvider<C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents> extends CollectionComponentProvider<C>
Interface for objects providing a layout for anyCollectionField.- Since:
- 2021-08-11
- Author:
- miki
-
-
Method Summary
-
Methods inherited from interface org.vaadin.miki.superfields.collections.CollectionComponentProvider
provideComponent
-
-