jfxDatePicker

fun NodeManager.jfxDatePicker(date: LocalDate? = null): JFXDatePicker

Add a JFXDatePicker to this manager.

Return

the control added.


inline fun jfxDatePicker(date: LocalDate? = null, configuration: JFXDatePicker.() -> Unit): JFXDatePicker

Create a JFXDatePicker with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.jfxDatePicker(date: LocalDate? = null, configuration: JFXDatePicker.() -> Unit): JFXDatePicker

Add a JFXDatePicker with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.