@FunctionalInterface public interface ConfirmHandler extends Serializable
window.confirm(). Confirms
are triggered when the JavaScript function window.confirm() is invoked.| Modifier and Type | Method and Description |
|---|---|
boolean |
handleConfirm(Page page,
String message)
Handles a confirm for the specified page.
|
boolean handleConfirm(Page page, String message)
page - the page on which the confirm occurredmessage - the message in the confirmtrue if we are simulating clicking the OK button,
false if we are simulating clicking the Cancel buttonCopyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.