Package org.vaadin.miki.superfields.collections
package org.vaadin.miki.superfields.collections
-
ClassDescriptionCollectionComponentProvider<C extends com.vaadin.flow.component.Component>Catch-all interface for everything related to producing
Components for aCollectionField.Marker interface for all components that can control a collection.CollectionField<T,C extends Collection<T>> All-purpose field for editing and maintaining values that areCollections.CollectionLayoutProvider<C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents>Interface for objects providing a layout for anyCollectionField.CollectionValueComponentProvider<T,C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?, T>> Interface for objects providing a component capable of displaying a single element of aCollectionField.Marker interface for objects that have aCollectionValueComponentProvider.MapEntryField<K,V> A field for representing aMap.Entry.MapField<K,V> Basic field to support values that areMaps.WithCollectionElementFilterMixin<T,SELF extends HasCollectionElementFilter<T>> Mixin interface to allow chainingHasCollectionElementFilter.setCollectionElementFilter(SerializablePredicate).WithCollectionValueComponentProviderMixin<T,SELF extends HasCollectionValueComponentProvider<T>>