namespace sap/ui/model/FilterProcessor

Visiblity: public
Available since: N/A
Module: sap/ui/model/FilterProcessor
Application Component:

Helper class for processing of filter objects


Nodes Overview

Node Description

Methods Overview

Method Description
module:sap/ui/model/FilterProcessor.groupFilters

Groups filters according to their path and combines filters on the same path using "OR" and filters on different paths using "AND", all multi-filters contained are ANDed.

module:sap/ui/model/FilterProcessor.groupFilters

Groups filters according to their path and combines filters on the same path using "OR" and filters on different paths using "AND", all multi-filters contained are ANDed.

Param Type DefaultValue Description
aFilters sap.ui.model.Filter[]

the filters to be grouped