Package com.teamdev.jxbrowser.view.javafx.callback
@ParametersAreNonnullByDefault
package com.teamdev.jxbrowser.view.javafx.callback
Contains the implementations of the callbacks that display JavaFX UI dialogs.
-
ClassDescriptionThe default
AlertCallback
implementation that shows a dialog when JavaScript alert dialog should be displayed.The defaultBeforeFormRepostCallback
implementation that shows a dialog when a web page with POST data is going to be reloaded.The defaultBeforeUnloadCallback
implementation that shows a dialog when the web page is about to be unloaded.An abstract base for all the default JavaFX callback implementations.The defaultConfirmCallback
implementation that shows a dialog when JavaScript confirm dialog should be displayed.The defaultOpenExternalAppCallback
implementation that shows a dialog when the web page wants to open a link of specific type in the associated external application.The defaultOpenFileCallback
implementation that shows a file chooser dialog when the engine requests to open a file.The defaultOpenFilesCallback
implementation that shows a file chooser dialog when the engine requests to open multiple files.The defaultOpenFolderCallback
implementation that shows a file chooser dialog when the engine requests to open a folder.The defaultOpenPopupCallback
implementation that creates and shows a new window with the embedded popup browser.The defaultPrintCallback
implementation that allows the engine to show the print preview dialog.The defaultPromptCallback
implementation that shows a dialog when JavaScript prompt dialog should be displayed.The defaultRequestPdfDocumentPasswordCallback
implementation that shows the PDF viewer password dialog.The defaultSaveAsPdfCallback
implementation that shows a file chooser dialog when the engine requests to save content as PDF.The defaultSaveCreditCardCallback
implementation that shows a bubble that allows the user to save a credit card.The defaultSaveFileCallback
implementation that shows a file chooser dialog when the browser requests to save a file.The defaultSavePasswordCallback
implementation that shows a bubble that allows the user to save a password in the password store.The defaultSaveUserDataProfileCallback
implementation that shows a bubble that allows the user to save the user data profile: city, state, street, zip code, email address, etc.The defaultSelectClientCertificateCallback
implementation that shows a dialog that allows the user to select a certificate from the certificate list passed to the callback.The defaultSelectColorCallback
implementation that shows a color chooser dialog when the user clicks an<input type='color'>
HTML5 element.The defaultShowContextMenuCallback
implementation that displays the context menu on the loaded web page.The defaultShowDropdownCallback
implementation that shows a dropdown widget when user clicks on<select>
HTML element in headless toolkits.The defaultStartCaptureSessionCallback
implementation that shows the capture source picker dialog.The defaultStartDownloadCallback
implementation that shows a file chooser dialog when the engine's download service requests to download a file.The defaultUpdatePasswordCallback
implementation that shows a bubble that allows the user to update a password in the password store.The defaultUpdateUserDataProfileCallback
implementation that shows a bubble that allows the user to update the user data profile: city, state, street, zip code, email address, etc.