jfxListCell

fun <T> NodeManager.jfxListCell(): JFXListCell<T>

Add a JFXListCell to this manager.

Return

the control added.


inline fun <T> jfxListCell(configuration: JFXListCell<T>.() -> Unit): JFXListCell<T>

Create a JFXListCell with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun <T> NodeManager.jfxListCell(configuration: JFXListCell<T>.() -> Unit): JFXListCell<T>

Add a JFXListCell with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.