styledJfxClippedPane

inline 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.


inline fun NodeContainer.styledJfxClippedPane(vararg styleClass: String, id: String? = null): JFXClippedPane

Add a styled JFXClippedPane to this container.

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

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