Radio Button Group
A RadioButtonGroup is a specialization of a Group that will enforce that only one RadioButton is selected in it at all times.
Functions
addComponent
Link copied to clipboard
addComponents
Link copied to clipboard
open fun addComponents(vararg components: Builder<RadioButton>): List<AttachedComponent>
Content copied to clipboard
abstract fun addComponents(vararg components: RadioButton): List<AttachedComponent>
Content copied to clipboard
Properties
disabledProperty
Link copied to clipboard
hiddenProperty
Link copied to clipboard
isDisabled
Link copied to clipboard
selectedButton
Link copied to clipboard
selectedButtonProperty
Link copied to clipboard
theme
Link copied to clipboard
themeProperty
Link copied to clipboard
tileset
Link copied to clipboard
tilesetProperty
Link copied to clipboard
Inheritors
DefaultRadioButtonGroup
Link copied to clipboard
Sources
(source)
Link copied to clipboard