/*! * 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. */ // Provides default renderer for control sap.m.Breadcrumbs sap.ui.define(["sap/m/Text"], function (Text) { "use strict"; /** * Breadcrumbs renderer. * @namespace */ var BreadcrumbsRenderer = {}; /** * 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.m.Breadcrumbs} oControl An object representation of the control that should be rendered */ BreadcrumbsRenderer.render = function (oRm, oControl) { var aControls = oControl._getControlsForBreadcrumbTrail(), oSelect = oControl._getSelect(); oRm.write("