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 should not
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 ScriptResultDomElement.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.booleanIndicates if the provided event can be applied to this node.booleanIndicates if the provided event can be applied to this node.booleanIndicates if the provided event can be applied to this node.booleanIndicates if the provided event can be applied to this node.booleanIndicates if the provided event can be applied to this node.booleanIndicates if the provided event can be applied to this node.booleanIndicates if the provided event can be applied to this node.booleanIndicates if the provided event can be applied to this node.booleanIndicates if the provided event can be applied to this node.booleanIndicates if the provided event can be applied to this node.booleanIndicates if the provided event can be applied to this node. -
Uses of Event in org.htmlunit.javascript.host
Methods 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 TypeMethodDescriptionbooleanWindow.dispatchEvent(Event event) Dispatches an event into the event system.voidWindow.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
Methods in org.htmlunit.javascript.host.dom that return EventModifier and TypeMethodDescriptionDocument.createEvent(String eventType) Implementation of theDocumentEventinterface'sDocumentEvent.createEvent(String)method. -
Uses of Event in org.htmlunit.javascript.host.event
Subclasses of Event in org.htmlunit.javascript.host.eventModifier and TypeClassDescriptionclassJavaScript host object forAudioProcessingEvent.classJavaScript host object forBeforeInstallPromptEvent.classJavaScript host object forBeforeUnloadEvent.classJavaScript host object forBlobEvent.classJavaScript host object forClipboardEvent.classJavaScript host object forCloseEvent.classJavaScript host object forCompositionEvent.classJavaScript host object forCustomEvent.classJavaScript host object forDeviceMotionEvent.classJavaScript host object forDeviceOrientationEvent.classJavaScript host object forDragEvent.classJavaScript host object forErrorEvent.classJavaScript host object forFocusEvent.classJavaScript host object forGamepadEvent.classJavaScript host object forHashChangeEvent.classJavaScript host object forIDBVersionChangeEvent.classJavaScript host object forInputEvent.classJavaScript host object forKeyboardEvent.classA JavaScript object forMediaEncryptedEvent.classA JavaScript object forMediaKeyMessageEvent.classA JavaScript object forMediaQueryListEvent.classA JavaScript object forMediaStreamEvent.classA JavaScript object forMediaStreamTrackEvent.classA JavaScript object forMessageEvent.classA JavaScript object forMIDIConnectionEvent.classA JavaScript object forMIDIMessageEvent.classJavaScript object representing a Mouse Event.classA JavaScript object forMouseScrollEvent.classJavaScript object representing a Mutation Event.classA JavaScript object forOfflineAudioCompletionEvent.classA JavaScript object forPageTransitionEvent.classJavaScript object representing aPointerEvent.classA JavaScript object forPopStateEvent.classA JavaScript object forPresentationConnectionAvailableEvent.classA JavaScript object forPresentationConnectionCloseEvent.classA JavaScript object forProgressEvent.classA JavaScript object forPromiseRejectionEvent.classA JavaScript object forRTCDataChannelEvent.classA JavaScript object forRTCPeerConnectionIceEvent.classA JavaScript object forSecurityPolicyViolationEvent.classA JavaScript object forStorageEvent.classA JavaScript object forSubmitEvent.classA JavaScript object forTextEvent.classA JavaScript object forTimeEvent.classA JavaScript object forTouchEvent.classA JavaScript object forTrackEvent.classA JavaScript object forTransitionEvent.classJavaScript object representing a UI event.classA JavaScript object forWebGLContextEvent.classA JavaScript object forWheelEvent.Methods in org.htmlunit.javascript.host.event that return EventModifier and TypeMethodDescriptionstatic EventEvent.createPropertyChangeEvent(DomNode domNode, String propertyName) Creates a newTYPE_PROPERTY_CHANGEevent for the given DOM node.Methods in org.htmlunit.javascript.host.event with parameters of type EventModifier and TypeMethodDescriptionbooleanEventTarget.dispatchEvent(Event event) Dispatches an event into the event system.voidEventListenersContainer.executeAtTargetListeners(Event event, Object[] args) Executes listeners for events targeting this node (non-propagation phase).voidEventListenersContainer.executeBubblingListeners(Event event, Object[] args) Executes bubbling listeners for the given event.voidEventListenersContainer.executeCapturingListeners(Event event, Object[] args) Executes capturing listeners for the given event.voidEventTarget.executeEventLocally(Event event) Executes the event on this object only (needed for instance foronloadon(i)frametags).Fires the event on this node with capturing and bubbling phases. -
Uses of Event in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html with parameters of type EventModifier and TypeMethodDescriptionbooleanHTMLDocument.dispatchEvent(Event event) Dispatches an event into the event system (standards-conformant browsers only).booleanHTMLFormElement.dispatchEvent(Event event) voidHTMLIFrameElement.executeEventLocally(Event event) Executes the event on this object only (needed for instance foronloadon(i)frametags). -
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 TypeClassDescriptionclassJavaScript host object forSpeechRecognitionErrorEvent.classJavaScript host object forSpeechRecognitionEvent.classJavaScript host object forSpeechSynthesisErrorEvent.classJavaScript host object forSpeechSynthesisEvent.