Uses of Enum Class
com.vaadin.open.App

Packages that use App
Package
Description
 
  • Uses of App in com.vaadin.open

    Methods in com.vaadin.open that return App
    Modifier and Type
    Method
    Description
    static App
    App.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static App[]
    App.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in com.vaadin.open with parameters of type App
    Modifier and Type
    Method
    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.