enum sap.m.PlacementType

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

Types for the placement of Popover control.


Properties Overview

Node Description
sap.m.PlacementType.Auto

Popover will be placed automatically at the reference control.

sap.m.PlacementType.Bottom

Popover will be placed at the bottom of the reference control.

sap.m.PlacementType.Horizontal

Popover will be placed at the right or left side of the reference control.

sap.m.PlacementType.HorizontalPreferedLeft

Deprecated - use sap.m.PlacementType.HorizontalPreferredLeft type.
Deprecated as of version 1.36. Instead, use sap.m.PlacementType.HorizontalPreferredLeft type.

sap.m.PlacementType.HorizontalPreferedRight

Deprecated - use sap.m.PlacementType.HorizontalPreferredRight type.
Deprecated as of version 1.36. Instead, use sap.m.PlacementType.HorizontalPreferredRight type.

sap.m.PlacementType.HorizontalPreferredLeft

Popover will be placed at the right or left side of the reference control but will try to position on the left side if the space is greater than the Popover's width.

sap.m.PlacementType.HorizontalPreferredRight

Popover will be placed at the right or left side of the reference control but will try to position on the right side if the space is greater than the Popover's width.

sap.m.PlacementType.Left

Popover will be placed at the left side of the reference control.

sap.m.PlacementType.PreferredBottomOrFlip

Popover will be placed to the bottom of the reference control. If the available space is less than the Popover's height, it will appear to the top of the same reference control bottom border.

sap.m.PlacementType.PreferredLeftOrFlip

Popover will be placed to the left of the reference control. If the available space is less than the Popover's width, it will appear to the right of the same reference control left border.

sap.m.PlacementType.PreferredRightOrFlip

Popover will be placed to the right of the reference control. If the available space is less than the Popover's width, it will appear to the left of the same reference control right border.

sap.m.PlacementType.PreferredTopOrFlip

Popover will be placed to the top of the reference control. If the available space is less than the Popover's height, it will appear to the bottom of the same reference control top border.

sap.m.PlacementType.Right

Popover will be placed at the right side of the reference control.

sap.m.PlacementType.Top

Popover will be placed at the top of the reference control.

sap.m.PlacementType.Vertical

Popover will be placed at the top or bottom of the reference control.

sap.m.PlacementType.VerticalPreferedBottom

Deprecated - use sap.m.PlacementType.VerticalPreferredBottom type.
Deprecated as of version 1.36. Instead, use sap.m.PlacementType.VerticalPreferredBottom type.

sap.m.PlacementType.VerticalPreferedTop

Deprecated - use sap.m.PlacementType.VerticalPreferredTop type.
Deprecated as of version 1.36. Instead, use sap.m.PlacementType.VerticalPreferredTop type.

sap.m.PlacementType.VerticalPreferredBottom

Popover will be placed at the top or bottom of the reference control but will try to position on the bottom side if the space is greater than the Popover's height.

sap.m.PlacementType.VerticalPreferredTop

Popover will be placed at the top or bottom of the reference control but will try to position on the top side if the space is greater than the Popover's height.