blob: dc8e8d97c4a1b74cf5a4a6e93f7f0b9438764732 (
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>RemoteSelect.getSnClass - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form.select</a> / <a href="index.html">RemoteSelect</a> / <a href="./get-sn-class.html">getSnClass</a><br/>
<br/>
<h1>getSnClass</h1>
<a name="pl.treksoft.kvision.form.select.RemoteSelect$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>
|