Uses of Class
org.htmlunit.javascript.host.event.MouseEvent
-
Packages that use MouseEvent Package Description org.htmlunit.javascript.host.event Implementations of the JavaScript host objects for events - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.html Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of MouseEvent in org.htmlunit.javascript.host.event
Subclasses of MouseEvent in org.htmlunit.javascript.host.event Modifier and Type Class Description classDragEventA JavaScript object forDragEvent.classMouseScrollEventA JavaScript object forMouseScrollEvent.classPointerEventJavaScript object representing aPointerEvent.classWheelEventA JavaScript object forWheelEvent.Methods in org.htmlunit.javascript.host.event that return MouseEvent Modifier and Type Method Description static MouseEventMouseEvent. getCurrentMouseEvent()Returns the mouse event currently firing, ornullif no mouse event is being processed. -
Uses of MouseEvent in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html with parameters of type MouseEvent Modifier and Type Method Description protected booleanHTMLElement. isAncestorOfEventTarget(MouseEvent event)Returnstrueif this element's node is an ancestor of the specified event's target node.
-