Enum sap.ui.comp.smartfield.ControlContextTypeModule: sap/ui/comp/library


Enumeration of the different contexts supported by the SmartField, if it is using an OData model.

Field Summary
sap.ui.comp.smartfield.ControlContextType.FormBehaves currently exactly like sap.ui.comp.smartfield.ControlContextType.None.
sap.ui.comp.smartfield.ControlContextType.NoneNo special context is selected.
sap.ui.comp.smartfield.ControlContextType.SmartFormGridIf this is selected the UoM layout is influenced.
sap.ui.comp.smartfield.ControlContextType.TableIf this is selected the UoM layout is influenced.
Field Detail
sap.ui.comp.smartfield.ControlContextType.Form: string
Behaves currently exactly like sap.ui.comp.smartfield.ControlContextType.None.
sap.ui.comp.smartfield.ControlContextType.None: string
No special context is selected. The Smart Field applies its internal defaults.
sap.ui.comp.smartfield.ControlContextType.ResponsiveTable: string
Also the UoM layout is influenced.
sap.ui.comp.smartfield.ControlContextType.SmartFormGrid: string
If this is selected the UoM layout is influenced.
sap.ui.comp.smartfield.ControlContextType.Table: string
If this is selected the UoM layout is influenced.