|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xerces.dom.events.EventImpl
org.apache.xerces.dom.events.UIEventImpl
public class UIEventImpl
An implementation of the DOM Level 2 UIEvent
interface.
Field Summary |
---|
Fields inherited from class 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 | |
---|---|
UIEventImpl()
|
Method Summary | |
---|---|
int |
getDetail()
|
org.w3c.dom.views.AbstractView |
getView()
|
void |
initUIEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
org.w3c.dom.views.AbstractView viewArg,
int detailArg)
|
Methods inherited from class 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 |
Constructor Detail |
---|
public UIEventImpl()
Method Detail |
---|
public org.w3c.dom.views.AbstractView getView()
getView
in interface UIEvent
public int getDetail()
getDetail
in interface UIEvent
public void initUIEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.views.AbstractView viewArg, int detailArg)
initUIEvent
in interface UIEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |