implements |
BackedEnum |
|---|
Whether a sap.m.FlexBox / sap.m.VBox wraps its items onto
multiple lines.
| Cases | |
|---|---|
NoWrap = 'NoWrap'
Items are kept on a single line (default).
Items are kept on a single line (default). |
# |
Wrap = 'Wrap'
Items wrap onto multiple lines from top to bottom.
Items wrap onto multiple lines from top to bottom. |
# |
WrapReverse = 'WrapReverse'
Items wrap onto multiple lines from bottom to top.
Items wrap onto multiple lines from bottom to top. |
# |