public static final class OpenFileCallback.Action extends AsyncCallbackAction<Response>
OpenFileCallback.| Constructor and Description |
|---|
Action(java.util.function.Consumer<Response> consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Notifies the browser that the file chooser dialog should be canceled.
|
void |
open(java.nio.file.Path filePath)
Notifies the browser that the file was selected in the file chooser dialog.
|
isClosed