Enum sap.m.ToolbarDesignModule: sap/m/library


Types of the Toolbar Design.


Since: 1.16.8.
Field Summary
sap.m.ToolbarDesign.AutoThe toolbar can be inserted into other controls and if the design is "Auto" then it inherits the design from parent control.
sap.m.ToolbarDesign.InfoThe toolbar appears smaller than the regular size to show information(e.g: text, icon).
sap.m.ToolbarDesign.SolidThe toolbar has a solid background.
sap.m.ToolbarDesign.TransparentThe toolbar and its content will be displayed transparent.
Field Detail
sap.m.ToolbarDesign.Auto: string
The toolbar can be inserted into other controls and if the design is "Auto" then it inherits the design from parent control.
sap.m.ToolbarDesign.Info: string
The toolbar appears smaller than the regular size to show information(e.g: text, icon).
sap.m.ToolbarDesign.Solid: string
The toolbar has a solid background. Its content will be rendered in a standard way.
Since:
1.22
sap.m.ToolbarDesign.Transparent: string
The toolbar and its content will be displayed transparent.