From 70ed562ae730f65671defed6ed79d08d8126d467 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:46:18 +0100 Subject: API doc update --- api/pl.treksoft.kvision.core/-container/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/pl.treksoft.kvision.core/-container/index.html') diff --git a/api/pl.treksoft.kvision.core/-container/index.html b/api/pl.treksoft.kvision.core/-container/index.html index c61c23c2..91d8c6d0 100644 --- a/api/pl.treksoft.kvision.core/-container/index.html +++ b/api/pl.treksoft.kvision.core/-container/index.html @@ -168,7 +168,7 @@

DataContainer

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

A container class with support for observable data model.

-- cgit