public static interface ConfirmCallback.Params
ConfirmCallback
.Modifier and Type | Method and Description |
---|---|
default java.lang.String |
cancelActionText()
Returns a string that represents the localized text of the "Cancel" action.
|
default java.lang.String |
message()
Returns a string that represents the text passed to the
window.confirm()
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 a
confirmation dialog.
|
default java.lang.String title()
default java.lang.String message()
window.confirm()
JavaScript function.default java.lang.String okActionText()
default java.lang.String cancelActionText()
default java.lang.String url()