Uses of Interface
org.htmlunit.OnbeforeunloadHandler
-
Packages that use OnbeforeunloadHandler Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of OnbeforeunloadHandler in org.htmlunit
Methods in org.htmlunit that return OnbeforeunloadHandler Modifier and Type Method Description OnbeforeunloadHandlerWebClient. getOnbeforeunloadHandler()Returns the onbeforeunload handler for thisWebClient.Methods in org.htmlunit with parameters of type OnbeforeunloadHandler Modifier and Type Method Description voidWebClient. setOnbeforeunloadHandler(OnbeforeunloadHandler onbeforeunloadHandler)Sets the onbeforeunload handler for thisWebClient.
-