@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="InputEvent")
public class InputEvent
extends UIEvent
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
InputEvent(java.lang.String type)
The InputEvent() constructor creates a new InputEvent.
|
InputEvent(java.lang.String type,
InputEventInit eventInitDict)
The InputEvent() constructor creates a new InputEvent.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
data()
The data read-only property of the InputEvent interface returns a DOMString with the inserted characters.
|
java.lang.String |
inputType()
The inputType read-only property of the InputEvent interface returns the type of change made to editible content.
|
boolean |
isComposing()
The InputEvent.isComposing read-only property returns a Boolean value indicating if the event is fired after compositionstart and before compositionend.
|
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, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, valuespublic InputEvent(@Nonnull
java.lang.String type,
@Nonnull
InputEventInit eventInitDict)
public InputEvent(@Nonnull
java.lang.String type)
@JsProperty(name="data") @Nullable public java.lang.String data()
@JsProperty(name="inputType") @Nonnull public java.lang.String inputType()
@JsProperty(name="isComposing") public boolean isComposing()