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.idOnlyShows the ID only.
sap.ui.comp.smartfield.DisplayBehaviour.OnOffShows Boolean value as On/Off
sap.ui.comp.smartfield.DisplayBehaviour.TrueFalseShows Boolean value as True/False
sap.ui.comp.smartfield.DisplayBehaviour.YesNoShows Boolean value as Yes/No
Field Detail
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.