tornadofx / tornadofx / javafx.scene.control.ListView / cellFormat

cellFormat

fun <T> ListView<T>.cellFormat(scope: Scope = FX.defaultScope, formatter: ListCell<T>.(T) -> Unit): Unit