Package | Description |
---|---|
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
org.htmlunit.javascript.host |
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host.animations |
Implementations of the JavaScript host objects for the Web Animations API - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
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.
|
org.htmlunit.javascript.host.media |
Implementations of the JavaScript host media objects - users of HtmlUnit shouldn't
need anything in this package.
|
org.htmlunit.javascript.host.speech |
Implementations of the Web Speech JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
<P extends Page> |
HtmlLabel.click(Event event,
boolean shiftKey,
boolean ctrlKey,
boolean altKey,
boolean ignoreVisibility)
Clicks the label and propagates to the referenced element.
|
<P extends Page> |
HtmlImageInput.click(Event event,
boolean shiftKey,
boolean ctrlKey,
boolean altKey,
boolean ignoreVisibility)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
<P extends Page> |
HtmlAnchor.click(Event event,
boolean shiftKey,
boolean ctrlKey,
boolean altKey,
boolean ignoreVisibility)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
<P extends Page> |
DomElement.click(Event event,
boolean shiftKey,
boolean ctrlKey,
boolean altKey,
boolean ignoreVisibility)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
protected ScriptResult |
DomElement.doClickFireClickEvent(Event event)
This method implements the control onclick handler call during the click action.
|
ScriptResult |
HtmlImage.fireEvent(Event event)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
ScriptResult |
DomElement.fireEvent(Event event)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
boolean |
HtmlTextArea.handles(Event event)
Indicates if the provided event can be applied to this node.
|
boolean |
HtmlSelect.handles(Event event)
Indicates if the provided event can be applied to this node.
|
boolean |
HtmlPage.handles(Event event)
Indicates if the provided event can be applied to this node.
|
boolean |
HtmlOption.handles(Event event)
Indicates if the provided event can be applied to this node.
|
boolean |
HtmlInput.handles(Event event)
Indicates if the provided event can be applied to this node.
|
boolean |
HtmlElement.handles(Event event)
Indicates if the provided event can be applied to this node.
|
boolean |
HtmlButton.handles(Event event)
Indicates if the provided event can be applied to this node.
|
boolean |
HtmlBody.handles(Event event)
Indicates if the provided event can be applied to this node.
|
boolean |
HtmlArea.handles(Event event)
Indicates if the provided event can be applied to this node.
|
boolean |
HtmlAnchor.handles(Event event)
Indicates if the provided event can be applied to this node.
|
boolean |
DomNode.handles(Event event)
Indicates if the provided event can be applied to this node.
|
Modifier and Type | Method and Description |
---|---|
Event |
Window.getCurrentEvent()
Returns the current event (used internally regardless of the emulation mode).
|
Modifier and Type | Method and Description |
---|---|
boolean |
Window.dispatchEvent(Event event)
Dispatches an event into the event system (standards-conformant browsers only).
|
void |
Window.setCurrentEvent(Event event)
Sets the current event.
|
Modifier and Type | Class and Description |
---|---|
class |
AnimationEvent
A JavaScript object for
AnimationEvent . |
Modifier and Type | Method and Description |
---|---|
Event |
Document.createEvent(String eventType)
Implementation of the
DocumentEvent interface's
DocumentEvent.createEvent(String) method. |
Modifier and Type | Class and Description |
---|---|
class |
AudioProcessingEvent
A JavaScript object for
AudioProcessingEvent . |
class |
BeforeInstallPromptEvent
A JavaScript object for
BeforeInstallPromptEvent . |
class |
BeforeUnloadEvent
JavaScript object representing the BeforeUnloadEvent.
|
class |
BlobEvent
A JavaScript object for
BlobEvent . |
class |
ClipboardEvent
A JavaScript object for
ClipboardEvent . |
class |
CloseEvent
A JavaScript object for
CloseEvent . |
class |
CompositionEvent
A JavaScript object for
CompositionEvent . |
class |
CustomEvent
A JavaScript object for
CustomEvent . |
class |
DeviceMotionEvent
A JavaScript object for
DeviceMotionEvent . |
class |
DeviceOrientationEvent
A JavaScript object for
DeviceOrientationEvent . |
class |
DragEvent
A JavaScript object for
DragEvent . |
class |
ErrorEvent
A JavaScript object for
ErrorEvent . |
class |
FocusEvent
A JavaScript object for
FocusEvent . |
class |
GamepadEvent
A JavaScript object for
GamepadEvent . |
class |
HashChangeEvent
JavaScript object representing the HashChangeEvent.
|
class |
IDBVersionChangeEvent
A JavaScript object for
IDBVersionChangeEvent . |
class |
InputEvent
A JavaScript object for
InputEvent . |
class |
KeyboardEvent
JavaScript object representing a Keyboard Event.
|
class |
MediaEncryptedEvent
A JavaScript object for
MediaEncryptedEvent . |
class |
MediaKeyMessageEvent
A JavaScript object for
MediaKeyMessageEvent . |
class |
MediaQueryListEvent
A JavaScript object for
MediaQueryListEvent . |
class |
MediaStreamEvent
A JavaScript object for
MediaStreamEvent . |
class |
MediaStreamTrackEvent
A JavaScript object for
MediaStreamTrackEvent . |
class |
MessageEvent
A JavaScript object for
MessageEvent . |
class |
MIDIConnectionEvent
A JavaScript object for
MIDIConnectionEvent . |
class |
MIDIMessageEvent
A JavaScript object for
MIDIMessageEvent . |
class |
MouseEvent
JavaScript object representing a Mouse Event.
|
class |
MouseScrollEvent
A JavaScript object for
MouseScrollEvent . |
class |
MutationEvent
JavaScript object representing a Mutation Event.
|
class |
OfflineAudioCompletionEvent
A JavaScript object for
OfflineAudioCompletionEvent . |
class |
PageTransitionEvent
A JavaScript object for
PageTransitionEvent . |
class |
PointerEvent
JavaScript object representing a
PointerEvent . |
class |
PopStateEvent
A JavaScript object for
PopStateEvent . |
class |
PresentationConnectionAvailableEvent
A JavaScript object for
PresentationConnectionAvailableEvent . |
class |
PresentationConnectionCloseEvent
A JavaScript object for
PresentationConnectionCloseEvent . |
class |
ProgressEvent
A JavaScript object for
ProgressEvent . |
class |
PromiseRejectionEvent
A JavaScript object for
PromiseRejectionEvent . |
class |
RTCDataChannelEvent
A JavaScript object for
RTCDataChannelEvent . |
class |
RTCPeerConnectionIceEvent
A JavaScript object for
RTCPeerConnectionIceEvent . |
class |
SecurityPolicyViolationEvent
A JavaScript object for
SecurityPolicyViolationEvent . |
class |
SpeechSynthesisEvent
A JavaScript object for
SpeechSynthesisEvent . |
class |
StorageEvent
A JavaScript object for
StorageEvent . |
class |
SubmitEvent
A JavaScript object for
SubmitEvent . |
class |
TextEvent
A JavaScript object for
TextEvent . |
class |
TimeEvent
A JavaScript object for
TimeEvent . |
class |
TouchEvent
A JavaScript object for
TouchEvent . |
class |
TrackEvent
A JavaScript object for
TrackEvent . |
class |
TransitionEvent
A JavaScript object for
TransitionEvent . |
class |
UIEvent
JavaScript object representing a UI event.
|
class |
WebGLContextEvent
A JavaScript object for
WebGLContextEvent . |
class |
WebkitSpeechRecognitionError
A JavaScript object for
webkitSpeechRecognitionError . |
class |
WebkitSpeechRecognitionEvent
A JavaScript object for
webkitSpeechRecognitionEvent . |
class |
WheelEvent
A JavaScript object for
WheelEvent . |
Modifier and Type | Method and Description |
---|---|
static Event |
Event.createPropertyChangeEvent(DomNode domNode,
String propertyName)
Creates a new Event with
TYPE_PROPERTY_CHANGE type. |
Modifier and Type | Method and Description |
---|---|
boolean |
EventTarget.dispatchEvent(Event event)
Dispatches an event into the event system (standards-conformant browsers only).
|
void |
EventListenersContainer.executeAtTargetListeners(Event event,
Object[] args)
Executes listeners for events targeting the node.
|
void |
EventListenersContainer.executeBubblingListeners(Event event,
Object[] args)
Executes bubbling listeners.
|
void |
EventListenersContainer.executeCapturingListeners(Event event,
Object[] args)
Executes capturing listeners.
|
void |
EventTarget.executeEventLocally(Event event)
Executes the event on this object only (needed for instance for onload on (i)frame tags).
|
ScriptResult |
EventTarget.fireEvent(Event event)
Fires the event on the node with capturing and bubbling phase.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HTMLFormElement.dispatchEvent(Event event) |
boolean |
HTMLDocument.dispatchEvent(Event event)
Dispatches an event into the event system (standards-conformant browsers only).
|
void |
HTMLIFrameElement.executeEventLocally(Event event)
Executes the event on this object only (needed for instance for onload on (i)frame tags).
|
Modifier and Type | Class and Description |
---|---|
class |
MediaKeyError
A JavaScript object for
MediaKeyError . |
Modifier and Type | Class and Description |
---|---|
class |
SpeechSynthesisErrorEvent
A JavaScript object for
SpeechSynthesisErrorEvent . |
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.