interface sap.m.IOverflowToolbarContent

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

Interface for controls which can have special behavior inside sap.m.OverflowToolbar. Controls that implement this interface must provide a getOverflowToolbarConfig method that accepts no arguments and returns an object with the following fields:

Important: In addition, the control can implement a CSS class, scoped with the .sapMOverflowToolbarMenu-CTX context selector, that will be applied whenever the control is inside the overflow menu. For example, to make your control take up the whole width of the overflow menu, you can add a context class to your control's base CSS file like this:

      .sapMOverflowToolbarMenu-CTX .sapMyControlClass {
      	width: 100%;
      }
  


Events Overview

Event Description