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 . |
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 |
The callback that is invoked when the printing is initiated.
|
PrintCallback.Params |
The parameters of the
PrintCallback . |
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 . |
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 . |
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 clicks the right mouse button on the web page Flash content.
|
ShowContextMenuCallback.Params |
The parameters of the
ShowContextMenuCallback . |