public class MessageEvent extends Event
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Object> |
data |
Objs.Property<String> |
origin |
Objs.Property<Object> |
ports |
Objs.Property<Window> |
source |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, isTrusted, returnValue, srcElement, target, timeStamp, type
Modifier | Constructor and Description |
---|---|
protected |
MessageEvent(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static MessageEvent |
$as(Object obj) |
void |
initMessageEvent(String typeArg,
Boolean canBubbleArg,
Boolean cancelableArg,
Object dataArg,
String originArg,
String lastEventIdArg,
Window sourceArg) |
String |
origin() |
Window |
source() |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, initEvent, isTrusted, preventDefault, returnValue, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, type
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Object> data
public Objs.Property<String> origin
public Objs.Property<Object> ports
public Objs.Property<Window> source
protected MessageEvent(Objs.Constructor<?> c, Object js)
public static MessageEvent $as(Object obj)
public String origin()
public Window source()
Copyright © 2018. All rights reserved.