Uses of Class
org.htmlunit.javascript.host.event.Event
-
Packages that use Event Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich 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. -
-
Uses of Event in org.htmlunit.html
Methods in org.htmlunit.html with parameters of type Event Modifier and Type Method Description <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.ScriptResultDomElement. fireEvent(Event event)INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Fires the event on the element.ScriptResultHtmlImage. fireEvent(Event event)INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Fires the event on the element.booleanDomNode. handles(Event event)Indicates if the provided event can be applied to this node.booleanHtmlAnchor. handles(Event event)Indicates if the provided event can be applied to this node.booleanHtmlArea. handles(Event event)Indicates if the provided event can be applied to this node.booleanHtmlBody. handles(Event event)Indicates if the provided event can be applied to this node.booleanHtmlButton. handles(Event event)Indicates if the provided event can be applied to this node.booleanHtmlElement. handles(Event event)Indicates if the provided event can be applied to this node.booleanHtmlInput. handles(Event event)Indicates if the provided event can be applied to this node.booleanHtmlOption. handles(Event event)Indicates if the provided event can be applied to this node.booleanHtmlPage. handles(Event event)Indicates if the provided event can be applied to this node.booleanHtmlSelect. handles(Event event)Indicates if the provided event can be applied to this node.booleanHtmlTextArea. handles(Event event)Indicates 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 Event Modifier and Type Field Description private EventWindow. currentEvent_Methods in org.htmlunit.javascript.host that return Event Modifier and Type Method Description EventWindow. getCurrentEvent()Returns the current event (used internally regardless of the emulation mode).Methods in org.htmlunit.javascript.host with parameters of type Event Modifier and Type Method Description booleanWindow. dispatchEvent(Event event)Dispatches an event into the event system (standards-conformant browsers only).(package private) voidWebSocket. fire(Event evt)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 Modifier and Type Class Description classAnimationEventA JavaScript object forAnimationEvent. -
Uses of Event in org.htmlunit.javascript.host.dom
Fields in org.htmlunit.javascript.host.dom with type parameters of type Event Modifier and Type Field Description private static java.util.Map<java.lang.String,java.lang.Class<? extends Event>>Document. SUPPORTED_DOM2_EVENT_TYPE_MAPContains all supported DOM level 2 events.private static java.util.Map<java.lang.String,java.lang.Class<? extends Event>>Document. SUPPORTED_DOM3_EVENT_TYPE_MAPContains all supported DOM level 3 events.private static java.util.Map<java.lang.String,java.lang.Class<? extends Event>>Document. SUPPORTED_VENDOR_EVENT_TYPE_MAPContains all supported vendor specific events.Methods in org.htmlunit.javascript.host.dom that return Event Modifier and Type Method Description EventDocument. createEvent(java.lang.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.event Modifier and Type Class Description classAudioProcessingEventA JavaScript object forAudioProcessingEvent.classBeforeInstallPromptEventA JavaScript object forBeforeInstallPromptEvent.classBeforeUnloadEventJavaScript object representing the BeforeUnloadEvent.classBlobEventA JavaScript object forBlobEvent.classClipboardEventA JavaScript object forClipboardEvent.classCloseEventA JavaScript object forCloseEvent.classCompositionEventA JavaScript object forCompositionEvent.classCustomEventA JavaScript object forCustomEvent.classDeviceMotionEventA JavaScript object forDeviceMotionEvent.classDeviceOrientationEventA JavaScript object forDeviceOrientationEvent.classDragEventA JavaScript object forDragEvent.classErrorEventA JavaScript object forErrorEvent.classFocusEventA JavaScript object forFocusEvent.classGamepadEventA JavaScript object forGamepadEvent.classHashChangeEventJavaScript object representing the HashChangeEvent.classIDBVersionChangeEventA JavaScript object forIDBVersionChangeEvent.classInputEventA JavaScript object forInputEvent.classKeyboardEventJavaScript object representing a Keyboard Event.classMediaEncryptedEventA JavaScript object forMediaEncryptedEvent.classMediaKeyMessageEventA JavaScript object forMediaKeyMessageEvent.classMediaQueryListEventA JavaScript object forMediaQueryListEvent.classMediaStreamEventA JavaScript object forMediaStreamEvent.classMediaStreamTrackEventA JavaScript object forMediaStreamTrackEvent.classMessageEventA JavaScript object forMessageEvent.classMIDIConnectionEventA JavaScript object forMIDIConnectionEvent.classMIDIMessageEventA JavaScript object forMIDIMessageEvent.classMouseEventJavaScript object representing a Mouse Event.classMouseScrollEventA JavaScript object forMouseScrollEvent.classMutationEventJavaScript object representing a Mutation Event.classOfflineAudioCompletionEventA JavaScript object forOfflineAudioCompletionEvent.classPageTransitionEventA JavaScript object forPageTransitionEvent.classPointerEventJavaScript object representing aPointerEvent.classPopStateEventA JavaScript object forPopStateEvent.classPresentationConnectionAvailableEventA JavaScript object forPresentationConnectionAvailableEvent.classPresentationConnectionCloseEventA JavaScript object forPresentationConnectionCloseEvent.classProgressEventA JavaScript object forProgressEvent.classPromiseRejectionEventA JavaScript object forPromiseRejectionEvent.classRTCDataChannelEventA JavaScript object forRTCDataChannelEvent.classRTCPeerConnectionIceEventA JavaScript object forRTCPeerConnectionIceEvent.classSecurityPolicyViolationEventA JavaScript object forSecurityPolicyViolationEvent.classSpeechSynthesisEventA JavaScript object forSpeechSynthesisEvent.classStorageEventA JavaScript object forStorageEvent.classSubmitEventA JavaScript object forSubmitEvent.classTextEventA JavaScript object forTextEvent.classTimeEventA JavaScript object forTimeEvent.classTouchEventA JavaScript object forTouchEvent.classTrackEventA JavaScript object forTrackEvent.classTransitionEventA JavaScript object forTransitionEvent.classUIEventJavaScript object representing a UI event.classWebGLContextEventA JavaScript object forWebGLContextEvent.classWebkitSpeechRecognitionErrorA JavaScript object forwebkitSpeechRecognitionError.classWebkitSpeechRecognitionEventA JavaScript object forwebkitSpeechRecognitionEvent.classWheelEventA JavaScript object forWheelEvent.Methods in org.htmlunit.javascript.host.event that return Event Modifier and Type Method Description static EventEvent. createPropertyChangeEvent(DomNode domNode, java.lang.String propertyName)Creates a new Event withTYPE_PROPERTY_CHANGEtype.Methods in org.htmlunit.javascript.host.event with parameters of type Event Modifier and Type Method Description booleanEventTarget. dispatchEvent(Event event)Dispatches an event into the event system (standards-conformant browsers only).voidEventListenersContainer. executeAtTargetListeners(Event event, java.lang.Object[] args)Executes listeners for events targeting the node.voidEventListenersContainer. executeBubblingListeners(Event event, java.lang.Object[] args)Executes bubbling listeners.voidEventListenersContainer. executeCapturingListeners(Event event, java.lang.Object[] args)Executes capturing listeners.private voidEventListenersContainer. executeEventListeners(int eventPhase, Event event, java.lang.Object[] args)voidEventTarget. executeEventLocally(Event event)Executes the event on this object only (needed for instance for onload on (i)frame tags).ScriptResultEventTarget. fireEvent(Event event)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 Event Modifier and Type Method Description booleanHTMLDocument. 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 Modifier and Type Class Description classMediaKeyErrorA JavaScript object forMediaKeyError. -
Uses of Event in org.htmlunit.javascript.host.speech
Subclasses of Event in org.htmlunit.javascript.host.speech Modifier and Type Class Description classSpeechSynthesisErrorEventA JavaScript object forSpeechSynthesisErrorEvent.
-