Push Button
class PushButton(val label: Label, skin: PushButtonSkin = SkinProvider.skin.pushButton, handler: PushButton.() -> Unit? = null) : AbstractButton<PushButtonSkin>
Constructors
Link copied to clipboard
constructor(text: String = "", skin: PushButtonSkin = SkinProvider.skin.pushButton, handler: PushButton.() -> Unit? = null)
constructor(label: Label, skin: PushButtonSkin = SkinProvider.skin.pushButton, handler: PushButton.() -> 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