Sha256: 23eb16d331c1ee72fb490c4043b8ab979e47b220e2f23d21bb7f015927260edc
Contents?: true
Size: 809 Bytes
Versions: 4
Compression:
Stored size: 809 Bytes
Contents
/*! * 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"; /** * ViewSettingsDialogRenderer renderer. * @namespace */ var ViewSettingsDialogRenderer = { }; /** * 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} oControl an object representation of the control that should be rendered */ ViewSettingsDialogRenderer.render = function (oRm, oControl) { }; return ViewSettingsDialogRenderer; }, /* bExport= */ true);
Version data entries
4 entries across 4 versions & 2 rubygems