diff options
| author | Robert Jaros <rjaros@finn.pl> | 2018-12-23 01:32:27 +0100 |
|---|---|---|
| committer | Robert Jaros <rjaros@finn.pl> | 2018-12-23 01:32:27 +0100 |
| commit | a81c549e277d1a07e87cf8e2eecf89662deda323 (patch) | |
| tree | fd64e2f453094f7106bf97faa2833136e58327d4 /api/pl.treksoft.kvision.form.select/-select-input | |
| parent | cc229b215e07fa84d48c5754cdb6ba26fd678910 (diff) | |
| download | kvision-a81c549e277d1a07e87cf8e2eecf89662deda323.tar.gz kvision-a81c549e277d1a07e87cf8e2eecf89662deda323.tar.bz2 kvision-a81c549e277d1a07e87cf8e2eecf89662deda323.zip | |
API documentation for KVision 0.0.22
Diffstat (limited to 'api/pl.treksoft.kvision.form.select/-select-input')
| -rw-r--r-- | api/pl.treksoft.kvision.form.select/-select-input/index.html | 21 | ||||
| -rw-r--r-- | api/pl.treksoft.kvision.form.select/-select-input/refresh-select-input.html | 14 |
2 files changed, 35 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.form.select/-select-input/index.html b/api/pl.treksoft.kvision.form.select/-select-input/index.html index ed47854a..9a7497bb 100644 --- a/api/pl.treksoft.kvision.form.select/-select-input/index.html +++ b/api/pl.treksoft.kvision.form.select/-select-input/index.html @@ -232,6 +232,13 @@ </tr> <tr> <td> +<p><a href="refresh-select-input.html">refreshSelectInput</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">refreshSelectInput</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code></td> +</tr> +<tr> +<td> <p><a href="remove.html">remove</a></p> </td> <td> @@ -323,5 +330,19 @@ </tr> </tbody> </table> +<h3>Inheritors</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="../-remote-select-input/index.html">RemoteSelectInput</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">RemoteSelectInput</span><span class="symbol"><</span><span class="identifier">T</span> <span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">></span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">SelectInput</span></a></code> +<p>The Select control connected to the multiplatform service.</p> +</td> +</tr> +</tbody> +</table> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.form.select/-select-input/refresh-select-input.html b/api/pl.treksoft.kvision.form.select/-select-input/refresh-select-input.html new file mode 100644 index 00000000..959ab1ee --- /dev/null +++ b/api/pl.treksoft.kvision.form.select/-select-input/refresh-select-input.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>SelectInput.refreshSelectInput - 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">SelectInput</a> / <a href="./refresh-select-input.html">refreshSelectInput</a><br/> +<br/> +<h1>refreshSelectInput</h1> +<a name="pl.treksoft.kvision.form.select.SelectInput$refreshSelectInput()"></a> +<code><span class="keyword">protected</span> <span class="keyword">fun </span><span class="identifier">refreshSelectInput</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +</BODY> +</HTML> |
