Uses of Interface
org.vaadin.miki.superfields.collections.HasCollectionElementFilter
Packages that use HasCollectionElementFilter
-
Uses of HasCollectionElementFilter in org.vaadin.miki.superfields.collections
Classes in org.vaadin.miki.superfields.collections with type parameters of type HasCollectionElementFilterModifier and TypeInterfaceDescriptioninterfaceWithCollectionElementFilterMixin<T,SELF extends HasCollectionElementFilter<T>> Mixin interface to allow chainingsetCollectionElementFilter(SerializablePredicate).Subinterfaces of HasCollectionElementFilter in org.vaadin.miki.superfields.collectionsModifier and TypeInterfaceDescriptioninterfaceWithCollectionElementFilterMixin<T,SELF extends HasCollectionElementFilter<T>> Mixin interface to allow chainingsetCollectionElementFilter(SerializablePredicate).Classes in org.vaadin.miki.superfields.collections that implement HasCollectionElementFilterModifier and TypeClassDescriptionclassCollectionField<T,C extends Collection<T>> All-purpose field for editing and maintaining values that areCollections.classMapField<K,V> Basic field to support values that areMaps.