styledJFXBadge

fun styledJFXBadge(vararg styleClass: String, id: String? = null): JFXBadge

Create a styled JFXBadge.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledJFXBadge(vararg styleClass: String, id: String? = null): JFXBadge

Add a styled JFXBadge to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledJFXBadge(vararg styleClass: String, id: String? = null, configuration: KtfxJfxBadge.() -> Unit): JFXBadge

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

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