diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-03-17 01:38:43 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-03-17 01:38:43 +0100 |
commit | 5c87c4a52e95c942c413324e21034a52fff0ccb3 (patch) | |
tree | f1428d11a37ea4504d8caa897c876e7650e2206d /api/pl.treksoft.kvision.core | |
parent | e992f3f13ec46cad15cc7d6982e64ffc7223eb9a (diff) | |
download | kvision-5c87c4a52e95c942c413324e21034a52fff0ccb3.tar.gz kvision-5c87c4a52e95c942c413324e21034a52fff0ccb3.tar.bz2 kvision-5c87c4a52e95c942c413324e21034a52fff0ccb3.zip |
API Documentation for KVision 0.0.30
Diffstat (limited to 'api/pl.treksoft.kvision.core')
-rw-r--r-- | api/pl.treksoft.kvision.core/-widget/index.html | 16 | ||||
-rw-r--r-- | api/pl.treksoft.kvision.core/-widget/single-render.html | 14 |
2 files changed, 30 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.core/-widget/index.html b/api/pl.treksoft.kvision.core/-widget/index.html index 3329b0a8..c0b16629 100644 --- a/api/pl.treksoft.kvision.core/-widget/index.html +++ b/api/pl.treksoft.kvision.core/-widget/index.html @@ -874,6 +874,13 @@ </tr> <tr> <td> +<p><a href="single-render.html">singleRender</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span> <span class="identifier">singleRender</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$singleRender(kotlin.Function0((pl.treksoft.kvision.core.Widget.singleRender.T)))/block">block</span><span class="symbol">:</span> <span class="symbol">(</span><span class="symbol">)</span> <span class="symbol">-></span> <a href="single-render.html#T"><span class="identifier">T</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="single-render.html#T"><span class="identifier">T</span></a></code></td> +</tr> +<tr> +<td> <p><a href="toggle-visible.html">toggleVisible</a></p> </td> <td> @@ -1064,6 +1071,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.redux/-state-binding/index.html">StateBinding</a></p> +</td> +<td> +<code><span class="keyword">class </span><span class="identifier">StateBinding</span><span class="symbol"><</span><span class="identifier">S</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="identifier">A</span><span class="symbol">, </span><span class="identifier">CONT</span> <span class="symbol">:</span> <a href="../-container/index.html"><span class="identifier">Container</span></a><span class="symbol">></span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Widget</span></a></code> +<p>A class which binds the redux store with the given container.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.form.upload/-upload-input/index.html">UploadInput</a></p> </td> <td> diff --git a/api/pl.treksoft.kvision.core/-widget/single-render.html b/api/pl.treksoft.kvision.core/-widget/single-render.html new file mode 100644 index 00000000..a038d282 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-widget/single-render.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Widget.singleRender - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Widget</a> / <a href="./single-render.html">singleRender</a><br/> +<br/> +<h1>singleRender</h1> +<a name="pl.treksoft.kvision.core.Widget$singleRender(kotlin.Function0((pl.treksoft.kvision.core.Widget.singleRender.T)))"></a> +<code><span class="keyword">protected</span> <span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span> <span class="identifier">singleRender</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$singleRender(kotlin.Function0((pl.treksoft.kvision.core.Widget.singleRender.T)))/block">block</span><span class="symbol">:</span> <span class="symbol">(</span><span class="symbol">)</span> <span class="symbol">-></span> <a href="single-render.html#T"><span class="identifier">T</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="single-render.html#T"><span class="identifier">T</span></a></code> +</BODY> +</HTML> |