- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A handler for JavaScript Window.print()
(Printing Spec).
All js execution on page containing the document is blocked during the execution of the print method.
If the PrintHandler for the WebClient is null Window.print() will be a nopp including
not triggering any print events.
- Author:
- Ronald Brill
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandlePrint(HtmlPage page) Handle a call to Window.print().
-
Method Details
-
handlePrint
Handle a call to Window.print().- Parameters:
page- theHtmlPageto print
-