Uses of Class
org.htmlunit.javascript.host.event.Event
Packages that use Event
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the JavaScript host objects for the Web Animations API - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
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.
Implementations of the JavaScript host media objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the Web Speech JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of Event in org.htmlunit.html
Methods in org.htmlunit.html with parameters of type EventModifier and TypeMethodDescription<P extends Page>
PDomElement.click
(Event event, boolean shiftKey, boolean ctrlKey, boolean altKey, boolean ignoreVisibility) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Simulates clicking on this element, returning the page in the window that has the focus after the element has been clicked.<P extends Page>
PHtmlAnchor.click
(Event event, boolean shiftKey, boolean ctrlKey, boolean altKey, boolean ignoreVisibility) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Simulates clicking on this element, returning the page in the window that has the focus after the element has been clicked.<P extends Page>
PHtmlImageInput.click
(Event event, boolean shiftKey, boolean ctrlKey, boolean altKey, boolean ignoreVisibility) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Simulates clicking on this element, returning the page in the window that has the focus after the element has been clicked.<P extends Page>
PHtmlLabel.click
(Event event, boolean shiftKey, boolean ctrlKey, boolean altKey, boolean ignoreVisibility) Clicks the label and propagates to the referenced element.protected ScriptResult
DomElement.doClickFireClickEvent
(Event event) This method implements the control onclick handler call during the click action.INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Fires the event on the element.INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Fires the event on the element.boolean
Indicates if the provided event can be applied to this node.boolean
Indicates if the provided event can be applied to this node.boolean
Indicates if the provided event can be applied to this node.boolean
Indicates if the provided event can be applied to this node.boolean
Indicates if the provided event can be applied to this node.boolean
Indicates if the provided event can be applied to this node.boolean
Indicates if the provided event can be applied to this node.boolean
Indicates if the provided event can be applied to this node.boolean
Indicates if the provided event can be applied to this node.boolean
Indicates if the provided event can be applied to this node.boolean
Indicates if the provided event can be applied to this node.private boolean
HtmlPage.isOnbeforeunloadAccepted
(HtmlPage page, Event event) -
Uses of Event in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host declared as EventMethods in org.htmlunit.javascript.host that return EventModifier and TypeMethodDescriptionWindow.getCurrentEvent()
Returns the current event (used internally regardless of the emulation mode).Methods in org.htmlunit.javascript.host with parameters of type EventModifier and TypeMethodDescriptionboolean
Window.dispatchEvent
(Event event) Dispatches an event into the event system (standards-conformant browsers only).(package private) void
void
Window.setCurrentEvent
(Event event) Sets the current event. -
Uses of Event in org.htmlunit.javascript.host.animations
Subclasses of Event in org.htmlunit.javascript.host.animations -
Uses of Event in org.htmlunit.javascript.host.dom
Fields in org.htmlunit.javascript.host.dom with type parameters of type EventModifier and TypeFieldDescriptionDocument.SUPPORTED_DOM2_EVENT_TYPE_MAP
Contains all supported DOM level 2 events.Document.SUPPORTED_DOM3_EVENT_TYPE_MAP
Contains all supported DOM level 3 events.Document.SUPPORTED_VENDOR_EVENT_TYPE_MAP
Contains all supported vendor specific events.Methods in org.htmlunit.javascript.host.dom that return EventModifier and TypeMethodDescriptionDocument.createEvent
(String eventType) Implementation of theDocumentEvent
interface'sDocumentEvent.createEvent(String)
method. -
Uses of Event in org.htmlunit.javascript.host.event
Subclasses of Event in org.htmlunit.javascript.host.eventModifier and TypeClassDescriptionclass
A JavaScript object forAudioProcessingEvent
.class
A JavaScript object forBeforeInstallPromptEvent
.class
JavaScript object representing the BeforeUnloadEvent.class
A JavaScript object forBlobEvent
.class
A JavaScript object forClipboardEvent
.class
A JavaScript object forCloseEvent
.class
A JavaScript object forCompositionEvent
.class
A JavaScript object forCustomEvent
.class
A JavaScript object forDeviceMotionEvent
.class
A JavaScript object forDeviceOrientationEvent
.class
A JavaScript object forDragEvent
.class
A JavaScript object forErrorEvent
.class
A JavaScript object forFocusEvent
.class
A JavaScript object forGamepadEvent
.class
JavaScript object representing the HashChangeEvent.class
A JavaScript object forIDBVersionChangeEvent
.class
A JavaScript object forInputEvent
.class
JavaScript object representing a Keyboard Event.class
A JavaScript object forMediaEncryptedEvent
.class
A JavaScript object forMediaKeyMessageEvent
.class
A JavaScript object forMediaQueryListEvent
.class
A JavaScript object forMediaStreamEvent
.class
A JavaScript object forMediaStreamTrackEvent
.class
A JavaScript object forMessageEvent
.class
A JavaScript object forMIDIConnectionEvent
.class
A JavaScript object forMIDIMessageEvent
.class
JavaScript object representing a Mouse Event.class
A JavaScript object forMouseScrollEvent
.class
JavaScript object representing a Mutation Event.class
A JavaScript object forOfflineAudioCompletionEvent
.class
A JavaScript object forPageTransitionEvent
.class
JavaScript object representing aPointerEvent
.class
A JavaScript object forPopStateEvent
.class
A JavaScript object forPresentationConnectionAvailableEvent
.class
A JavaScript object forPresentationConnectionCloseEvent
.class
A JavaScript object forProgressEvent
.class
A JavaScript object forPromiseRejectionEvent
.class
A JavaScript object forRTCDataChannelEvent
.class
A JavaScript object forRTCPeerConnectionIceEvent
.class
A JavaScript object forSecurityPolicyViolationEvent
.class
A JavaScript object forSpeechSynthesisEvent
.class
A JavaScript object forStorageEvent
.class
A JavaScript object forSubmitEvent
.class
A JavaScript object forTextEvent
.class
A JavaScript object forTimeEvent
.class
A JavaScript object forTouchEvent
.class
A JavaScript object forTrackEvent
.class
A JavaScript object forTransitionEvent
.class
JavaScript object representing a UI event.class
A JavaScript object forWebGLContextEvent
.class
A JavaScript object forwebkitSpeechRecognitionError
.class
A JavaScript object forwebkitSpeechRecognitionEvent
.class
A JavaScript object forWheelEvent
.Methods in org.htmlunit.javascript.host.event that return EventModifier and TypeMethodDescriptionstatic Event
Event.createPropertyChangeEvent
(DomNode domNode, String propertyName) Creates a new Event withTYPE_PROPERTY_CHANGE
type.Methods in org.htmlunit.javascript.host.event with parameters of type EventModifier and TypeMethodDescriptionboolean
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.private void
EventListenersContainer.executeEventListeners
(int eventPhase, Event event, Object[] args) void
EventTarget.executeEventLocally
(Event event) Executes the event on this object only (needed for instance for onload on (i)frame tags).Fires the event on the node with capturing and bubbling phase. -
Uses of Event in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html with parameters of type EventModifier and TypeMethodDescriptionboolean
HTMLDocument.dispatchEvent
(Event event) Dispatches an event into the event system (standards-conformant browsers only).boolean
HTMLFormElement.dispatchEvent
(Event event) void
HTMLIFrameElement.executeEventLocally
(Event event) Executes the event on this object only (needed for instance for onload on (i)frame tags). -
Uses of Event in org.htmlunit.javascript.host.media
Subclasses of Event in org.htmlunit.javascript.host.media -
Uses of Event in org.htmlunit.javascript.host.speech
Subclasses of Event in org.htmlunit.javascript.host.speechModifier and TypeClassDescriptionclass
A JavaScript object forSpeechSynthesisErrorEvent
.