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

comboBox

fun HasComponents.comboBox(caption: String? = null, vararg options: Any, onValueChange: (ValueChangeEvent) -> Unit = {}, init: ComboBox.() -> Unit = {}): <ERROR CLASS>
fun HasComponents.comboBox(caption: String? = null, options: Collection<Any> = emptyList(), onValueChange: (ValueChangeEvent) -> Unit = {}, init: ComboBox.() -> Unit = {}): ComboBox
fun HasComponents.comboBox(caption: String? = null, dataSource: Container, onValueChange: (ValueChangeEvent) -> Unit = {}, init: ComboBox.() -> Unit = {}): ComboBox