Uses of Interface
org.htmlunit.OnbeforeunloadHandler
Packages that use OnbeforeunloadHandler
-
Uses of OnbeforeunloadHandler in org.htmlunit
Methods in org.htmlunit that return OnbeforeunloadHandlerModifier and TypeMethodDescriptionWebClient.getOnbeforeunloadHandler()
Returns the onbeforeunload handler for thisWebClient
.Methods in org.htmlunit with parameters of type OnbeforeunloadHandlerModifier and TypeMethodDescriptionvoid
WebClient.setOnbeforeunloadHandler
(OnbeforeunloadHandler onbeforeunloadHandler) Sets the onbeforeunload handler for thisWebClient
.