openpss / com.hendraanggrian.openpss.control / StretchableCheckBox

StretchableCheckBox

@DefaultProperty("graphic") class StretchableCheckBox : JFXCheckBox, StretchableLabeled

Constructors

<init>

StretchableCheckBox(stretchPoint: Double = -1.0, stretchableText: String? = null)

Inherited Properties

stretchPoint

open var stretchPoint: Double

stretchableText

open var stretchableText: String?

Functions

stretchPointProperty

fun stretchPointProperty(): DoubleProperty

stretchableTextProperty

fun stretchableTextProperty(): StringProperty

Inherited Functions

initialize

open fun initialize(): Unit