public class Event
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
Event.ComposedPathArrayUnionType |
static interface |
Event.DeepPathFn |
Modifier and Type | Field and Description |
---|---|
static double |
AT_TARGET |
boolean |
bubbles |
static double |
BUBBLING_PHASE |
boolean |
cancelable |
static double |
CAPTURING_PHASE |
boolean |
composed |
EventTarget |
currentTarget |
Event.DeepPathFn |
deepPath |
boolean |
defaultPrevented |
int |
eventPhase |
java.lang.String |
namespaceURI |
Element[] |
path |
EventTarget |
target |
double |
timeStamp |
java.lang.String |
type |
Constructor and Description |
---|
Event(java.lang.String type) |
Event(java.lang.String type,
EventInit eventInitDict) |
Modifier and Type | Method and Description |
---|---|
Event.ComposedPathArrayUnionType[] |
composedPath() |
void |
initEvent(java.lang.String eventTypeArg) |
void |
initEvent(java.lang.String eventTypeArg,
boolean canBubbleArg) |
void |
initEvent(java.lang.String eventTypeArg,
boolean canBubbleArg,
boolean cancelableArg) |
void |
preventDefault() |
void |
stopImmediatePropagation() |
void |
stopPropagation() |
public static final double AT_TARGET
public static final double BUBBLING_PHASE
public static final double CAPTURING_PHASE
public boolean bubbles
public boolean cancelable
public boolean composed
public EventTarget currentTarget
public Event.DeepPathFn deepPath
public boolean defaultPrevented
public int eventPhase
public java.lang.String namespaceURI
public Element[] path
public EventTarget target
public double timeStamp
public java.lang.String type
public Event(java.lang.String type, EventInit eventInitDict)
public Event(java.lang.String type)
public Event.ComposedPathArrayUnionType[] composedPath()
public void initEvent(java.lang.String eventTypeArg, boolean canBubbleArg, boolean cancelableArg)
public void initEvent(java.lang.String eventTypeArg, boolean canBubbleArg)
public void initEvent(java.lang.String eventTypeArg)
public void preventDefault()
public void stopImmediatePropagation()
public void stopPropagation()