From 7c2850063697f94a0d8b8d8f8588136dd4b3d05e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 21 Oct 2018 23:59:34 +0200 Subject: API documentation for KVision 0.0.19 --- .../-data-updatable/index.html | 40 ---------------------- .../-data-updatable/update.html | 14 -------- 2 files changed, 54 deletions(-) delete mode 100644 api/pl.treksoft.kvision.data/-data-updatable/index.html delete mode 100644 api/pl.treksoft.kvision.data/-data-updatable/update.html (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 deleted file mode 100644 index d1c815ce..00000000 --- a/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, C : Component> : Widget, Container, DataUpdatable -

A container class with support for 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 deleted file mode 100644 index bafc1ca3..00000000 --- a/api/pl.treksoft.kvision.data/-data-updatable/update.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -DataUpdatable.update - kvision - - - -kvision / pl.treksoft.kvision.data / DataUpdatable / update
-
-

update

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