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