Helper Class for implementing the IBar interface. Should be created once per IBar instance.
Method | Description |
---|---|
sap.m.IBarInPageEnabler.addChildClassTo |
Adds the sapMBarChildClass to a control. |
sap.m.IBarInPageEnabler.renderTooltip |
Renders the tooltip for the given control |
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 |
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. |