datePicker

fun NodeManager.datePicker(date: LocalDate? = null): DatePicker

Add a DatePicker to this manager.

Return

the control added.


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

Create a DatePicker with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


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

Add a DatePicker with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.