Package | Description |
---|---|
elemental.dom | |
elemental.events | |
elemental.html | |
elemental.js.dom | |
elemental.js.events | |
elemental.js.html | |
elemental.js.svg | |
elemental.svg | |
elemental.xml |
Modifier and Type | Interface and Description |
---|---|
interface |
DeviceMotionEvent
A
DeviceMotionEvent object describes an event that indicates the amount of physical motion of the device that has occurred, and is fired at a set interval (rather than in response to motion). |
interface |
DeviceOrientationEvent
A
DeviceOrientationEvent object describes an event that provides information about the current orientation of the device as compared to the Earth coordinate frame. |
interface |
SpeechInputEvent |
Modifier and Type | Method and Description |
---|---|
Event |
Document.createEvent(String eventType)
Creates an event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SpeechRecognition.dispatchEvent(Event evt) |
boolean |
ElementalMixinBase.dispatchEvent(Event event) |
boolean |
Node.dispatchEvent(Event event) |
boolean |
MediaStream.dispatchEvent(Event event) |
Modifier and Type | Interface and Description |
---|---|
interface |
AnimationEvent |
interface |
BeforeLoadEvent |
interface |
CloseEvent
A
CloseEvent is sent to clients using WebSockets when the connection is closed. |
interface |
CompositionEvent
dom/interfaces/events/nsIDOMCompositionEvent.idl ScriptableAn event interface for composition events1.011.0IntroducedGecko 9.0
Inherits from:
nsIDOMUIEvent
Last changed in Gecko 9.0 (Firefox 9.0 / Thunderbird 9.0 / SeaMonkey 2.6)
|
interface |
CustomEvent
The DOM
CustomEvent are events initialized by an application for any purpose. |
interface |
ErrorEvent |
interface |
HashChangeEvent |
interface |
KeyboardEvent
|
interface |
MediaStreamEvent |
interface |
MessageEvent
DRAFT
This page is not complete.
|
interface |
MouseEvent
The DOM
MouseEvent represents events that occur due to the user interacting with a pointing device (such as a mouse). |
interface |
MutationEvent |
interface |
OverflowEvent |
interface |
PageTransitionEvent |
interface |
PopStateEvent |
interface |
ProgressEvent
dom/interfaces/events/nsIDOMProgressEvent.idl ScriptableThis interface represents the events sent with progress information while uploading data using the XMLHttpRequest object.1.011.0IntroducedGecko 1.9.1
Inherits from:
nsIDOMEvent
Last changed in Gecko 1.9.1 (Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)
|
interface |
SpeechRecognitionEvent |
interface |
TextEvent |
interface |
TouchEvent
A
TouchEvent represents an event sent when the state of contacts with a touch-sensitive surface changes. |
interface |
TransitionEvent |
interface |
UIEvent
dom/interfaces/events/nsIDOMUIEvent.idl ScriptableA basic event interface for all user interface events1.011.0
Inherits from:
nsIDOMEvent
Last changed in Gecko 9.0 (Firefox 9.0 / Thunderbird 9.0 / SeaMonkey 2.6)
|
interface |
WheelEvent |
interface |
XMLHttpRequestProgressEvent |
Modifier and Type | Method and Description |
---|---|
boolean |
MessagePort.dispatchEvent(Event evt) |
boolean |
EventTarget.dispatchEvent(Event event)
Dispatch an event to this
EventTarget . |
void |
EventListener.handleEvent(Event evt) |
Modifier and Type | Interface and Description |
---|---|
interface |
AudioProcessingEvent |
interface |
IDBVersionChangeEvent
The
IDBVersionChangeEvent interface of the IndexedDB API indicates that the version of the database has changed. |
interface |
MediaKeyEvent |
interface |
OfflineAudioCompletionEvent |
interface |
StorageEvent
dom/interfaces/storage/nsIDOMStorageEvent.idl ScriptableDescribes an event occurring on HTML5 client-side storage data.1.011.0IntroducedGecko 2.0
Inherits from:
nsIDOMEvent
Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)
|
interface |
TrackEvent |
interface |
WebGLContextEvent |
Modifier and Type | Method and Description |
---|---|
Event |
Window.getEvent() |
Modifier and Type | Method and Description |
---|---|
boolean |
WebSocket.dispatchEvent(Event evt) |
boolean |
Window.dispatchEvent(Event evt) |
boolean |
EventSource.dispatchEvent(Event evt) |
boolean |
ApplicationCache.dispatchEvent(Event evt) |
boolean |
IDBTransaction.dispatchEvent(Event evt) |
boolean |
MediaController.dispatchEvent(Event evt) |
boolean |
WorkerGlobalScope.dispatchEvent(Event evt) |
boolean |
AbstractWorker.dispatchEvent(Event evt) |
boolean |
FileReader.dispatchEvent(Event evt) |
boolean |
IDBDatabase.dispatchEvent(Event evt) |
boolean |
TextTrackList.dispatchEvent(Event evt) |
boolean |
FileWriter.dispatchEvent(Event evt) |
boolean |
TextTrackCue.dispatchEvent(Event evt) |
boolean |
BatteryManager.dispatchEvent(Event evt) |
boolean |
Notification.dispatchEvent(Event evt) |
boolean |
PeerConnection00.dispatchEvent(Event event) |
boolean |
DeprecatedPeerConnection.dispatchEvent(Event event) |
boolean |
IDBRequest.dispatchEvent(Event evt) |
boolean |
TextTrack.dispatchEvent(Event evt) |
Modifier and Type | Class and Description |
---|---|
class |
JsDeviceMotionEvent |
class |
JsDeviceOrientationEvent |
class |
JsSpeechInputEvent |
Modifier and Type | Method and Description |
---|---|
boolean |
JsElementalMixinBase.dispatchEvent(Event event) |
Modifier and Type | Class and Description |
---|---|
class |
JsAnimationEvent |
class |
JsBeforeLoadEvent |
class |
JsCloseEvent |
class |
JsCompositionEvent |
class |
JsCustomEvent |
class |
JsErrorEvent |
class |
JsEvent |
class |
JsHashChangeEvent |
class |
JsKeyboardEvent |
class |
JsMediaStreamEvent |
class |
JsMessageEvent |
class |
JsMouseEvent |
class |
JsMutationEvent |
class |
JsOverflowEvent |
class |
JsPageTransitionEvent |
class |
JsPopStateEvent |
class |
JsProgressEvent |
class |
JsSpeechRecognitionEvent |
class |
JsTextEvent |
class |
JsTouchEvent |
class |
JsTransitionEvent |
class |
JsUIEvent |
class |
JsWheelEvent |
class |
JsXMLHttpRequestProgressEvent |
Modifier and Type | Method and Description |
---|---|
void |
JsEventListener.handleEvent(Event evt) |
Modifier and Type | Class and Description |
---|---|
class |
JsAudioProcessingEvent |
class |
JsIDBVersionChangeEvent |
class |
JsMediaKeyEvent |
class |
JsOfflineAudioCompletionEvent |
class |
JsStorageEvent |
class |
JsTrackEvent |
class |
JsWebGLContextEvent |
Modifier and Type | Class and Description |
---|---|
class |
JsSVGZoomEvent |
Modifier and Type | Interface and Description |
---|---|
interface |
SVGZoomEvent |
Modifier and Type | Method and Description |
---|---|
Event |
SVGDocument.createEvent(String eventType) |
Modifier and Type | Method and Description |
---|---|
boolean |
SVGElementInstance.dispatchEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
boolean |
XMLHttpRequestUpload.dispatchEvent(Event evt) |
boolean |
XMLHttpRequest.dispatchEvent(Event evt) |
Copyright © 2018. All rights reserved.