FormPanel

constructor(method: FormMethod? = null, action: String? = null, enctype: FormEnctype? = null, type: FormType? = null, condensed: Boolean = false, horizRatio: FormHorizontalRatio = FormHorizontalRatio.RATIO_2, className: String? = null, serializer: <Error class: unknown class><K>? = null, customSerializers: Map<KClass<*>, <Error class: unknown class><out <Error class: unknown class>>>? = null)

Parameters

K

model class type

method

HTTP method

action

the URL address to send data

enctype

form encoding type

type

form layout

condensed

determines if the form is condensed.

horizRatio

horizontal form layout ratio

className

set of CSS class names

serializer

a serializer for model type

customSerializers

a map of custom serializers for model type