Package-level declarations
Types
Properties
Functions
Link copied to clipboard
Configure Dialog buttons.
Link copied to clipboard
Link copied to clipboard
inline fun confirmAlert(content: String = "", vararg buttonTypes: ButtonType = arrayOf(YES, NO), configuration: Alert.() -> Unit): Optional<ButtonType>
Show a confirmation alert.
Link copied to clipboard
inline fun errorAlert(content: String = "", vararg buttonTypes: ButtonType = arrayOf(CLOSE), configuration: Alert.() -> Unit): Optional<ButtonType>
Show an error alert.
Link copied to clipboard
inline fun textInputDialog(prefill: String = "", configuration: TextInputDialog.() -> Unit): Optional<String>
Show a text input dialog.
Link copied to clipboard
inline fun warningAlert(content: String = "", vararg buttonTypes: ButtonType = arrayOf(CLOSE), configuration: Alert.() -> Unit): Optional<ButtonType>
Show a warning alert.