SingleControlRenderer

class SingleControlRenderer(component: FormControlComponent) : ControlRenderer

This implementation of a ControlRenderer is meant for controls that offer a single control field, like an inputField or a selectField, which have only the one label, that the form control adds.

Constructors

Link copied to clipboard
fun SingleControlRenderer(component: FormControlComponent)

Functions

Link copied to clipboard
open override fun render(    styling: BoxParams.() -> Unit,     baseClass: StyleClass,     id: String?,     prefix: String,     context: RenderContext,     control: RenderContext.() -> RenderContext)