Enum sap.ui.comp.smartfield.ControlTypeModule: sap/ui/comp/library
The available control types to configure the internal control selection of a SmartField control.
Field Summary
sap.ui.comp.smartfield.ControlType.autoThe SmartField chooses the control.
sap.ui.comp.smartfield.ControlType.checkBoxThe SmartField displays a check box.
sap.ui.comp.smartfield.ControlType.datePickerThe SmartField displays a date picker.
sap.ui.comp.smartfield.ControlType.dropDownListThe SmartField uses a drop down list box.
sap.ui.comp.smartfield.ControlType.inputThe SmartField displays an input field.
sap.ui.comp.smartfield.ControlType.selectionThe SmartField displays a
sap.m.Selection
.Field Detail