styledJFXRippler

fun styledJFXRippler(vararg styleClass: String, id: String? = null): JFXRippler

Create a styled JFXRippler.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledJFXRippler(vararg styleClass: String, id: String? = null): JFXRippler

Add a styled JFXRippler to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledJFXRippler(vararg styleClass: String, id: String? = null, configuration: KtfxJfxRippler.() -> Unit): JFXRippler

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

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