jfxListCell

inline fun <T> NodeContainer.jfxListCell(): JFXListCell<T>

Add a JFXListCell to this container.

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> NodeContainer.jfxListCell(configuration: JFXListCell<T>.() -> Unit): JFXListCell<T>

Add a JFXListCell with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.