public class MutationEventImpl extends EventImpl implements MutationEvent
Modifier and Type | Field and Description |
---|---|
static int |
ADDITION |
static int |
MODIFICATION |
static int |
REMOVAL |
AT_TARGET, BLUR, BUBBLING_PHASE, CAPTURING_PHASE, CHANGE, CLICK, DBLCLICK, DRAGDROP, FOCUS, KEYDOWN, KEYPRESS, KEYUP, MOUSEDOWN, MOUSEDRAG, MOUSEMOVE, MOUSEOUT, MOUSEOVER, MOUSEUP, NONE, SELECT
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE
Modifier and Type | Method and Description |
---|---|
short |
getAttrChange() |
String |
getAttrName() |
String |
getNewValue() |
String |
getPrevValue() |
Node |
getRelatedNode() |
void |
initMutationEvent(String type,
boolean canBubble,
boolean cancelable,
Node relatedNode,
String prevValue,
String newValue,
String attrName,
short attrChange) |
equals, getBubbles, getCancelable, getCancelBubble, getCurrentTarget, getDefaultPrevented, getEventPhase, getIsTrusted, getReturnValue, getSrcElement, getTarget, getTimeStamp, getType, hashCode, initEvent, preventDefault, setCancelBubble, setReturnValue, stopImmediatePropagation, stopPropagation
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation
public static final int MODIFICATION
public static final int ADDITION
public static final int REMOVAL
public Node getRelatedNode()
getRelatedNode
in interface MutationEvent
public String getPrevValue()
getPrevValue
in interface MutationEvent
public String getNewValue()
getNewValue
in interface MutationEvent
public String getAttrName()
getAttrName
in interface MutationEvent
public short getAttrChange()
getAttrChange
in interface MutationEvent
public void initMutationEvent(String type, boolean canBubble, boolean cancelable, Node relatedNode, String prevValue, String newValue, String attrName, short attrChange)
initMutationEvent
in interface MutationEvent
Copyright © 2020. All rights reserved.