tornadofx / tornadofx / javafx.scene.control.ListView / cellFragment

cellFragment

fun <T, F : ListCellFragment<T>> ListView<T>.cellFragment(scope: Scope = FX.defaultScope, fragment: KClass<F>): Unit