From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-data-updatable/index.html | 25 ++++++---------------- .../-data-updatable/update.html | 2 +- 2 files changed, 7 insertions(+), 20 deletions(-) (limited to 'api/pl.treksoft.kvision.data/-data-updatable') diff --git a/api/pl.treksoft.kvision.data/-data-updatable/index.html b/api/pl.treksoft.kvision.data/-data-updatable/index.html index 2ca84c1c..2bc6deb1 100644 --- a/api/pl.treksoft.kvision.data/-data-updatable/index.html +++ b/api/pl.treksoft.kvision.data/-data-updatable/index.html @@ -8,45 +8,32 @@ kvision / pl.treksoft.kvision.data / DataUpdatable

DataUpdatable

-interface DataUpdatable +(js) interface DataUpdatable

Interface for updatable container.

Functions

-

update

+(js) +

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

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

DataContainer

+(js) +

DataContainer

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

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

-
diff --git a/api/pl.treksoft.kvision.data/-data-updatable/update.html b/api/pl.treksoft.kvision.data/-data-updatable/update.html index bafc1ca3..e5587f57 100644 --- a/api/pl.treksoft.kvision.data/-data-updatable/update.html +++ b/api/pl.treksoft.kvision.data/-data-updatable/update.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.data / DataUpdatable / update

update

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