public static interface AlertCallback.Params
AlertCallback
.Modifier and Type | Method and Description |
---|---|
default java.lang.String |
message()
Returns a string that represents the text passed to the
window.alert() JavaScript
function. |
default java.lang.String |
okActionText()
Returns a string that represents the localized text of the "OK" action.
|
default java.lang.String |
title()
Returns a string that represents the localized dialog title.
|
default java.lang.String |
url()
Returns a string that represents the URL of the web page that requested to display the
alert dialog.
|
default java.lang.String title()
default java.lang.String message()
window.alert()
JavaScript
function.default java.lang.String okActionText()
default java.lang.String url()