GotoDialog
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The ButtonType that was pressed to dismiss this Dialog.
Link copied to clipboard
Link copied to clipboard
A lateinit var
, which is set in createStage. Accessing it before createStage is called will throw an Exception.
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun onCreate(handlerCombination: HandlerCombination = HandlerCombination.AFTER, block: (event: ActionEvent) -> Unit)
A convenient way to set onCreateProperty using a lambda. However, if an event handler is already present, then BOTH will be used.