Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript.host |
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.event |
Implementations of the JavaScript host objects for events - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ApplicationCache.dispatchEvent(Event event)
Dispatches an event into the event system (standards-conformant browsers only).
|
Modifier and Type | Class and Description |
---|---|
class |
CompositionEvent
A JavaScript object for
CompositionEvent . |
class |
DragEvent
A JavaScript object for
DragEvent . |
class |
FocusEvent
A JavaScript object for
FocusEvent . |
class |
KeyboardEvent
JavaScript object representing a Keyboard Event.
|
class |
MouseEvent
JavaScript object representing a Mouse Event.
|
class |
MouseScrollEvent
A JavaScript object for
MouseScrollEvent . |
class |
MouseWheelEvent
A JavaScript object for
MouseWheelEvent . |
class |
PointerEvent
JavaScript object representing the PointerEvent.
|
class |
SVGZoomEvent
A JavaScript object for
SVGZoomEvent . |
class |
TextEvent
A JavaScript object for
TextEvent . |
class |
TouchEvent
A JavaScript object for
TouchEvent . |
class |
UIEvent
JavaScript object representing a UI event.
|
class |
WheelEvent
A JavaScript object for
WheelEvent . |
Copyright © 2002–2016 Gargoyle Software Inc.. All rights reserved.