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-container/-init-.html | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 api/pl.treksoft.kvision.data/-data-container/-init-.html (limited to 'api/pl.treksoft.kvision.data/-data-container/-init-.html') diff --git a/api/pl.treksoft.kvision.data/-data-container/-init-.html b/api/pl.treksoft.kvision.data/-data-container/-init-.html deleted file mode 100644 index 5fc34642..00000000 --- a/api/pl.treksoft.kvision.data/-data-container/-init-.html +++ /dev/null @@ -1,34 +0,0 @@ - - - -DataContainer.<init> - kvision - - - -kvision / pl.treksoft.kvision.data / DataContainer / <init>
-
-

<init>

- -DataContainer(model: ObservableList<M>, factory: (Int, M) -> C, filter: (Int, M) -> Boolean = null, mapping: (List<Pair<Int, M>>) -> List<Pair<Int, M>> = null, container: Container = VPanel(), init: DataContainer<M, C>.() -> Unit = null) -

Creates DataContainer bound to given data model.

-

Parameters

-

-M - data model type

-

-C - visual component type

-

-model - data model of type ObservableList

-

-factory - a function which creates component C from data model at given index

-

-filter - a filtering function

-

-mapping - a mapping function

-

-container - internal container (defaults to VPanel)

-

-init - an initializer extension function

-

Constructor
-Creates DataContainer bound to given data model.

- - -- cgit