styledJfxRippler
Create a styled JFXRippler.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun NodeContainer.styledJfxRippler(vararg styleClass: String, id: String? = null): JFXRippler
Add a styled JFXRippler to this container.
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 NodeContainer.styledJfxRippler(vararg styleClass: String, id: String? = null, configuration: KtfxJfxRippler.() -> Unit): JFXRippler
Add a styled JFXRippler 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.