withSimpleRenderer

fun <E> Cell<ComboBox<E>>.withSimpleRenderer(toString: (E) -> String = { it.toString() }): Cell<ComboBox<E>>(source)

Sets an item renderer on the ComboBox in this Cell that renders a label displaying the mapping of an item using toString, and returns this.