Class UIEventImpl
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom.events.EventImpl
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom.events.UIEventImpl
-
- Direct Known Subclasses:
MouseEventImpl
public class UIEventImpl extends EventImpl implements UIEvent
An implementation of the DOM Level 2UIEvent
interface.- Version:
- $Id$
-
-
Field Summary
-
Fields inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom.events.EventImpl
bubbles, cancelable, currentTarget, eventPhase, initialized, preventDefault, stopPropagation, target, timeStamp, type
-
Fields inherited from interface org.w3c.dom.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE
-
-
Constructor Summary
Constructors Constructor Description UIEventImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDetail()
AbstractView
getView()
void
initUIEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg)
-
Methods inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom.events.EventImpl
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.w3c.dom.events.Event
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation
-
-
-
-
Method Detail
-
getView
public AbstractView getView()
-
initUIEvent
public void initUIEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg)
- Specified by:
initUIEvent
in interfaceUIEvent
-
-