enum sap.ui.comp.smartfield.ControlType

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

The available control types to configure the internal control selection of a SmartField control.


Properties Overview

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

The SmartField control chooses the control to be displayed.

sap.ui.comp.smartfield.ControlType.checkBox

The SmartField control displays a check box control.

sap.ui.comp.smartfield.ControlType.datePicker

The SmartField control displays a date picker control.

sap.ui.comp.smartfield.ControlType.dropDownList

The SmartField control displays a combo box control.

sap.ui.comp.smartfield.ControlType.input

The SmartField control displays a text input field control.

sap.ui.comp.smartfield.ControlType.selection

The SmartField control displays a select control.