Package elemental2.dom
Class RelatedEvent
- java.lang.Object
-
- elemental2.dom.Event
-
- elemental2.dom.RelatedEvent
-
@JsType(isNative=true, namespace="<global>") public class RelatedEvent extends Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RelatedEvent.RelatedEventEventInitDictType
-
Nested classes/interfaces inherited from class elemental2.dom.Event
Event.DeepPathFn
-
-
Field Summary
Fields Modifier and Type Field Description EventTarget
relatedTarget
-
Fields inherited from class elemental2.dom.Event
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, CAPTURING_PHASE, composed, currentTarget, deepPath, defaultPrevented, eventPhase, namespaceURI, path, target, timeStamp, type
-
-
Constructor Summary
Constructors Constructor Description RelatedEvent(java.lang.String type)
RelatedEvent(java.lang.String type, RelatedEvent.RelatedEventEventInitDictType eventInitDict)
-
Method Summary
-
Methods inherited from class elemental2.dom.Event
composedPath, initEvent, initEvent, initEvent, preventDefault, stopImmediatePropagation, stopPropagation
-
-
-
-
Field Detail
-
relatedTarget
public EventTarget relatedTarget
-
-
Constructor Detail
-
RelatedEvent
public RelatedEvent(java.lang.String type, RelatedEvent.RelatedEventEventInitDictType eventInitDict)
-
RelatedEvent
public RelatedEvent(java.lang.String type)
-
-