diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-03-05 08:45:25 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-03-05 08:45:26 +0100 |
commit | f3c9d405382dd81d426c7eab1f6390ec8e6dad00 (patch) | |
tree | 2913cb1e5818e91119221c93f9a997a3f10a52c0 /docs/api/pl.treksoft.kvision.data/-data-updatable | |
parent | 726751c145b33f82e024787fa7aafcc861712712 (diff) | |
download | kvision-f3c9d405382dd81d426c7eab1f6390ec8e6dad00.tar.gz kvision-f3c9d405382dd81d426c7eab1f6390ec8e6dad00.tar.bz2 kvision-f3c9d405382dd81d426c7eab1f6390ec8e6dad00.zip |
Documentation update.
Diffstat (limited to 'docs/api/pl.treksoft.kvision.data/-data-updatable')
-rw-r--r-- | docs/api/pl.treksoft.kvision.data/-data-updatable/index.html | 40 | ||||
-rw-r--r-- | docs/api/pl.treksoft.kvision.data/-data-updatable/update.html | 14 |
2 files changed, 0 insertions, 54 deletions
diff --git a/docs/api/pl.treksoft.kvision.data/-data-updatable/index.html b/docs/api/pl.treksoft.kvision.data/-data-updatable/index.html deleted file mode 100644 index 98f45f1b..00000000 --- a/docs/api/pl.treksoft.kvision.data/-data-updatable/index.html +++ /dev/null @@ -1,40 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>DataUpdatable - kvision</title> -<link rel="stylesheet" href="../../../style.css"> -</HEAD> -<BODY> -<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.data</a> / <a href="./index.html">DataUpdatable</a><br/> -<br/> -<h1>DataUpdatable</h1> -<code><span class="keyword">interface </span><span class="identifier">DataUpdatable</span></code> -<p>Interface for updatable container.</p> -<h3>Functions</h3> -<table> -<tbody> -<tr> -<td> -<p><a href="update.html">update</a></p> -</td> -<td> -<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">update</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> -</tbody> -</table> -<h3>Inheritors</h3> -<table> -<tbody> -<tr> -<td> -<p><a href="../-data-container/index.html">DataContainer</a></p> -</td> -<td> -<code><span class="keyword">class </span><span class="identifier">DataContainer</span><span class="symbol"><</span><span class="identifier">M</span> <span class="symbol">:</span> <a href="../-data-component.html"><span class="identifier">DataComponent</span></a><span class="symbol">, </span><span class="identifier">C</span> <span class="symbol">:</span> <a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">></span> <span class="symbol">:</span> <a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a><span class="symbol">, </span><a href="../../pl.treksoft.kvision.core/-container/index.html"><span class="identifier">Container</span></a><span class="symbol">, </span><a href="./index.html"><span class="identifier">DataUpdatable</span></a></code> -<p>A container class with support for observable data model.</p> -</td> -</tr> -</tbody> -</table> -</BODY> -</HTML> diff --git a/docs/api/pl.treksoft.kvision.data/-data-updatable/update.html b/docs/api/pl.treksoft.kvision.data/-data-updatable/update.html deleted file mode 100644 index bafc1ca3..00000000 --- a/docs/api/pl.treksoft.kvision.data/-data-updatable/update.html +++ /dev/null @@ -1,14 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>DataUpdatable.update - kvision</title> -<link rel="stylesheet" href="../../../style.css"> -</HEAD> -<BODY> -<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.data</a> / <a href="index.html">DataUpdatable</a> / <a href="./update.html">update</a><br/> -<br/> -<h1>update</h1> -<a name="pl.treksoft.kvision.data.DataUpdatable$update()"></a> -<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">update</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> |