public interface ConfirmHandler
| 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–2016 Gargoyle Software Inc.. All rights reserved.