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

Package pl.treksoft.kvision.data

-

Base component and container class with data binding support for observable data model.

-

Types

- - - - - - - - - - - - - - - - - - - -
-

BaseDataComponent

-
-abstract class BaseDataComponent : DataComponent -

Base abstract class for creating observable data model.

-
-

DataComponent

-
-interface DataComponent -

Base interface for observable data model.

-
-

DataContainer

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

A container class with support for observable data model.

-
-

DataUpdatable

-
-interface DataUpdatable -

Interface for updatable container.

-
- - -- cgit