styledJfxDatePicker
inline fun styledJfxDatePicker(date: LocalDate? = null, vararg styleClass: String, id: String? = null): JFXDatePicker
Create a styled JFXDatePicker.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun NodeContainer.styledJfxDatePicker(date: LocalDate? = null, vararg styleClass: String, id: String? = null): JFXDatePicker
Add a styled JFXDatePicker to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun styledJfxDatePicker(date: LocalDate? = null, vararg styleClass: String, id: String? = null, configuration: JFXDatePicker.() -> Unit): JFXDatePicker
Create a styled JFXDatePicker with configuration block.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.
inline fun NodeContainer.styledJfxDatePicker(date: LocalDate? = null, vararg styleClass: String, id: String? = null, configuration: JFXDatePicker.() -> Unit): JFXDatePicker
Add a styled JFXDatePicker with configuration block to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.