implements |
BackedEnum |
|---|
The HTML element a sap.m.FlexBox / sap.m.VBox renders into.
| Cases | |
|---|---|
Bare = 'Bare'
The FlexBox renders no wrapper element of its own.
The FlexBox renders no wrapper element of its own. |
# |
Div = 'Div'
The FlexBox renders as a `<div>` (default).
The FlexBox renders as a |
# |
List = 'List'
The FlexBox renders as a `<ul>` with each item wrapped in a `<li>`.
The FlexBox renders as a |
# |