|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.webrenderer.event.DOMEvent
An event which indicates that there has been a change with a form element.
Currently, a DomEvent encapsulates:
To reduce the cost of multiple method invocations, the event object will record the new data pertaining to the event.
| Constructor Summary | |
DOMEvent(java.lang.Object source)
Constructor for DomEvent with a source. |
|
| Method Summary | |
IElement |
getTargetElement()
Gets the Element that caused this event. |
void |
setTargetElement(IElement target)
Set the DomEvent target element. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DOMEvent(java.lang.Object source)
null.
source - The source of the event| Method Detail |
public void setTargetElement(IElement target)
target - The dom Element this event is aboutpublic IElement getTargetElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||