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 --- .../-data-updatable/index.html | 40 ++++++++++++++++++++++ .../-data-updatable/update.html | 14 ++++++++ 2 files changed, 54 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.data/-data-updatable/index.html create mode 100644 docs/api/pl.treksoft.kvision.data/-data-updatable/update.html (limited to 'docs/api/pl.treksoft.kvision.data/-data-updatable') diff --git a/docs/api/pl.treksoft.kvision.data/-data-updatable/index.html b/docs/api/pl.treksoft.kvision.data/-data-updatable/index.html new file mode 100644 index 00000000..98f45f1b --- /dev/null +++ b/docs/api/pl.treksoft.kvision.data/-data-updatable/index.html @@ -0,0 +1,40 @@ + + + +DataUpdatable - kvision + + + +kvision / pl.treksoft.kvision.data / DataUpdatable
+
+

DataUpdatable

+interface DataUpdatable +

Interface for updatable container.

+

Functions

+ + + + + + + +
+

update

+
+abstract fun update(): Unit
+

Inheritors

+ + + + + + + +
+

DataContainer

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

A container class with support for observable data model.

+
+ + diff --git a/docs/api/pl.treksoft.kvision.data/-data-updatable/update.html b/docs/api/pl.treksoft.kvision.data/-data-updatable/update.html new file mode 100644 index 00000000..bafc1ca3 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.data/-data-updatable/update.html @@ -0,0 +1,14 @@ + + + +DataUpdatable.update - kvision + + + +kvision / pl.treksoft.kvision.data / DataUpdatable / update
+
+

update

+ +abstract fun update(): Unit + + -- cgit