styledJFXTimePicker

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.


fun NodeManager.styledJFXTimePicker(time: LocalTime? = null, vararg styleClass: String, id: String? = null): JFXTimePicker

Add a styled JFXTimePicker to this manager.

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 NodeManager.styledJFXTimePicker(time: LocalTime? = null, vararg styleClass: String, id: String? = null, configuration: JFXTimePicker.() -> Unit): JFXTimePicker

Add a styled JFXTimePicker with configuration block to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.