enum sap.ui.comp.smartfilterbar.DisplayBehaviour

Visiblity: public
Available since: N/A
Module: sap/ui/comp/library
Application Component: CA-UI5-CMP

The different options to define display behavior for fields in the SmartFilter control.


Properties Overview

Node Description
sap.ui.comp.smartfilterbar.DisplayBehaviour.auto

Shows values based on metadata.

sap.ui.comp.smartfilterbar.DisplayBehaviour.descriptionAndId

Shows description and then an id in values.

sap.ui.comp.smartfilterbar.DisplayBehaviour.descriptionOnly

Shows only the description for values.

sap.ui.comp.smartfilterbar.DisplayBehaviour.idAndDescription

Shows id and then a description in values.

sap.ui.comp.smartfilterbar.DisplayBehaviour.idOnly

Shows only the id for values.