public interface HasCollectionElementFilter<T>
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.function.SerializablePredicate<T> |
getCollectionElementFilter()
Returns current value filter.
|
void |
setCollectionElementFilter(com.vaadin.flow.function.SerializablePredicate<T> collectionElementFilter)
Sets a value filter.
|
void setCollectionElementFilter(com.vaadin.flow.function.SerializablePredicate<T> collectionElementFilter)
collectionElementFilter - Value filter to use.com.vaadin.flow.function.SerializablePredicate<T> getCollectionElementFilter()
null filter.Copyright © 2023 Miki. All rights reserved.