namespace sap.ui.mdc.condition.FilterConverter

Visiblity: restricted
Available since: N/A
Module: sap/ui/mdc/condition/FilterConverter
Application Component: CA-UI5-MDC

Utility to convert conditions of a ConditionModel into Filter


Nodes Overview

Node Description

Methods Overview

Method Description
sap.ui.mdc.condition.FilterConverter.createConditionTypesMapFromFilterBar

creates a map with the types of the conditions.

sap.ui.mdc.condition.FilterConverter.createFilters

Converts all conditions given in a oConditions map into a Filter object.

sap.ui.mdc.condition.FilterConverter.createConditionTypesMapFromFilterBar

creates a map with the types of the conditions.

Param Type DefaultValue Description
oConditions object

map of conditions

oFilterBar sap.ui.mdc.FilterBar

FilterBar control

sap.ui.mdc.condition.FilterConverter.createFilters

Converts all conditions given in a oConditions map into a Filter object.

Param Type DefaultValue Description
oConditions object

map of conditions

oConditionTypes object

map containing the types of the condition. Will be used to convert the values of a condition.

fConvert2FilterCallback function

callback function

bCaseSensitive boolean

If true, the filtering for search strings is case-sensitive