Package com.vaadin.hilla.crud.filter
Class OrFilter
java.lang.Object
com.vaadin.hilla.crud.filter.Filter
com.vaadin.hilla.crud.filter.OrFilter
A filter that requires at least one of its children to pass.
Custom filter implementations need to handle this filter by running all child filters and verifying that at least one of them passes.
-
Constructor Summary
Constructors -
Method Summary