Returns the confirm handler. @return the confirm handler or null if one hasn't been set
()
| 877 | * @return the confirm handler or null if one hasn't been set |
| 878 | */ |
| 879 | public ConfirmHandler getConfirmHandler() { |
| 880 | return confirmHandler_; |
| 881 | } |
| 882 | |
| 883 | /** |
| 884 | * Sets the handler that will be executed when the JavaScript method Window.prompt() is called. |