enum sap.m.OverflowToolbarPriority

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

Defines the priorities of the controls within sap.m.OverflowToolbar.


Properties Overview

Node Description
sap.m.OverflowToolbarPriority.Always

Deprecated - Use sap.m.OverflowToolbarPriority.AlwaysOverflow instead
Deprecated as of version 1.48

sap.m.OverflowToolbarPriority.AlwaysOverflow

Forces OverflowToolbar items to remain always in the overflow area.

sap.m.OverflowToolbarPriority.Disappear

Items with priority Disappear overflow before the items with higher priority, such as Low and High, and remain hidden in the overflow area.

sap.m.OverflowToolbarPriority.High

Items with priority High overflow after the items with lower priority.

sap.m.OverflowToolbarPriority.Low

Items with priority Low overflow before the items with higher priority, such as High priority items.

sap.m.OverflowToolbarPriority.Never

Deprecated - Use sap.m.OverflowToolbarPriority.NeverOverflow instead.
Deprecated as of version 1.48

sap.m.OverflowToolbarPriority.NeverOverflow

Forces OverflowToolbar items to remain always in the toolbar.