jfxListView

fun <T> NodeManager.jfxListView(): JFXListView<T>

Add a JFXListView to this manager.

Return

the control added.


inline fun <T> jfxListView(configuration: JFXListView<T>.() -> Unit): JFXListView<T>

Create a JFXListView with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun <T> NodeManager.jfxListView(configuration: JFXListView<T>.() -> Unit): JFXListView<T>

Add a JFXListView with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.