diff options
| author | Robert Jaros <rjaros@finn.pl> | 2019-01-29 23:41:38 +0100 |
|---|---|---|
| committer | Robert Jaros <rjaros@finn.pl> | 2019-01-29 23:41:38 +0100 |
| commit | f23e74c2eb0cae2f6ce674881e86ab5d5659ad77 (patch) | |
| tree | f10995bb0d1179c65829b5e175e7b1de8dbe834e /api/pl.treksoft.kvision.data/index.html | |
| parent | a81c549e277d1a07e87cf8e2eecf89662deda323 (diff) | |
| download | kvision-f23e74c2eb0cae2f6ce674881e86ab5d5659ad77.tar.gz kvision-f23e74c2eb0cae2f6ce674881e86ab5d5659ad77.tar.bz2 kvision-f23e74c2eb0cae2f6ce674881e86ab5d5659ad77.zip | |
API documentation for KVision 0.0.23
Diffstat (limited to 'api/pl.treksoft.kvision.data/index.html')
| -rw-r--r-- | api/pl.treksoft.kvision.data/index.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/api/pl.treksoft.kvision.data/index.html b/api/pl.treksoft.kvision.data/index.html index b3430917..e848b334 100644 --- a/api/pl.treksoft.kvision.data/index.html +++ b/api/pl.treksoft.kvision.data/index.html @@ -35,7 +35,7 @@ <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><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="-data-updatable/index.html"><span class="identifier">DataUpdatable</span></a></code> +<code><span class="keyword">class </span><span class="identifier">DataContainer</span><span class="symbol"><</span><span class="identifier">M</span><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="identifier">CONT</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.core/-container/index.html"><span class="identifier">Container</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="-data-updatable/index.html"><span class="identifier">DataUpdatable</span></a></code> <p>A container class with support for observable data model.</p> </td> </tr> @@ -48,6 +48,15 @@ <p>Interface for updatable container.</p> </td> </tr> +<tr> +<td> +<p><a href="-sorter-type/index.html">SorterType</a></p> +</td> +<td> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">SorterType</span></code> +<p>Sorter types.</p> +</td> +</tr> </tbody> </table> </BODY> |
