public class ErrorEvent extends Event
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Number> |
colno |
Objs.Property<Object> |
error |
Objs.Property<String> |
filename |
Objs.Property<Number> |
lineno |
Objs.Property<String> |
message |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, isTrusted, returnValue, srcElement, target, timeStamp, type
Modifier | Constructor and Description |
---|---|
protected |
ErrorEvent(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static ErrorEvent |
$as(Object obj) |
Number |
colno() |
String |
filename() |
void |
initErrorEvent(String typeArg,
Boolean canBubbleArg,
Boolean cancelableArg,
String messageArg,
String filenameArg,
double linenoArg) |
Number |
lineno() |
String |
message() |
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<Number> colno
public Objs.Property<Object> error
public Objs.Property<String> filename
public Objs.Property<Number> lineno
public Objs.Property<String> message
protected ErrorEvent(Objs.Constructor<?> c, Object js)
Copyright © 2018. All rights reserved.