styledJFXClippedPane

fun styledJFXClippedPane(vararg styleClass: String, id: String? = null): JFXClippedPane

Create a styled JFXClippedPane.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledJFXClippedPane(vararg styleClass: String, id: String? = null): JFXClippedPane

Add a styled JFXClippedPane to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledJFXClippedPane(vararg styleClass: String, id: String? = null, configuration: KtfxJfxClippedPane.() -> Unit): JFXClippedPane

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

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