Class UiResult
java.lang.Object
com.google.gerrit.extensions.webui.UiResult
Default result for
UiAction
s with no JavaScript.-
Field Details
-
alert
Alert the user with a message. -
url
If present redirect browser to this URL. -
openWindow
When true openurl
in a new tab/window.
-
-
Method Details
-
alert
Display an alert message to the user. -
openUrl
Launch URL in a new window. -
openUrl
Launch URL in a new window. -
redirectUrl
Redirect the browser to a new URL.
-