public class CloseEvent extends Event
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Number> |
code |
Objs.Property<String> |
reason |
Objs.Property<Boolean> |
wasClean |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, isTrusted, returnValue, srcElement, target, timeStamp, type
Modifier | Constructor and Description |
---|---|
protected |
CloseEvent(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static CloseEvent |
$as(Object obj) |
Number |
code() |
void |
initCloseEvent(String typeArg,
Boolean canBubbleArg,
Boolean cancelableArg,
Boolean wasCleanArg,
double codeArg,
String reasonArg) |
String |
reason() |
Boolean |
wasClean() |
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> code
public Objs.Property<String> reason
public Objs.Property<Boolean> wasClean
protected CloseEvent(Objs.Constructor<?> c, Object js)
public static CloseEvent $as(Object obj)
public Number code()
public String reason()
public Boolean wasClean()
Copyright © 2018. All rights reserved.