jfxChipView

fun <T> NodeManager.jfxChipView(): JFXChipView<T>

Add a JFXChipView to this manager.

Return

the control added.


inline fun <T> jfxChipView(configuration: JFXChipView<T>.() -> Unit): JFXChipView<T>

Create a JFXChipView with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun <T> NodeManager.jfxChipView(configuration: JFXChipView<T>.() -> Unit): JFXChipView<T>

Add a JFXChipView with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.