From d8cd67062b8de6e8398dc6dfd00d201200c82414 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 9 Feb 2018 13:40:35 +0100 Subject: API doc and readme --- docs/api/pl.treksoft.kvision.data/index.html | 54 ++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.data/index.html (limited to 'docs/api/pl.treksoft.kvision.data/index.html') diff --git a/docs/api/pl.treksoft.kvision.data/index.html b/docs/api/pl.treksoft.kvision.data/index.html new file mode 100644 index 00000000..6fc51941 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.data/index.html @@ -0,0 +1,54 @@ + + + +pl.treksoft.kvision.data - kvision + + + +kvision / pl.treksoft.kvision.data
+
+

Package pl.treksoft.kvision.data

+

Base component and container class with data binding support for observable data model.

+

Types

+ + + + + + + + + + + + + + + + + + + +
+

BaseDataComponent

+
+abstract class BaseDataComponent : DataComponent +

Base abstract class for creating observable data model.

+
+

DataComponent

+
+interface DataComponent +

Base interface for observable data model.

+
+

DataContainer

+
+class DataContainer<M : DataComponent, C : Component> : Widget, Container, DataUpdatable +

A container class with support for observable data model.

+
+

DataUpdatable

+
+interface DataUpdatable +

Interface for updatable container.

+
+ + -- cgit