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