diff options
Diffstat (limited to 'api/kvision/pl.treksoft.kvision.panel/-grid-wrapper/get-sn-style.html')
-rw-r--r-- | api/kvision/pl.treksoft.kvision.panel/-grid-wrapper/get-sn-style.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/api/kvision/pl.treksoft.kvision.panel/-grid-wrapper/get-sn-style.html b/api/kvision/pl.treksoft.kvision.panel/-grid-wrapper/get-sn-style.html new file mode 100644 index 00000000..a4a3f150 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.panel/-grid-wrapper/get-sn-style.html @@ -0,0 +1,18 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>GridWrapper.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">GridWrapper</a> / <a href="./get-sn-style.html">getSnStyle</a><br/> +<br/> +<h1>getSnStyle</h1> +<a name="pl.treksoft.kvision.panel.GridWrapper$getSnStyle()"></a> +<code><span class="keyword">protected</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> |