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