public class InputEvent extends UIEvent
Event.ComposedPathArrayUnionType, Event.DeepPathFn| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
data |
DataTransfer |
dataTransfer |
java.lang.String |
inputType |
boolean |
isComposed |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, CAPTURING_PHASE, composed, currentTarget, deepPath, defaultPrevented, eventPhase, namespaceURI, path, target, timeStamp, type| Constructor and Description |
|---|
InputEvent(java.lang.String type) |
InputEvent(java.lang.String type,
InputEventInit eventInitDict) |
initUIEventcomposedPath, initEvent, initEvent, initEvent, preventDefault, stopImmediatePropagation, stopPropagationpublic java.lang.String data
public DataTransfer dataTransfer
public java.lang.String inputType
public boolean isComposed
public InputEvent(java.lang.String type,
InputEventInit eventInitDict)
public InputEvent(java.lang.String type)