Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
A base class for CustomColorPickerDialog and PaletteColorPickerDialog, so that either can be use by ColorButton.
Link copied to clipboard
Link copied to clipboard
A quick and easy way to create dialogs, with a button bar.
Link copied to clipboard
A dialog box where the user can enter a single String (in a TextField).
Functions
Link copied to clipboard
fun alert(parentStage: Stage, title: String, heading: String = title, message: String, alertType: AlertType = AlertType.NONE, buttonTypes: List<ButtonType>, callback: (ButtonType?) -> Unit)
Builds, and shows an AlertDialog.
Link copied to clipboard
Link copied to clipboard
A convenience method to create a PromptDialog