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 --- api/pl.treksoft.kvision.form/-form/-init-.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 api/pl.treksoft.kvision.form/-form/-init-.html (limited to 'api/pl.treksoft.kvision.form/-form/-init-.html') diff --git a/api/pl.treksoft.kvision.form/-form/-init-.html b/api/pl.treksoft.kvision.form/-form/-init-.html new file mode 100644 index 00000000..b703eeca --- /dev/null +++ b/api/pl.treksoft.kvision.form/-form/-init-.html @@ -0,0 +1,24 @@ + + + +Form.<init> - kvision + + + +kvision / pl.treksoft.kvision.form / Form / <init>
+
+

<init>

+ +Form(panel: FormPanel<K>? = null, modelFactory: (Map<String, Any?>) -> K) +

Creates a form with a given modelFactory function

+

Parameters

+

+K - model class type

+

+panel - optional instance of FormPanel

+

+modelFactory - function transforming a Map<String, Any?> to a data model of class K

+

Constructor
+Creates a form with a given modelFactory function

+ + -- cgit