public class EventNode extends Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE| Constructor and Description |
|---|
EventNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
jsxFunction_fireEvent(String type,
Event event)
Fires a specified event on this element (IE only).
|
Object |
jsxGet_onblur()
Returns the onblur event handler for this element.
|
Object |
jsxGet_onclick()
Returns the onclick event handler for this element.
|
Object |
jsxGet_oncontextmenu()
Returns the oncontextmenu event handler for this element.
|
Object |
jsxGet_ondblclick()
Returns the ondblclick event handler for this element.
|
Object |
jsxGet_onerror()
Returns the onerror event handler for this element.
|
Object |
jsxGet_onfocus()
Returns the onfocus event handler for this element.
|
Object |
jsxGet_onfocusin()
Returns the onfocusin event handler for this element.
|
Object |
jsxGet_onfocusout()
Returns the onfocusout event handler for this element.
|
Object |
jsxGet_onkeydown()
Returns the onkeydown event handler for this element.
|
Object |
jsxGet_onkeypress()
Returns the onkeypress event handler for this element.
|
Object |
jsxGet_onkeyup()
Returns the onkeyup event handler for this element.
|
Object |
jsxGet_onmousedown()
Returns the onmousedown event handler for this element.
|
Object |
jsxGet_onmousemove()
Returns the onmousemove event handler for this element.
|
Object |
jsxGet_onmouseout()
Returns the onmouseout event handler for this element.
|
Object |
jsxGet_onmouseover()
Returns the onmouseover event handler for this element.
|
Object |
jsxGet_onmouseup()
Returns the onmouseup event handler for this element.
|
Object |
jsxGet_onpropertychange()
Returns the onpropertychange event handler for this element.
|
Object |
jsxGet_onresize()
Returns the onresize event handler for this element.
|
void |
jsxSet_onblur(Object handler)
Sets the onblur event handler for this element.
|
void |
jsxSet_onclick(Object handler)
Sets the onclick event handler for this element.
|
void |
jsxSet_oncontextmenu(Object handler)
Sets the oncontextmenu event handler for this element.
|
void |
jsxSet_ondblclick(Object handler)
Sets the ondblclick event handler for this element.
|
void |
jsxSet_onerror(Object handler)
Sets the onerror event handler for this element.
|
void |
jsxSet_onfocus(Object handler)
Sets the onfocus event handler for this element.
|
void |
jsxSet_onfocusin(Object handler)
Sets the onfocusin event handler for this element.
|
void |
jsxSet_onfocusout(Object handler)
Sets the onfocusout event handler for this element.
|
void |
jsxSet_onkeydown(Object handler)
Sets the onkeydown event handler for this element.
|
void |
jsxSet_onkeypress(Object handler)
Sets the onkeypress event handler for this element.
|
void |
jsxSet_onkeyup(Object handler)
Sets the onkeyup event handler for this element.
|
void |
jsxSet_onmousedown(Object handler)
Sets the onmousedown event handler for this element.
|
void |
jsxSet_onmousemove(Object handler)
Sets the onmousemove event handler for this element.
|
void |
jsxSet_onmouseout(Object handler)
Sets the onmouseout event handler for this element.
|
void |
jsxSet_onmouseover(Object handler)
Sets the onmouseover event handler for this element.
|
void |
jsxSet_onmouseup(Object handler)
Sets the onmouseup event handler for this element.
|
void |
jsxSet_onpropertychange(Object handler)
Sets the onpropertychange event handler for this element.
|
void |
jsxSet_onresize(Object handler)
Sets the onresize event handler for this element.
|
executeEvent, fireEvent, getEventHandler, getEventHandlerProp, getJavaScriptNode, getParent, hasEventHandlers, jsxFunction_addEventListener, jsxFunction_appendChild, jsxFunction_attachEvent, jsxFunction_cloneNode, jsxFunction_compareDocumentPosition, jsxFunction_detachEvent, jsxFunction_hasChildNodes, jsxFunction_insertBefore, jsxFunction_insertBefore, jsxFunction_isSameNode, jsxFunction_normalize, jsxFunction_removeChild, jsxFunction_removeEventListener, jsxFunction_replaceChild, jsxGet_childNodes, jsxGet_firstChild, jsxGet_innerText, jsxGet_lastChild, jsxGet_localName, jsxGet_namespaceURI, jsxGet_nextSibling, jsxGet_nodeName, jsxGet_nodeType, jsxGet_nodeValue, jsxGet_ownerDocument, jsxGet_parentNode, jsxGet_prefix, jsxGet_previousSibling, jsxGet_textContent, jsxGet_xml, jsxSet_innerText, jsxSet_nodeValue, jsxSet_textContent, setDomNode, setEventHandler, setEventHandlerPropclone, defineFunctionProperties, defineProperty, equivalentValues, get, getBrowserVersion, getClassName, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getPrototype, getScriptableFor, getStartingScope, getTransformerScriptableFor, getWindow, getWindow, getWithPreemption, hasInstance, initParentScope, makeScriptableFor, setCaseSensitive, setDomNode, setHtmlElementapplyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype, sizepublic void jsxSet_onclick(Object handler)
handler - the onclick event handler for this elementpublic Object jsxGet_onclick()
public void jsxSet_ondblclick(Object handler)
handler - the ondblclick event handler for this elementpublic Object jsxGet_ondblclick()
public void jsxSet_onblur(Object handler)
handler - the onblur event handler for this elementpublic Object jsxGet_onblur()
public void jsxSet_onfocus(Object handler)
handler - the onfocus event handler for this elementpublic Object jsxGet_onfocus()
public void jsxSet_onfocusin(Object handler)
handler - the onfocusin event handler for this elementpublic Object jsxGet_onfocusin()
public void jsxSet_onfocusout(Object handler)
handler - the onfocusout event handler for this elementpublic Object jsxGet_onfocusout()
public void jsxSet_onkeydown(Object handler)
handler - the onkeydown event handler for this elementpublic Object jsxGet_onkeydown()
public void jsxSet_onkeypress(Object handler)
handler - the onkeypress event handler for this elementpublic Object jsxGet_onkeypress()
public void jsxSet_onkeyup(Object handler)
handler - the onkeyup event handler for this elementpublic Object jsxGet_onkeyup()
public void jsxSet_onmousedown(Object handler)
handler - the onmousedown event handler for this elementpublic Object jsxGet_onmousedown()
public void jsxSet_onmousemove(Object handler)
handler - the onmousemove event handler for this elementpublic Object jsxGet_onmousemove()
public void jsxSet_onmouseout(Object handler)
handler - the onmouseout event handler for this elementpublic Object jsxGet_onmouseout()
public void jsxSet_onmouseover(Object handler)
handler - the onmouseover event handler for this elementpublic Object jsxGet_onmouseover()
public void jsxSet_onmouseup(Object handler)
handler - the onmouseup event handler for this elementpublic Object jsxGet_onmouseup()
public void jsxSet_oncontextmenu(Object handler)
handler - the oncontextmenu event handler for this elementpublic Object jsxGet_oncontextmenu()
public void jsxSet_onresize(Object handler)
handler - the onresize event handler for this elementpublic Object jsxGet_onresize()
public void jsxSet_onpropertychange(Object handler)
handler - the onpropertychange event handler for this elementpublic Object jsxGet_onpropertychange()
public void jsxSet_onerror(Object handler)
handler - the onerror event handler for this elementpublic Object jsxGet_onerror()
public boolean jsxFunction_fireEvent(String type, Event event)
type - specifies the name of the event to fire.event - specifies the event object from which to obtain event object properties.Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.