Check Box
class CheckBox(val label: Label, isChecked: Boolean = true, skin: CheckButtonSkin = SkinProvider.skin.checkButton, handler: CheckBox.() -> Unit? = null) : AbstractButton<CheckButtonSkin>
Constructors
Link copied to clipboard
constructor(text: String = "", isChecked: Boolean = true, skin: CheckButtonSkin = SkinProvider.skin.checkButton, handler: CheckBox.() -> Unit? = null)
constructor(label: String, property: KMutableProperty0<Boolean>, skin: CheckButtonSkin = SkinProvider.skin.checkButton)
constructor(label: Label, isChecked: Boolean = true, skin: CheckButtonSkin = SkinProvider.skin.checkButton, handler: CheckBox.() -> Unit? = null)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <CustomButton : AbstractButton<*>> CustomButton.setListener(handler: CustomButton.() -> Unit? = null): CustomButton
Link copied to clipboard
Link copied to clipboard