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