summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.data/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.data/index.html')
-rw-r--r--api/pl.treksoft.kvision.data/index.html54
1 files changed, 54 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.data/index.html b/api/pl.treksoft.kvision.data/index.html
new file mode 100644
index 00000000..b3430917
--- /dev/null
+++ b/api/pl.treksoft.kvision.data/index.html
@@ -0,0 +1,54 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>pl.treksoft.kvision.data - kvision</title>
+<link rel="stylesheet" href="../../style.css">
+</HEAD>
+<BODY>
+<a href="../index.html">kvision</a>&nbsp;/&nbsp;<a href="./index.html">pl.treksoft.kvision.data</a><br/>
+<br/>
+<h2>Package pl.treksoft.kvision.data</h2>
+<p>Base component and container class with data binding support for observable data model.</p>
+<h3>Types</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="-base-data-component/index.html">BaseDataComponent</a></p>
+</td>
+<td>
+<code><span class="keyword">abstract</span> <span class="keyword">class </span><span class="identifier">BaseDataComponent</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-data-component.html"><span class="identifier">DataComponent</span></a></code>
+<p>Base abstract class for creating observable data model.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="-data-component.html">DataComponent</a></p>
+</td>
+<td>
+<code><span class="keyword">interface </span><span class="identifier">DataComponent</span></code>
+<p>Base interface for observable data model.</p>
+</td>
+</tr>
+<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">&lt;</span><span class="identifier">M</span><span class="symbol">, </span><span class="identifier">C</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">&gt;</span>&nbsp;<span class="symbol">:</span>&nbsp;<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>
+<tr>
+<td>
+<p><a href="-data-updatable/index.html">DataUpdatable</a></p>
+</td>
+<td>
+<code><span class="keyword">interface </span><span class="identifier">DataUpdatable</span></code>
+<p>Interface for updatable container.</p>
+</td>
+</tr>
+</tbody>
+</table>
+</BODY>
+</HTML>