openpss / com.hendraanggrian.openpss.control / MonthBox

MonthBox

open class MonthBox : _HBox

Constructors

<init>

MonthBox(prefill: YearMonth = now())

Properties

monthBox

lateinit var monthBox: ComboBox<Int>

nextButton

var nextButton: Button

previousButton

var previousButton: Button

value

val value: YearMonth?

yearField

lateinit var yearField: IntField

Functions

setLocale

fun setLocale(locale: Locale): Unit

valueProperty

fun valueProperty(): ObjectProperty<YearMonth>