enum sap.m.StringFilterOperator

Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-CTR

Types of string filter operators.


Properties Overview

Node Description
sap.m.StringFilterOperator.AnyWordStartsWith

Checks if any word in the text starts with the search string.

sap.m.StringFilterOperator.Contains

Checks if the text contains the search string.

sap.m.StringFilterOperator.Equals

Checks if the text is equal with the search string.

sap.m.StringFilterOperator.StartsWith

Checks if the text starts with the search string.