Enum sap.ui.comp.smartfield.DisplayBehaviourModule: sap/ui/comp/library


The different options to define display behavior for the value help of a SmartField control.

Field Summary
sap.ui.comp.smartfield.DisplayBehaviour.autoThe SmartField chooses the display behavior.
sap.ui.comp.smartfield.DisplayBehaviour.descriptionAndIdDescription and ID are displayed for available values.
sap.ui.comp.smartfield.DisplayBehaviour.descriptionOnlyOnly the description of the available values is displayed.
sap.ui.comp.smartfield.DisplayBehaviour.idAndDescriptionID and description are displayed for available values.
sap.ui.comp.smartfield.DisplayBehaviour.TrueFalseShows Boolean value as True/False
Field Detail
sap.ui.comp.smartfield.DisplayBehaviour.auto: string
The SmartField chooses the display behavior.
sap.ui.comp.smartfield.DisplayBehaviour.descriptionAndId: string
Description and ID are displayed for available values.
sap.ui.comp.smartfield.DisplayBehaviour.descriptionOnly: string
Only the description of the available values is displayed.
sap.ui.comp.smartfield.DisplayBehaviour.idAndDescription: string
ID and description are displayed for available values.
sap.ui.comp.smartfield.DisplayBehaviour.idOnly: string
Shows the ID only.
sap.ui.comp.smartfield.DisplayBehaviour.OnOff: string
Shows Boolean value as On/Off
sap.ui.comp.smartfield.DisplayBehaviour.TrueFalse: string
Shows Boolean value as True/False
sap.ui.comp.smartfield.DisplayBehaviour.YesNo: string
Shows Boolean value as Yes/No