Uses of Interface
com.gargoylesoftware.htmlunit.OnbeforeunloadHandler

Packages that use OnbeforeunloadHandler
com.gargoylesoftware.htmlunit Framework classes (contains the WebClient class which is the main entry point). 
 

Uses of OnbeforeunloadHandler in com.gargoylesoftware.htmlunit
 

Methods in com.gargoylesoftware.htmlunit that return OnbeforeunloadHandler
 OnbeforeunloadHandler WebClient.getOnbeforeunloadHandler()
          Returns the onbeforeunload handler for this webclient.
 

Methods in com.gargoylesoftware.htmlunit with parameters of type OnbeforeunloadHandler
 void WebClient.setOnbeforeunloadHandler(OnbeforeunloadHandler onbeforeunloadHandler)
          Sets the onbeforeunload handler for this webclient.
 



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