| Package | Description |
|---|---|
| com.vaadin.open |
| Modifier and Type | Method and Description |
|---|---|
static App |
App.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static App[] |
App.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Open.open(String target,
App app)
Opens the given URL in the given application.
|
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.openApp(App app,
List<String> appArguments,
Options options)
Opens the given application using the given arguments and options.
|
Copyright © 2025. All rights reserved.