From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- .../-data-updatable/index.html | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.data/-data-updatable/index.html (limited to 'docs/api/pl.treksoft.kvision.data/-data-updatable/index.html') diff --git a/docs/api/pl.treksoft.kvision.data/-data-updatable/index.html b/docs/api/pl.treksoft.kvision.data/-data-updatable/index.html deleted file mode 100644 index 98f45f1b..00000000 --- a/docs/api/pl.treksoft.kvision.data/-data-updatable/index.html +++ /dev/null @@ -1,40 +0,0 @@ - - - -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.

-
- - -- cgit