Uses of Class
org.htmlunit.javascript.host.event.MouseEvent
Packages that use MouseEvent
Package
Description
Implementations of the JavaScript host objects for events - users of HtmlUnit shouldn't
need anything in this package.
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.eventModifier and TypeClassDescriptionclassA JavaScript object forDragEvent.classA JavaScript object forMouseScrollEvent.classJavaScript object representing aPointerEvent.classA JavaScript object forWheelEvent.Methods in org.htmlunit.javascript.host.event that return MouseEventModifier and TypeMethodDescriptionstatic 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 MouseEventModifier and TypeMethodDescriptionprotected booleanHTMLElement.isAncestorOfEventTarget(MouseEvent event) Returnstrueif this element's node is an ancestor of the specified event's target node.