styledNotificationPane

fun styledNotificationPane(vararg styleClass: String, id: String? = null): NotificationPane

Create a styled NotificationPane.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledNotificationPane(vararg styleClass: String, id: String? = null): NotificationPane

Add a styled NotificationPane to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledNotificationPane(vararg styleClass: String, id: String? = null, configuration: KtfxNotificationPane.() -> Unit): NotificationPane

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

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