Uses of Class
com.vaadin.open.App
-
-
Uses of App in com.vaadin.open
Methods in com.vaadin.open that return App Modifier and Type Method Description static AppApp. 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.Methods in com.vaadin.open with parameters of type App Modifier and Type Method Description static booleanOpen. open(String target, App app)Opens the given URL in the given application.static booleanOpen. open(String target, App app, Options options)Opens the given URL in the given application using the given options.static booleanOpen. openApp(App app, List<String> appArguments, Options options)Opens the given application using the given arguments and options.
-