From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-data-updatable/index.html | 54 ++++++++++++++++++++++ .../-data-updatable/update.html | 14 ++++++ 2 files changed, 68 insertions(+) create mode 100644 api1/pl.treksoft.kvision.data/-data-updatable/index.html create mode 100644 api1/pl.treksoft.kvision.data/-data-updatable/update.html (limited to 'api1/pl.treksoft.kvision.data/-data-updatable') diff --git a/api1/pl.treksoft.kvision.data/-data-updatable/index.html b/api1/pl.treksoft.kvision.data/-data-updatable/index.html new file mode 100644 index 00000000..2ca84c1c --- /dev/null +++ b/api1/pl.treksoft.kvision.data/-data-updatable/index.html @@ -0,0 +1,54 @@ + + + +DataUpdatable - kvision + + + +kvision / pl.treksoft.kvision.data / DataUpdatable
+
+

DataUpdatable

+interface DataUpdatable +

Interface for updatable container.

+

Functions

+ + + + + + + +
+

update

+
+abstract fun update(): Unit
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+

Inheritors

+ + + + + + + +
+

DataContainer

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

A container class with support for mutable/observable data model.

+
+ + diff --git a/api1/pl.treksoft.kvision.data/-data-updatable/update.html b/api1/pl.treksoft.kvision.data/-data-updatable/update.html new file mode 100644 index 00000000..bafc1ca3 --- /dev/null +++ b/api1/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