com.vaadin.open.
Class Open
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static boolean
Opens the given URL.
static boolean
Opens the given URL in the given application.
static boolean
Opens the given URL in the given application using the given options.
static boolean
Opens the given URL using the given options.
static boolean
Opens the given application using the given arguments and options.
static boolean
Opens the given application using the given arguments and options.
-
Constructor Details
-
Open
public Open()
-
-
Method Details
-
open
Opens the given URL.
Parameters:
target
- the URL to openReturns:
true if the URL was launched
-
open
Opens the given URL using the given options.
Parameters:
target
- the URL to openoptions
- the options to useReturns:
true if the URL was launched
-
open
Opens the given URL in the given application.
Parameters:
target
- the URL to openapp
- the application to useReturns:
true if the URL was launched
-
open
Opens the given URL in the given application using the given options.
Parameters:
target
- the URL to openapp
- the application to useoptions
- the options to useReturns:
true if the URL was launched
-
openApp
Opens the given application using the given arguments and options.
Parameters:
name
- the name of the application to openappArguments
- the arguments to pass to the applicationoptions
- the options to useReturns:
true if the URL was launched
-
openApp
Opens the given application using the given arguments and options.
Parameters:
app
- the application to openappArguments
- the arguments to pass to the applicationoptions
- the options to useReturns:
true if the URL was launched
-
main
-