public interface SaveAsPdfCallback extends BrowserAsyncCallback<SaveAsPdfCallback.Params,SaveAsPdfCallback.Action>
Use the SaveAsPdfCallback.Action.save(Path)
method to provide the selected file to the engine.
Use the SaveAsPdfCallback.Action.cancel()
method to cancel the dialog.
If the callback throws an exception, the SaveAsPdfCallback.Action.cancel()
method will be invoked.
Modifier and Type | Interface and Description |
---|---|
static class |
SaveAsPdfCallback.Action
An action providing a response to the
SaveAsPdfCallback . |
static interface |
SaveAsPdfCallback.Params
The parameters of the
SaveAsPdfCallback . |
on