| Package | Description |
|---|---|
| com.vaadin.open |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Open.open(String target,
App app,
Options options)
Opens the given URL in the given application using the given options.
|
static boolean |
Open.open(String target,
Options options)
Opens the given URL using the given options.
|
static boolean |
Open.openApp(App app,
List<String> appArguments,
Options options)
Opens the given application using the given arguments and options.
|
static boolean |
Open.openApp(String name,
List<String> appArguments,
Options options)
Opens the given application using the given arguments and options.
|
Copyright © 2025. All rights reserved.