FormPanel(method: FormMethod? = null, action: String? = null, enctype: FormEnctype? = null, type: FormType? = null, classes: Set<String> = setOf(), modelFactory: (Map<String, Any?>) -> K)
action
- the URL address to send data
classes
- set of CSS class names
modelFactory
- function transforming a Map<String, Any?> to a data model of class K
Constructor