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 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.private booleanHtmlPage.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 TypeMethodDescriptionbooleanWindow.dispatchEvent(Event event) Dispatches an event into the event system (standards-conformant browsers only).(package private) voidvoidWindow.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_MAPContains all supported DOM level 2 events.Document.SUPPORTED_DOM3_EVENT_TYPE_MAPContains all supported DOM level 3 events.Document.SUPPORTED_VENDOR_EVENT_TYPE_MAPContains all supported vendor specific events.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 TypeClassDescriptionclassA JavaScript object forAudioProcessingEvent.classA JavaScript object forBeforeInstallPromptEvent.classJavaScript object representing the BeforeUnloadEvent.classA JavaScript object forBlobEvent.classA JavaScript object forClipboardEvent.classA JavaScript object forCloseEvent.classA JavaScript object forCompositionEvent.classA JavaScript object forCustomEvent.classA JavaScript object forDeviceMotionEvent.classA JavaScript object forDeviceOrientationEvent.classA JavaScript object forDragEvent.classA JavaScript object forErrorEvent.classA JavaScript object forFocusEvent.classA JavaScript object forGamepadEvent.classJavaScript object representing the HashChangeEvent.classA JavaScript object forIDBVersionChangeEvent.classA JavaScript object forInputEvent.classJavaScript object representing a Keyboard Event.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 forSpeechSynthesisEvent.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 forwebkitSpeechRecognitionError.classA JavaScript object forwebkitSpeechRecognitionEvent.classA JavaScript object forWheelEvent.Methods in org.htmlunit.javascript.host.event that return EventModifier and TypeMethodDescriptionstatic EventEvent.createPropertyChangeEvent(DomNode domNode, String propertyName) Creates a new Event withTYPE_PROPERTY_CHANGEtype.Methods in org.htmlunit.javascript.host.event with parameters of type EventModifier and TypeMethodDescriptionbooleanEventTarget.dispatchEvent(Event event) Dispatches an event into the event system (standards-conformant browsers only).voidEventListenersContainer.executeAtTargetListeners(Event event, Object[] args) Executes listeners for events targeting the node.voidEventListenersContainer.executeBubblingListeners(Event event, Object[] args) Executes bubbling listeners.voidEventListenersContainer.executeCapturingListeners(Event event, Object[] args) Executes capturing listeners.private voidEventListenersContainer.executeEventListeners(int eventPhase, Event event, Object[] args) voidEventTarget.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 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 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 TypeClassDescriptionclassA JavaScript object forSpeechSynthesisErrorEvent.