enum sap.ui.mdc.enum.FieldDisplay

Visiblity: restricted
Available since: N/A
Module: sap/ui/mdc/enum/FieldDisplay
Application Component: CA-UI5-MDC

Defines the output of a Field or FilterField control.

For the Field control it defines how the value and additionalValue properties are formatted.

For the FilterField control it defines how key and description of equal conditions are formatted.


Properties Overview

Node Description
sap.ui.mdc.enum.FieldDisplay.Description

Only the description is displayed

sap.ui.mdc.enum.FieldDisplay.DescriptionValue

The description and the value (key) are displayed in the field. The value (key) is displayed after the description in brackets.

sap.ui.mdc.enum.FieldDisplay.Value

Only the value (key) is displayed

sap.ui.mdc.enum.FieldDisplay.ValueDescription

The value (key) and the description are displayed in the field. The description is displayed after the value (key) in brackets.