enum sap.m.FlexRendertype

Control sample: sap.m.FlexRendertype
Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-CTR

Determines the type of HTML elements used for rendering controls.


Properties Overview

Node Description
sap.m.FlexRendertype.Bare

The UI5 controls are not wrapped in an additional HTML element, the surrounding Flex Box is a DIV element.

sap.m.FlexRendertype.Div

The UI5 controls are wrapped in DIV elements.

sap.m.FlexRendertype.List

The UI5 controls are wrapped in LI elements, the surrounding Flex Box is an unordered list (UL).