/*! * UI development toolkit for HTML5 (OpenUI5) * (c) Copyright 2009-2018 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ sap.ui.define([], function() { "use strict"; /** * ObjectIdentifier renderer. * @namespace */ var ObjectIdentifierRenderer = {}; /** * Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}. * * @param {sap.ui.core.RenderManager} * oRm The RenderManager that can be used for writing to the render * output buffer * @param {sap.ui.core.Control} * oOI An object representation of the control that should be * rendered */ ObjectIdentifierRenderer.render = function(oRm, oOI) { var sTooltip; // Return immediately if control is invisible if (!oOI.getVisible()) { return; } // write the HTML into the render manager oRm.write("