class sap.m.IBarInPageEnabler

Control sample: sap.m.IBarInPageEnabler
Visiblity: protected
UX Guidelines:
Implements:
Available since: N/A
Extends:
Module: sap/m/BarInPageEnabler
Application Component: CA-UI5-CTR

Helper Class for implementing the IBar interface. Should be created once per IBar instance.


Constructor

new sap.m.IBarInPageEnabler()

Methods Overview

Method Description
sap.m.IBarInPageEnabler.addChildClassTo

Adds the sapMBarChildClass to a control.

sap.m.IBarInPageEnabler.renderTooltip

Renders the tooltip for the given control

sap.m.IBarInPageEnabler.addChildClassTo

Adds the sapMBarChildClass to a control.

Param Type DefaultValue Description
oControl sap.ui.core.Control

The sap.ui.core.Control to which the sapMBarChildClass will be added

sap.m.IBarInPageEnabler.renderTooltip

Renders the tooltip for the given control

Param Type DefaultValue Description
oRM sap.ui.core.RenderManager

the RenderManager that can be used for writing to the render output buffer.

oControl sap.ui.core.Control

an object representation of the control that should be rendered.