jfxChip
Add a JFXChip to this container.
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> NodeContainer.jfxChip(view: JFXChipView<T>, item: T, configuration: JFXChip<T>.() -> Unit): JFXChip<T>
Add a JFXChip with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.