diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-03-05 08:46:18 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-03-05 08:46:18 +0100 |
commit | 70ed562ae730f65671defed6ed79d08d8126d467 (patch) | |
tree | a555b22df792fd20f7ddd2b780aa1eefd99d6e5e /api/pl.treksoft.kvision.table/-table/get-sn-class.html | |
parent | 2df0b602ee386577a6f3abff32aa78c3636fbf0a (diff) | |
download | kvision-70ed562ae730f65671defed6ed79d08d8126d467.tar.gz kvision-70ed562ae730f65671defed6ed79d08d8126d467.tar.bz2 kvision-70ed562ae730f65671defed6ed79d08d8126d467.zip |
API doc update
Diffstat (limited to 'api/pl.treksoft.kvision.table/-table/get-sn-class.html')
-rw-r--r-- | api/pl.treksoft.kvision.table/-table/get-sn-class.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.table/-table/get-sn-class.html b/api/pl.treksoft.kvision.table/-table/get-sn-class.html new file mode 100644 index 00000000..60b5664f --- /dev/null +++ b/api/pl.treksoft.kvision.table/-table/get-sn-class.html @@ -0,0 +1,18 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Table.getSnClass - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.table</a> / <a href="index.html">Table</a> / <a href="./get-sn-class.html">getSnClass</a><br/> +<br/> +<h1>getSnClass</h1> +<a name="pl.treksoft.kvision.table.Table$getSnClass()"></a> +<code><span class="keyword">protected</span> <span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnClass</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-bool-pair.html"><span class="identifier">StringBoolPair</span></a><span class="symbol">></span></code> +<p>Overrides <a href="../../pl.treksoft.kvision.core/-widget/get-sn-class.html">Widget.getSnClass</a></p> +<p>Returns list of CSS class names for current widget in the form of a List.</p> +<p><strong>Return</strong><br/> +list of CSS class names</p> +</BODY> +</HTML> |