Sha256: d8c9cf1a389d72d6bc1b95fb124a41cae603c9906480da96caea0cae656ddec0
Contents?: true
Size: 777 Bytes
Versions: 4
Compression:
Stored size: 777 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"; /** * SelectDialog renderer. * @namespace */ var SelectDialogRenderer = { }; /** * 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 */ SelectDialogRenderer.render = function (oRm, oControl) { }; return SelectDialogRenderer; }, /* bExport= */ true);
Version data entries
4 entries across 4 versions & 2 rubygems