styledJfxTimePicker
inline fun styledJfxTimePicker(time: LocalTime? = null, vararg styleClass: String, id: String? = null): JFXTimePicker
Create a styled JFXTimePicker.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun NodeContainer.styledJfxTimePicker(time: LocalTime? = null, vararg styleClass: String, id: String? = null): JFXTimePicker
Add a styled JFXTimePicker to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun styledJfxTimePicker(time: LocalTime? = null, vararg styleClass: String, id: String? = null, configuration: JFXTimePicker.() -> Unit): JFXTimePicker
Create a styled JFXTimePicker 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.styledJfxTimePicker(time: LocalTime? = null, vararg styleClass: String, id: String? = null, configuration: JFXTimePicker.() -> Unit): JFXTimePicker
Add a styled JFXTimePicker 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.