jfxChip

fun <T> NodeManager.jfxChip(view: JFXChipView<T>, item: T): JFXChip<T>

Add a JFXChip to this manager.

Return

the control added.


inline fun <T> jfxChip(view: JFXChipView<T>, item: T, configuration: JFXChip<T>.() -> Unit): JFXChip<T>

Create a JFXChip with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun <T> NodeManager.jfxChip(view: JFXChipView<T>, item: T, configuration: JFXChip<T>.() -> Unit): JFXChip<T>

Add a JFXChip with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.