styledJfxBadge

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


inline fun NodeContainer.styledJfxBadge(vararg styleClass: String, id: String? = null): JFXBadge

Add a styled JFXBadge to this container.

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

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