public static final class PrintCallback.Action extends AsyncCallbackAction<Response>
PrintCallback.| Constructor and Description |
|---|
Action(java.util.function.Consumer<Response> consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Notifies the browser that the printing should be canceled.
|
void |
showPrintPreview()
Notifies the browser to display the Print Preview dialog.
|
isClosed