public interface WithCollectionElementFilterMixin<T,SELF extends HasCollectionElementFilter<T>> extends HasCollectionElementFilter<T>
HasCollectionElementFilter.setCollectionElementFilter(SerializablePredicate).| Modifier and Type | Method and Description |
|---|---|
default SELF |
withCollectionElementFilter(com.vaadin.flow.function.SerializablePredicate<T> valueFilter)
Chains
HasCollectionElementFilter.setCollectionElementFilter(SerializablePredicate) and returns itself. |
getCollectionElementFilter, setCollectionElementFilterdefault SELF withCollectionElementFilter(com.vaadin.flow.function.SerializablePredicate<T> valueFilter)
HasCollectionElementFilter.setCollectionElementFilter(SerializablePredicate) and returns itself.valueFilter - Filter to use.Copyright © 2024 Miki. All rights reserved.