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