styledJfxTogglePane

inline fun styledJfxTogglePane(vararg styleClass: String, id: String? = null): JFXTogglePane

Create a styled JFXTogglePane.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun NodeContainer.styledJfxTogglePane(vararg styleClass: String, id: String? = null): JFXTogglePane

Add a styled JFXTogglePane to this container.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledJfxTogglePane(vararg styleClass: String, id: String? = null, configuration: KtfxJfxTogglePane.() -> Unit): JFXTogglePane

Create a styled JFXTogglePane 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.styledJfxTogglePane(vararg styleClass: String, id: String? = null, configuration: KtfxJfxTogglePane.() -> Unit): JFXTogglePane

Add a styled JFXTogglePane 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.