From 415afec335659ca6bc206b34bdd3c2fe4635718f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 1 Mar 2018 15:19:44 +0100 Subject: KVision site with Jekyll --- .../-data-container/-init-.html | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create 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 new file mode 100644 index 00000000..0abb803f --- /dev/null +++ b/api/pl.treksoft.kvision.data/-data-container/-init-.html @@ -0,0 +1,30 @@ + + + +DataContainer.<init> - kvision + + + +kvision / pl.treksoft.kvision.data / DataContainer / <init>
+
+

<init>

+ +DataContainer(model: ObservableList<M>, binding: (Int) -> C, child: Container = VPanel(), init: DataContainer<M, C>.() -> Unit = null) +

Creates DataContainer bound to given data model.

+

Parameters

+

+M - base data model type

+

+C - base component type

+

+model - data model of type ObservableList

+

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

+

+child - internal container (defaults to VPanel)

+

+init - an initializer extension function

+

Constructor
+Creates DataContainer bound to given data model.

+ + -- cgit