public class CompositionEvent extends UIEvent
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<String> |
data |
Objs.Property<String> |
locale |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, isTrusted, returnValue, srcElement, target, timeStamp, type
Modifier | Constructor and Description |
---|---|
protected |
CompositionEvent(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static CompositionEvent |
$as(Object obj) |
String |
data() |
void |
initCompositionEvent(String typeArg,
Boolean canBubbleArg,
Boolean cancelableArg,
Window viewArg,
String dataArg,
String locale) |
String |
locale() |
detail, initUIEvent, view
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<String> data
public Objs.Property<String> locale
protected CompositionEvent(Objs.Constructor<?> c, Object js)
Copyright © 2018. All rights reserved.