@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="CompositionEvent")
public class CompositionEvent
extends UIEvent
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
CompositionEvent(java.lang.String type)
The CompositionEvent() constructor creates a new CompositionEvent object instance.
|
CompositionEvent(java.lang.String type,
CompositionEventInit eventInitDict)
The CompositionEvent() constructor creates a new CompositionEvent object instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
data()
The data read-only property of the CompositionEvent interface returns the characters generated by the input method that raised the event; its exact nature varies depending on the type of event that generated the CompositionEvent object.
|
bubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typeassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic CompositionEvent(@Nonnull
java.lang.String type,
@Nonnull
CompositionEventInit eventInitDict)
public CompositionEvent(@Nonnull
java.lang.String type)
@JsProperty(name="data") @Nonnull public java.lang.String data()