Enum sap.m.OverflowToolbarPriorityModule: sap/m/library
Defines the priorities of the controls within sap.m.OverflowToolbar
Since: 1.32.
Field Summary
sap.m.OverflowToolbarPriority.AlwaysOverflowAlwaysOverflow priority forces OverflowToolbar items to remain always in the overflow area
sap.m.OverflowToolbarPriority.DisappearDisappear priority OverflowToolbar items overflow before the items with higher priority such as Low and High priority items and remain hidden in the overflow area
sap.m.OverflowToolbarPriority.HighHigh priority OverflowToolbar items overflow after the items with lower priority
sap.m.OverflowToolbarPriority.LowLow priority OverflowToolbar items overflow before the items with higher priority such as High priority items
sap.m.OverflowToolbarPriority.NeverOverflowNeverOverflow priority forces OverflowToolbar items to remain always in the toolbar
Field Detail
sap.m.OverflowToolbarPriority.AlwaysOverflow: string
AlwaysOverflow priority forces OverflowToolbar items to remain always in the overflow area
sap.m.OverflowToolbarPriority.Disappear: string
Disappear priority OverflowToolbar items overflow before the items with higher priority such as Low and High priority items and remain hidden in the overflow area
sap.m.OverflowToolbarPriority.High: string
High priority OverflowToolbar items overflow after the items with lower priority