jfxDefaultChip
Add a JFXDefaultChip to this container.
Return
the control added.
inline fun <T> jfxDefaultChip(view: JFXChipView<T>, item: T, configuration: JFXDefaultChip<T>.() -> Unit): JFXDefaultChip<T>
Create a JFXDefaultChip with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun <T> NodeContainer.jfxDefaultChip(view: JFXChipView<T>, item: T, configuration: JFXDefaultChip<T>.() -> Unit): JFXDefaultChip<T>
Add a JFXDefaultChip with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.