enum sap.m.SplitAppMode

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

The mode of SplitContainer or SplitApp control to show/hide the master area.


Properties Overview

Node Description
sap.m.SplitAppMode.HideMode

Master area is hidden initially both in portrait and landscape.

Master area can be opened by clicking on the top left corner button or swiping right. Swipe is only enabled on mobile devices. Master will keep the open state when changing the orientation of the device.

sap.m.SplitAppMode.PopoverMode

Master will be shown inside a Popover when in portrait mode

sap.m.SplitAppMode.ShowHideMode

Master will automatically be hidden in portrait mode.

sap.m.SplitAppMode.StretchCompressMode

Master will always be shown but in a compressed version when in portrait mode.