Package com.vaadin.open
Class Open
java.lang.Object
com.vaadin.open.Open
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic booleanOpens the given URL.static booleanOpens the given URL in the given application.static booleanOpens the given URL in the given application using the given options.static booleanOpens the given URL using the given options.static booleanOpens the given application using the given arguments and options.static booleanOpens 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 open- Returns:
- true if the URL was launched
-
open
Opens the given URL using the given options.- Parameters:
target- the URL to openoptions- the options to use- Returns:
- true if the URL was launched
-
open
Opens the given URL in the given application.- Parameters:
target- the URL to openapp- the application to use- Returns:
- 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 use- Returns:
- 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 use- Returns:
- 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 use- Returns:
- true if the URL was launched
-
main
-