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.
|
Modifier and Type | Class and Description |
---|---|
class |
DragEvent
A JavaScript object for
DragEvent . |
class |
MouseScrollEvent
A JavaScript object for
MouseScrollEvent . |
class |
PointerEvent
JavaScript object representing a
PointerEvent . |
class |
WheelEvent
A JavaScript object for
WheelEvent . |
Modifier and Type | Method and Description |
---|---|
static MouseEvent |
MouseEvent.getCurrentMouseEvent()
Returns the mouse event currently firing, or
null if no mouse event is being processed. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
HTMLElement.isAncestorOfEventTarget(MouseEvent event)
Returns
true if this element's node is an ancestor of the specified event's target node. |
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.