Enum sap.m.BarDesignModule: sap/m/library


Types of the Bar design


Since: 1.20.
Field Summary
sap.m.BarDesign.AutoThe Bar can be inserted into other controls and if the design is "Auto" then it inherits the design from parent control.
sap.m.BarDesign.FooterThe bar will be styled like a footer of the page.
sap.m.BarDesign.HeaderThe bar will be styled like a header of the page.
sap.m.BarDesign.SubHeaderThe bar will be styled like a subheader of the page.
Field Detail
sap.m.BarDesign.Auto: string
The Bar can be inserted into other controls and if the design is "Auto" then it inherits the design from parent control.
sap.m.BarDesign.Footer: string
The bar will be styled like a footer of the page.
sap.m.BarDesign.Header: string
The bar will be styled like a header of the page.
sap.m.BarDesign.SubHeader: string
The bar will be styled like a subheader of the page.