styledJFXTogglePane

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.


fun NodeManager.styledJFXTogglePane(vararg styleClass: String, id: String? = null): JFXTogglePane

Add a styled JFXTogglePane to this manager.

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

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