@ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
AlertCallback |
This callback is invoked when JavaScript alert dialog should be displayed.
|
AlertCallback.Params |
The parameters of the
AlertCallback . |
BeforeFormRepostCallback |
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.
|
BeforeFormRepostCallback.Params |
The parameters of the
BeforeFormRepostCallback . |
BeforeUnloadCallback |
This callback is invoked when the web page is about to be unloaded.
|
BeforeUnloadCallback.Params |
The parameters of the
BeforeUnloadCallback . |
BrowserAsyncCallback<P,R extends AsyncCallbackAction> |
A common interface for all asynchronous browser callbacks.
|
BrowserCallback |
An interface that all browser callbacks must extend.
|
BrowserSyncCallback<P,R> |
A common interface that all synchronous browser callbacks must extend.
|
CertificateErrorCallback |
The callback is invoked when an SSL certificate error occurs during loading a web page.
|
CertificateErrorCallback.Params |
The parameters of the
CertificateErrorCallback . |
ConfirmCallback |
This callback is invoked when JavaScript confirmation dialog should be displayed.
|
ConfirmCallback.Params |
The parameters of the
ConfirmCallback . |
CreatePopupCallback |
This callback is invoked when browser decides whether a new popup instance can be created or not.
|
CreatePopupCallback.Params |
The parameters of the
CreatePopupCallback . |
CreatePopupCallback.Response |
A response of the
CreatePopupCallback . |
InjectCssCallback |
This callback is invoked when the document element has been created and a custom style sheet can
be injected into the document.
|
InjectCssCallback.Params |
The parameters of the
InjectCssCallback . |
InjectCssCallback.Response |
A response of the
InjectCssCallback . |
InjectJsCallback |
This callback is invoked when the document element has been created and a custom JavaScript can
be injected into the document.
|
InjectJsCallback.Params |
The parameters of the
InjectJsCallback . |
InjectJsCallback.Response |
A response of the
InjectJsCallback . |
OpenExternalAppCallback |
This callback is invoked when the currently loaded web page wants to open a link in the
associated external application.
|
OpenExternalAppCallback.Params |
The parameters of the
OpenExternalAppCallback . |
OpenFileCallback |
This callback is invoked when the browser requests to display a file chooser dialog to open a
file.
|
OpenFileCallback.Params |
The parameters of the
OpenFileCallback . |
OpenFilesCallback |
This callback is invoked when the browser requests to display a file chooser dialog to open
several files.
|
OpenFilesCallback.Params |
The parameters of the
OpenFilesCallback . |
OpenFolderCallback |
This callback is invoked when the browser requests to display a file chooser dialog to open a
folder.
|
OpenFolderCallback.Params |
The parameters of the
OpenFolderCallback . |
OpenPopupCallback |
This callback is invoked when a new popup browser instance should be opened.
|
OpenPopupCallback.Params |
The parameters of the
OpenPopupCallback . |
OpenPopupCallback.Response |
A response of the
OpenPopupCallback . |
PrintCallback |
This callback is invoked when the printing is about to start.
|
PrintCallback.Params |
The parameters of the
PrintCallback . |
PrintHtmlCallback |
This callback allows you to configure the print settings when printing HTML content.
|
PrintHtmlCallback.Params |
The parameters of the
PrintHtmlCallback . |
PrintPdfCallback |
This callback allows you to configure the print settings when printing PDF content.
|
PrintPdfCallback.Params |
The parameters of the
PrintPdfCallback . |
PromptCallback |
This callback is invoked when JavaScript dialog prompting the user to input some text should be
displayed.
|
PromptCallback.Params |
The parameters of the
PromptCallback . |
RequestPdfDocumentPasswordCallback |
The callback is invoked when the frame requests the password for an encrypted PDF document.
|
RequestPdfDocumentPasswordCallback.Params |
The parameters of the
RequestPdfDocumentPasswordCallback . |
SaveAsPdfCallback |
This callback is invoked when the browser requests to display a file chooser dialog to save
content as PDF.
|
SaveAsPdfCallback.Params |
The parameters of the
SaveAsPdfCallback . |
SaveCreditCardCallback |
A callback that is invoked when the user is prompted to save a credit card to the credit card store.
|
SaveCreditCardCallback.Params |
The parameters of the
SaveCreditCardCallback . |
SaveFileCallback |
This callback is invoked when the browser requests to display a file chooser dialog to save a
file.
|
SaveFileCallback.Params |
The parameters of the
SaveFileCallback . |
SavePasswordCallback |
A callback that is invoked when the user is prompted to save the credentials in the password store.
|
SavePasswordCallback.Params |
The parameters of the
SavePasswordCallback . |
SaveUserDataProfileCallback |
A callback that is invoked when the user is prompted to save the user data profile to the
user data store.
|
SaveUserDataProfileCallback.Params |
The parameters of the
SaveUserDataProfileCallback . |
SelectClientCertificateCallback |
This callback is invoked when the web server requires authorization via SSL client certificate.
|
SelectClientCertificateCallback.Params |
The parameters of the
SelectClientCertificateCallback . |
SelectColorCallback |
This callback is invoked when the user clicks an
<input type='color'> HTML5 element. |
SelectColorCallback.Params |
The parameters of the
SelectColorCallback . |
ShowContextMenuCallback |
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.
|
ShowContextMenuCallback.Params |
The parameters of the
ShowContextMenuCallback . |
StartCaptureSessionCallback |
This callback is invoked when a web page requests permission to start a capture session.
|
StartCaptureSessionCallback.Params |
The parameters of the
StartCaptureSessionCallback . |
StartDownloadCallback |
The callback that is invoked when the browser is about to start downloading the file.
|
StartDownloadCallback.Params |
The parameters of the
StartDownloadCallback . |
StartPresentationCallback |
A callback that is invoked when a presentation has been requested via the JavaScript
Presentation API.
|
StartPresentationCallback.Params |
The parameters of the
StartPresentationCallback . |
UpdatePasswordCallback |
A callback that is invoked when the user is prompted to update the password in the password store.
|
UpdatePasswordCallback.Params |
The parameters of the
UpdatePasswordCallback . |
UpdateUserDataProfileCallback |
A callback that is invoked when the user is prompted to update the user data profile in the
user data store.
|
UpdateUserDataProfileCallback.Params |
The parameters of the
UpdateUserDataProfileCallback . |