From f23e74c2eb0cae2f6ce674881e86ab5d5659ad77 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 29 Jan 2019 23:41:38 +0100 Subject: API documentation for KVision 0.0.23 --- api/pl.treksoft.kvision.data/index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'api/pl.treksoft.kvision.data/index.html') diff --git a/api/pl.treksoft.kvision.data/index.html b/api/pl.treksoft.kvision.data/index.html index b3430917..e848b334 100644 --- a/api/pl.treksoft.kvision.data/index.html +++ b/api/pl.treksoft.kvision.data/index.html @@ -35,7 +35,7 @@

DataContainer

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

A container class with support for observable data model.

@@ -48,6 +48,15 @@

Interface for updatable container.

+ + +

SorterType

+ + +enum class SorterType +

Sorter types.

+ + -- cgit