Enum sap.m.PlacementTypeModule: sap/m/library
Types for the placement of popover control.
Field Summary
sap.m.PlacementType.AutoPopover will be placed automatically at the reference control.
sap.m.PlacementType.BottomPopover will be placed at the bottom of the reference control.
sap.m.PlacementType.HorizontalPopover will be placed at the right or left side of the reference control.
sap.m.PlacementType.HorizontalPreferredLeftPopover 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.HorizontalPreferredRightPopover 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.LeftPopover will be placed at the left side of the reference control.
sap.m.PlacementType.PreferredBottomOrFlipPopover will be placed to the bottom of the reference control.
sap.m.PlacementType.PreferredLeftOrFlipPopover will be placed to the left of the reference control.
sap.m.PlacementType.PreferredRightOrFlipPopover will be placed to the right of the reference control.
sap.m.PlacementType.PreferredTopOrFlipPopover will be placed to the top of the reference control.
sap.m.PlacementType.RightPopover will be placed at the right side of the reference control.
sap.m.PlacementType.TopPopover will be placed at the top of the reference control.
sap.m.PlacementType.VerticalPopover will be placed at the top or bottom of the reference control.
sap.m.PlacementType.VerticalPreferredBottomPopover 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.VerticalPreferredTopPopover 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.
sap.m.PlacementType.HorizontalPreferedLeftDeprecated - use
sap.m.PlacementType.HorizontalPreferredLeft
type.sap.m.PlacementType.HorizontalPreferedRightDeprecated - use
sap.m.PlacementType.HorizontalPreferredRight
type.sap.m.PlacementType.VerticalPreferedBottomDeprecated - use
sap.m.PlacementType.VerticalPreferredBottom
type.sap.m.PlacementType.VerticalPreferedTopDeprecated - use
sap.m.PlacementType.VerticalPreferredTop
type.Field Detail
sap.m.PlacementType.Horizontal: string
Popover will be placed at the right or left side of the reference control.
sap.m.PlacementType.HorizontalPreferredLeft: string
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.
- Since:
- 1.36
sap.m.PlacementType.HorizontalPreferredRight: string
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.
- Since:
- 1.36
sap.m.PlacementType.PreferredBottomOrFlip: string
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.
- Since:
- 1.38
sap.m.PlacementType.PreferredLeftOrFlip: string
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.
- Since:
- 1.38
sap.m.PlacementType.PreferredRightOrFlip: string
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.
- Since:
- 1.38
sap.m.PlacementType.PreferredTopOrFlip: string
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.
- Since:
- 1.38
sap.m.PlacementType.Right: string
Popover will be placed at the right side of the reference control.
sap.m.PlacementType.Vertical: string
Popover will be placed at the top or bottom of the reference control.
sap.m.PlacementType.VerticalPreferredBottom: string
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.
- Since:
- 1.36
sap.m.PlacementType.VerticalPreferredTop: string
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.
- Since:
- 1.36
sap.m.PlacementType.HorizontalPreferedLeft: string
Deprecated - use
sap.m.PlacementType.HorizontalPreferredLeft
type. - Deprecated:
- Since version 1.36. Instead, use
sap.m.PlacementType.HorizontalPreferredLeft
type.
- Since:
- 1.29
sap.m.PlacementType.HorizontalPreferedRight: string
Deprecated - use
sap.m.PlacementType.HorizontalPreferredRight
type. - Deprecated:
- Since version 1.36. Instead, use
sap.m.PlacementType.HorizontalPreferredRight
type.
- Since:
- 1.29