fun ButtonGroup.buttons(): Array<AbstractButton!>
Returns the buttons in this button group as a typed array. |
|
fun ButtonGroup.forEach(consumer: (AbstractButton) -> Unit): Unit
Executes a consumer for each button in a group. |
|
fun ButtonGroup.getValue(): String?
Returns the action command of the currently selected button, or |
|
fun ButtonGroup.setValue(value: Any?): Unit
Sets the currently selected button to the button with the given action command. |