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 TypeClassDescriptionclass
A JavaScript object forDragEvent
.class
A JavaScript object forMouseScrollEvent
.class
JavaScript object representing aPointerEvent
.class
A JavaScript object forWheelEvent
.Methods in org.htmlunit.javascript.host.event that return MouseEventModifier and TypeMethodDescriptionstatic MouseEvent
MouseEvent.getCurrentMouseEvent()
Returns the mouse event currently firing, ornull
if 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 boolean
HTMLElement.isAncestorOfEventTarget
(MouseEvent event) Returnstrue
if this element's node is an ancestor of the specified event's target node.