kvision / pl.treksoft.kvision.form / FormPanel / <init>

<init>

FormPanel(method: FormMethod? = null, action: String? = null, enctype: FormEnctype? = null, type: FormType? = null, classes: Set<String> = setOf(), modelFactory: (Map<String, Any?>) -> K)

Parameters

K - model class type

method - HTTP method

action - the URL address to send data

enctype - form encoding type

type - form layout

classes - set of CSS class names

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

Constructor