kaadin-core / ch.frankel.kaadin / com.vaadin.ui.HasComponents / slider

slider

fun HasComponents.slider(caption: String? = null, min: Int, max: Int, resolution: Int, init: Slider.() -> Unit = {}): <ERROR CLASS>
fun HasComponents.slider(caption: String? = null, min: Double, max: Double, init: Slider.() -> Unit = {}): <ERROR CLASS>