Modifier and Type | Field and Description |
---|---|
protected String |
alert
Alert the user with a message.
|
protected Boolean |
openWindow
When true open
url in a new tab/window. |
protected String |
url
If present redirect browser to this URL.
|
Modifier and Type | Method and Description |
---|---|
static UiResult |
alert(String message)
Display an alert message to the user.
|
static UiResult |
openUrl(String url)
Launch URL in a new window.
|
static UiResult |
openUrl(URI uri)
Launch URL in a new window.
|
static UiResult |
redirectUrl(String url)
Redirect the browser to a new URL.
|