enum sap.ui.comp.smartfield.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 the value help of a SmartField control.


Properties Overview

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

The SmartField chooses the display behavior.

sap.ui.comp.smartfield.DisplayBehaviour.descriptionAndId

Description and ID are displayed for available values.

sap.ui.comp.smartfield.DisplayBehaviour.descriptionOnly

Only the description of the available values is displayed.

sap.ui.comp.smartfield.DisplayBehaviour.idAndDescription

ID and description are displayed for available values.

sap.ui.comp.smartfield.DisplayBehaviour.idOnly

Shows the ID only.

sap.ui.comp.smartfield.DisplayBehaviour.OnOff

Shows Boolean value as On/Off

sap.ui.comp.smartfield.DisplayBehaviour.TrueFalse

Shows Boolean value as True/False

sap.ui.comp.smartfield.DisplayBehaviour.YesNo

Shows Boolean value as Yes/No