blob: 7cc9dc49e9b34ce12bdf3477b210f8d255e7ca46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>GridPanel.getSnStyle - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.panel</a> / <a href="index.html">GridPanel</a> / <a href="./get-sn-style.html">getSnStyle</a><br/>
<br/>
<h1>getSnStyle</h1>
<a name="pl.treksoft.kvision.panel.GridPanel$getSnStyle()"></a>
<code><span class="keyword">protected</span> <span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnStyle</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.core/-string-pair.html"><span class="identifier">StringPair</span></a><span class="symbol">></span></code>
<p>Overrides <a href="../../pl.treksoft.kvision.core/-styled-component/get-sn-style.html">StyledComponent.getSnStyle</a></p>
<p>Returns the list of String pairs defining CSS style attributes and their values.</p>
<p><strong>Return</strong><br/>
the list of attributes and their values</p>
</BODY>
</HTML>
|