Class OrFilter

java.lang.Object
com.vaadin.hilla.crud.filter.Filter
com.vaadin.hilla.crud.filter.OrFilter

public class OrFilter extends Filter
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 Details

    • OrFilter

      public OrFilter()
  • Method Details