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
sap.ui.comp.smartfield.ControlType.auto: string
The SmartField chooses the control.
sap.ui.comp.smartfield.ControlType.checkBox: string
The SmartField displays a check box.
sap.ui.comp.smartfield.ControlType.datePicker: string
The SmartField displays a date picker.
sap.ui.comp.smartfield.ControlType.dropDownList: string
The SmartField uses a drop down list box.
sap.ui.comp.smartfield.ControlType.input: string
The SmartField displays an input field.
sap.ui.comp.smartfield.ControlType.selection: string
The SmartField displays a sap.m.Selection.