Enum sap.ui.commons.RowRepeaterDesignModule: sap/ui/commons/library
Determines the visual design of a RowRepeater.
Field Summary
sap.ui.commons.RowRepeaterDesign.BareShellThe RowRepeater will be displayed without header, toolbar or footer.
sap.ui.commons.RowRepeaterDesign.StandardThe RowRepeater header and footer elements, as well as the row container background, appear solid.
sap.ui.commons.RowRepeaterDesign.TransparentThe RowRepeater header and footer elements, as well as the row container background, appear transparent.
Field Detail
sap.ui.commons.RowRepeaterDesign.BareShell: string
The RowRepeater will be displayed without header, toolbar or footer. Background will be transparent.