Sha256: 2e15085f19bd25d965e2b5e8e802e54eee4cd31a52366eabba98c0e5e926f582

Contents?: true

Size: 779 Bytes

Versions: 3

Compression:

Stored size: 779 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(["sap/ui/core/Renderer","sap/m/ListBaseRenderer","sap/ui/layout/cssgrid/GridLayoutBase"],function(R,L,G){"use strict";var a=R.extend(L);a.renderContainerAttributes=function(r,c){r.addClass("sapFGridList");L.renderContainerAttributes.apply(this,arguments);};a.renderListStartAttributes=function(r,c){L.renderListStartAttributes.apply(this,arguments);this.renderGrid(r,c);};a.renderGrid=function(r,c){var g=c.getGridLayoutConfiguration();if(g){G.renderSingleGridLayout(r,g);}else{r.addClass("sapFGridListDefault");}if(c.isGrouped()){r.addClass("sapFGridListGroup");}};return a;});

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fiveapples-0.0.7 lib/openui5-runtime-1.60.23/resources/sap/f/GridListRenderer.js
fiveapples-0.0.6 lib/openui5-runtime-1.60.23/resources/sap/f/GridListRenderer.js
fiveapples-0.0.5 lib/openui5-runtime-1.60.23/resources/sap/f/GridListRenderer.js