Enum sap.m.SplitAppModeModule: sap/m/library


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

Field Summary
sap.m.SplitAppMode.HideModeMaster area is hidden initially both in portrait and landscape.
sap.m.SplitAppMode.PopoverModeMaster will be shown inside a Popover when in portrait mode
sap.m.SplitAppMode.ShowHideModeMaster will automatically be hidden in portrait mode.
sap.m.SplitAppMode.StretchCompressModeMaster will always be shown but in a compressed version when in portrait mode.
Field Detail
sap.m.SplitAppMode.HideMode: string
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: string
Master will be shown inside a Popover when in portrait mode
sap.m.SplitAppMode.ShowHideMode: string
Master will automatically be hidden in portrait mode.
sap.m.SplitAppMode.StretchCompressMode: string
Master will always be shown but in a compressed version when in portrait mode.