|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.dom.events.EventImpl
public class EventImpl
Field Summary | |
---|---|
boolean |
bubbles
Deprecated. |
boolean |
cancelable
Deprecated. |
EventTarget |
currentTarget
Deprecated. |
short |
eventPhase
Deprecated. |
boolean |
initialized
Deprecated. |
boolean |
preventDefault
Deprecated. |
boolean |
stopPropagation
Deprecated. |
EventTarget |
target
Deprecated. |
protected long |
timeStamp
Deprecated. |
String |
type
Deprecated. |
Fields inherited from interface org.w3c.dom.events.Event |
---|
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE |
Constructor Summary | |
---|---|
EventImpl()
Deprecated. |
Method Summary | |
---|---|
boolean |
getBubbles()
Deprecated. |
boolean |
getCancelable()
Deprecated. |
EventTarget |
getCurrentTarget()
Deprecated. |
short |
getEventPhase()
Deprecated. |
EventTarget |
getTarget()
Deprecated. |
long |
getTimeStamp()
Deprecated. |
String |
getType()
Deprecated. |
void |
initEvent(String eventTypeArg,
boolean canBubbleArg,
boolean cancelableArg)
Deprecated. The DOM doesn't deal with constructors, so instead we have an initializer call to set most of the read-only fields. |
void |
preventDefault()
Deprecated. Prevents any default processing built into the target node from occurring. |
void |
stopPropagation()
Deprecated. Causes exit from in-progress event dispatch before the next currentTarget is selected. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String type
public EventTarget target
public EventTarget currentTarget
public short eventPhase
public boolean initialized
public boolean bubbles
public boolean cancelable
public boolean stopPropagation
public boolean preventDefault
protected long timeStamp
Constructor Detail |
---|
public EventImpl()
Method Detail |
---|
public void initEvent(String eventTypeArg, boolean canBubbleArg, boolean cancelableArg)
Note that init() -- and the subclass-specific initWhatever() calls -- may be reinvoked. At least one initialization is required; repeated initializations overwrite the event with new values of their parameters.
initEvent
in interface Event
public boolean getBubbles()
getBubbles
in interface Event
public boolean getCancelable()
getCancelable
in interface Event
public EventTarget getCurrentTarget()
getCurrentTarget
in interface Event
public short getEventPhase()
getEventPhase
in interface Event
public EventTarget getTarget()
getTarget
in interface Event
public String getType()
getType
in interface Event
public long getTimeStamp()
getTimeStamp
in interface Event
public void stopPropagation()
stopPropagation
in interface Event
public void preventDefault()
preventDefault
in interface Event
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |