SelectButtonBase

abstract class SelectButtonBase(text: String, graphic: Node?) : ButtonBase

A ButtonBase which can be selected, and when it is selected, it appears pressed.

Concrete implementations are ToggleButton, RadioButton and PropertyToggleButton.

Inheritors

Constructors

Link copied to clipboard
constructor(text: String, graphic: Node?)

Properties

Link copied to clipboard
abstract val selected: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
open override fun performAction()