diff options
author | Robert Jaros <rjaros@finn.pl> | 2020-03-13 01:05:20 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2020-03-13 01:05:20 +0100 |
commit | 0365722f8549ee93918be99da1b9f901cf0b2c8d (patch) | |
tree | 01624b829e0d11c122070dacab6e7b1bf90325a8 /api/pl.treksoft.kvision.remote/-remote-sorter | |
parent | 4ffe1bee99a55e985bb71dacff3839263cb4316f (diff) | |
download | kvision-0365722f8549ee93918be99da1b9f901cf0b2c8d.tar.gz kvision-0365722f8549ee93918be99da1b9f901cf0b2c8d.tar.bz2 kvision-0365722f8549ee93918be99da1b9f901cf0b2c8d.zip |
API documentation for KVision 3.5.2
Diffstat (limited to 'api/pl.treksoft.kvision.remote/-remote-sorter')
4 files changed, 89 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.remote/-remote-sorter/-init-.html b/api/pl.treksoft.kvision.remote/-remote-sorter/-init-.html new file mode 100644 index 00000000..de8e52ad --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-remote-sorter/-init-.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>RemoteSorter.<init> - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.remote</a> / <a href="index.html">RemoteSorter</a> / <a href="./-init-.html"><init></a><br/> +<br/> +<h1><init></h1> +(js) <a name="pl.treksoft.kvision.remote.RemoteSorter$<init>(kotlin.String, kotlin.String)"></a> +<code><span class="identifier">RemoteSorter</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.RemoteSorter$<init>(kotlin.String, kotlin.String)/field">field</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.RemoteSorter$<init>(kotlin.String, kotlin.String)/dir">dir</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.remote/-remote-sorter/dir.html b/api/pl.treksoft.kvision.remote/-remote-sorter/dir.html new file mode 100644 index 00000000..28a8ba13 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-remote-sorter/dir.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>RemoteSorter.dir - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.remote</a> / <a href="index.html">RemoteSorter</a> / <a href="./dir.html">dir</a><br/> +<br/> +<h1>dir</h1> +(js) <a name="pl.treksoft.kvision.remote.RemoteSorter$dir"></a> +<code><span class="keyword">val </span><span class="identifier">dir</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.remote/-remote-sorter/field.html b/api/pl.treksoft.kvision.remote/-remote-sorter/field.html new file mode 100644 index 00000000..18b8a7d6 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-remote-sorter/field.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>RemoteSorter.field - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.remote</a> / <a href="index.html">RemoteSorter</a> / <a href="./field.html">field</a><br/> +<br/> +<h1>field</h1> +(js) <a name="pl.treksoft.kvision.remote.RemoteSorter$field"></a> +<code><span class="keyword">val </span><span class="identifier">field</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.remote/-remote-sorter/index.html b/api/pl.treksoft.kvision.remote/-remote-sorter/index.html new file mode 100644 index 00000000..d433990d --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-remote-sorter/index.html @@ -0,0 +1,47 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>RemoteSorter - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.remote</a> / <a href="./index.html">RemoteSorter</a><br/> +<br/> +<h1>RemoteSorter</h1> +(js) <code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">RemoteSorter</span></code> +<h3>Constructors</h3> +<table> +<tbody> +<tr> +<td> +(js) +<h4><a href="-init-.html"><init></a></h4> +</td> +<td> +<code><span class="identifier">RemoteSorter</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.RemoteSorter$<init>(kotlin.String, kotlin.String)/field">field</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.RemoteSorter$<init>(kotlin.String, kotlin.String)/dir">dir</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span></code></td> +</tr> +</tbody> +</table> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +(js) +<h4><a href="dir.html">dir</a></h4> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">dir</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +<tr> +<td> +(js) +<h4><a href="field.html">field</a></h4> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">field</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |