Utility to convert conditions of a ConditionModel into Filter
Node | Description |
---|
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. |
creates a map with the types of the conditions.
Param | Type | DefaultValue | Description |
---|---|---|---|
oConditions | object |
map of conditions |
|
oFilterBar | sap.ui.mdc.FilterBar |
|
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 |