Uses of Interface
com.gargoylesoftware.htmlunit.ConfirmHandler

Packages that use ConfirmHandler
com.gargoylesoftware.htmlunit Framework classes 
 

Uses of ConfirmHandler in com.gargoylesoftware.htmlunit
 

Methods in com.gargoylesoftware.htmlunit that return ConfirmHandler
 ConfirmHandler WebClient.getConfirmHandler()
          Return the confirm handler.
 

Methods in com.gargoylesoftware.htmlunit with parameters of type ConfirmHandler
 void WebClient.setConfirmHandler(ConfirmHandler handler)
          Set the handler that will be executed when the javascript method Window.confirm() is called.
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.