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 class
DragEvent
A JavaScript object forDragEvent
.class
MouseScrollEvent
A JavaScript object forMouseScrollEvent
.class
PointerEvent
JavaScript object representing aPointerEvent
.class
WheelEvent
A JavaScript object forWheelEvent
.Methods in org.htmlunit.javascript.host.event that return MouseEvent Modifier and Type Method Description static 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 MouseEvent Modifier and Type Method Description protected boolean
HTMLElement. isAncestorOfEventTarget(MouseEvent event)
Returnstrue
if this element's node is an ancestor of the specified event's target node.
-