Package org.loboevolution.html.js.events
Class MutationEventImpl
java.lang.Object
org.loboevolution.js.AbstractScriptableDelegate
org.loboevolution.html.js.events.EventImpl
org.loboevolution.html.js.events.MutationEventImpl
- All Implemented Interfaces:
Event
,MutationEvent
,ScriptableDelegate
UIEventImpl class.
-
Field Summary
Fields inherited from interface org.loboevolution.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE, NONE
Fields inherited from interface org.loboevolution.events.MutationEvent
ADDITION, MODIFICATION, REMOVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initMutationEvent
(String type) void
initMutationEvent
(String type, Boolean bubbles) void
initMutationEvent
(String type, Boolean bubbles, boolean cancelable) void
initMutationEvent
(String type, Boolean bubbles, boolean cancelable, Node relatedNode) void
initMutationEvent
(String type, Boolean bubbles, boolean cancelable, Node relatedNode, String prevValue) void
initMutationEvent
(String type, Boolean bubbles, boolean cancelable, Node relatedNode, String prevValue, String newValue) void
initMutationEvent
(String type, Boolean bubbles, boolean cancelable, Node relatedNode, String prevValue, String newValue, String attrName) void
initMutationEvent
(String type, Boolean bubbles, boolean cancelable, Node relatedNode, String prevValue, String newValue, String attrName, int attrChange) toString()
Methods inherited from class org.loboevolution.html.js.events.EventImpl
getBoolVal, getComposedPath, getDefaultPrevented, getDoubleVal, getLongVal, getReturnValue, getSrcElement, getStopImmediatePropagation, getStopPropagation, getStringVal, getTimeStamp, initEvent, initEvent, initEvent, isPropogationStopped, preventDefault, setParams, setReturnValue
Methods inherited from class org.loboevolution.js.AbstractScriptableDelegate
getScriptable, setScriptable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.loboevolution.events.Event
getBubbles, getCancelable, getComposed, getComposedPath, getCurrentTarget, getDefaultPrevented, getEventPhase, getReturnValue, getSrcElement, getStopImmediatePropagation, getStopPropagation, getTarget, getTimeStamp, getTrusted, getType, initEvent, initEvent, initEvent, preventDefault
Methods inherited from interface org.loboevolution.events.MutationEvent
getAttrChange, getAttrName, getNewValue, getPrevValue, getRelatedNode
-
Constructor Details
-
MutationEventImpl
Constructor for MutationEventImpl.
- Parameters:
params
- event constructor parameters
-
-
Method Details
-
initMutationEvent
public void initMutationEvent(String type, Boolean bubbles, boolean cancelable, Node relatedNode, String prevValue, String newValue, String attrName, int attrChange) - Specified by:
initMutationEvent
in interfaceMutationEvent
-
initMutationEvent
public void initMutationEvent(String type, Boolean bubbles, boolean cancelable, Node relatedNode, String prevValue, String newValue, String attrName) - Specified by:
initMutationEvent
in interfaceMutationEvent
-
initMutationEvent
public void initMutationEvent(String type, Boolean bubbles, boolean cancelable, Node relatedNode, String prevValue, String newValue) - Specified by:
initMutationEvent
in interfaceMutationEvent
-
initMutationEvent
public void initMutationEvent(String type, Boolean bubbles, boolean cancelable, Node relatedNode, String prevValue) - Specified by:
initMutationEvent
in interfaceMutationEvent
-
initMutationEvent
- Specified by:
initMutationEvent
in interfaceMutationEvent
-
initMutationEvent
- Specified by:
initMutationEvent
in interfaceMutationEvent
-
initMutationEvent
- Specified by:
initMutationEvent
in interfaceMutationEvent
-
initMutationEvent
- Specified by:
initMutationEvent
in interfaceMutationEvent
-
toString
-