Package com.teamdev.jxbrowser.browser.callback
@ParametersAreNonnullByDefault
package com.teamdev.jxbrowser.browser.callback
This package provides the classes that allow you to work with browser callback.
-
ClassDescriptionThis callback is invoked when JavaScript alert dialog should be displayed.An action providing a response to the
AlertCallback.The parameters of theAlertCallback.This callback is invoked when a web page with POST data is going to be reloaded and the user must confirm that the POST data can be resubmitted.An action providing a response to theBeforeFormRepostCallback.The parameters of theBeforeFormRepostCallback.This callback is invoked when the web page is about to be unloaded.A responder for theBeforeFormRepostCallback.The parameters of theBeforeUnloadCallback.BrowserAsyncCallback<P,R extends AsyncCallbackAction> A common interface for all asynchronous browser callbacks.An interface that all browser callbacks must extend.BrowserSyncCallback<P,R> A common interface that all synchronous browser callbacks must extend.The callback is invoked when an SSL certificate error occurs during loading a web page.An action providing a response to theCertificateErrorCallback.The parameters of theCertificateErrorCallback.This callback is invoked when JavaScript confirmation dialog should be displayed.An action providing a response to theConfirmCallback.The parameters of theConfirmCallback.This callback is invoked when browser decides whether a new popup instance can be created or not.The parameters of theCreatePopupCallback.A response of theCreatePopupCallback.This callback is invoked when the document element has been created and a custom style sheet can be injected into the document.The parameters of theInjectCssCallback.A response of theInjectCssCallback.This callback is invoked when the document element has been created and a custom JavaScript can be injected into the document.The parameters of theInjectJsCallback.A response of theInjectJsCallback.This callback is invoked when an extension wants to open an extension action popup.An action providing a response to theOpenExtensionActionPopupCallback.The parameters of theOpenExtensionActionPopupCallback.This callback is invoked when the currently loaded web page wants to open a link in the associated external application.An action providing a response to theOpenExternalAppCallback.The parameters of theOpenExternalAppCallback.This callback is invoked when the browser requests to display a file chooser dialog to open a file.An action providing a response to theOpenFileCallback.The parameters of theOpenFileCallback.This callback is invoked when the browser requests to display a file chooser dialog to open several files.An action providing a response to theOpenFilesCallback.The parameters of theOpenFilesCallback.This callback is invoked when the browser requests to display a file chooser dialog to open a folder.An action providing a response to theOpenFolderCallback.The parameters of theOpenFolderCallback.This callback is invoked when a new popup browser instance should be opened.The parameters of theOpenPopupCallback.A response of theOpenPopupCallback.This callback is invoked when the printing is about to start.An action providing a response to thePrintCallback.The parameters of thePrintCallback.This callback allows you to configure the print settings when printing HTML content.An action providing a response to thePrintHtmlCallback.The parameters of thePrintHtmlCallback.This callback allows you to configure the print settings when printing PDF content.An action providing a response to thePrintPdfCallback.The parameters of thePrintPdfCallback.This callback is invoked when JavaScript dialog prompting the user to input some text should be displayed.An action providing a response to thePromptCallback.The parameters of thePromptCallback.The callback is invoked when the frame requests the password for an encrypted PDF document.An action providing a response to theRequestPdfDocumentPasswordCallback.The parameters of theRequestPdfDocumentPasswordCallback.This callback is invoked when the browser requests to display a file chooser dialog to save content as PDF.An action providing a response to theSaveAsPdfCallback.The parameters of theSaveAsPdfCallback.A callback that is invoked when the user is prompted to save a credit card to the credit card store.An action providing a response to theSaveCreditCardCallback.The parameters of theSaveCreditCardCallback.This callback is invoked when the browser requests to display a file chooser dialog to save a file.An action providing a response to theSaveFileCallback.The parameters of theSaveFileCallback.A callback that is invoked when the user is prompted to save the credentials in the password store.An action providing a response to theSavePasswordCallback.The parameters of theSavePasswordCallback.A callback that is invoked when the user is prompted to save the user data profile to the user data store.An action providing a response to theSaveUserDataProfileCallback.The parameters of theSaveUserDataProfileCallback.This callback is invoked when the web server requires authorization via SSL client certificate.An action providing a response to theSelectClientCertificateCallback.The parameters of theSelectClientCertificateCallback.This callback is invoked when the user clicks an<input type='color'>HTML5 element.An action providing a response to theSelectColorCallback.The parameters of theSelectColorCallback.This callback is invoked when the browser attempts to display a context menu, for example, when the user right-clicks on a misspelled word on the web page.An action providing a response to theShowContextMenuCallback.The parameters of theShowContextMenuCallback.This callback is invoked when a web page requests permission to start a capture session.An action to take inStartCaptureSessionCallback.The parameters of theStartCaptureSessionCallback.The callback that is invoked when the browser is about to start downloading a file.An action providing a response to theStartDownloadCallback.The parameters of theStartDownloadCallback.A callback that is invoked when a presentation has been requested via the JavaScript Presentation API.An action providing a response to theStartPresentationCallback.The parameters of theStartPresentationCallback.A callback that is invoked when the user is prompted to update the password in the password store.An action providing a response to theUpdatePasswordCallback.The parameters of theUpdatePasswordCallback.A callback that is invoked when the user is prompted to update the user data profile in the user data store.An action providing a response to theSaveUserDataProfileCallback.The parameters of theUpdateUserDataProfileCallback.