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
Fields in org.htmlunit declared as OnbeforeunloadHandler Modifier and Type Field Description private OnbeforeunloadHandlerWebClient. onbeforeunloadHandler_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.
-