diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-05-16 15:06:28 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-05-16 15:06:28 +0200 |
commit | a8ff23c5e58394c21e2e7c2a4880302b43b60dfd (patch) | |
tree | a60aebd31c74af04a88c9266513a12b49cb44612 /api/pl.treksoft.kvision.form.select/-simple-select-input/get-sn-attrs.html | |
parent | 8449ff519f3d853ca82c792dccf12d06fb09b627 (diff) | |
download | kvision-a8ff23c5e58394c21e2e7c2a4880302b43b60dfd.tar.gz kvision-a8ff23c5e58394c21e2e7c2a4880302b43b60dfd.tar.bz2 kvision-a8ff23c5e58394c21e2e7c2a4880302b43b60dfd.zip |
API documentation for KVision 0.0.36
Diffstat (limited to 'api/pl.treksoft.kvision.form.select/-simple-select-input/get-sn-attrs.html')
-rw-r--r-- | api/pl.treksoft.kvision.form.select/-simple-select-input/get-sn-attrs.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.form.select/-simple-select-input/get-sn-attrs.html b/api/pl.treksoft.kvision.form.select/-simple-select-input/get-sn-attrs.html new file mode 100644 index 00000000..724f20d7 --- /dev/null +++ b/api/pl.treksoft.kvision.form.select/-simple-select-input/get-sn-attrs.html @@ -0,0 +1,18 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>SimpleSelectInput.getSnAttrs - 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">SimpleSelectInput</a> / <a href="./get-sn-attrs.html">getSnAttrs</a><br/> +<br/> +<h1>getSnAttrs</h1> +<a name="pl.treksoft.kvision.form.select.SimpleSelectInput$getSnAttrs()"></a> +<code><span class="keyword">protected</span> <span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnAttrs</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/-widget/get-sn-attrs.html">Widget.getSnAttrs</a></p> +<p>Returns list of element attributes in the form of a List.</p> +<p><strong>Return</strong><br/> +list of element attributes</p> +</BODY> +</HTML> |