jfxRadioButton
Add a JFXRadioButton to this container.
Return
the control added.
inline fun jfxRadioButton(text: String? = null, configuration: JFXRadioButton.() -> Unit): JFXRadioButton
Create a JFXRadioButton with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.jfxRadioButton(text: String? = null, configuration: JFXRadioButton.() -> Unit): JFXRadioButton
inline fun ToggleButtonContainer.jfxRadioButton(text: String? = null, configuration: JFXRadioButton.() -> Unit): JFXRadioButton
Add a JFXRadioButton with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.