Package-level declarations

Functions

Link copied to clipboard
inline fun <R> Stage.jfxAlert(noinline dialogAction: JFXAlert<R>.() -> Unit? = null): Optional<R>

Show an JFoenix alert.

fun <R> Stage.jfxAlert(title: String? = null, graphic: Node? = null, dialogAction: JFXAlert<R>.() -> Unit? = null): Optional<R>

Show a JFoenix alert with title and graphic.