Package org.htmlunit.javascript.host.svg
Class SVGElement
- java.lang.Object
-
- org.htmlunit.corejs.javascript.ScriptableObject
-
- org.htmlunit.javascript.HtmlUnitScriptable
-
- org.htmlunit.javascript.host.event.EventTarget
-
- org.htmlunit.javascript.host.dom.Node
-
- org.htmlunit.javascript.host.Element
-
- org.htmlunit.javascript.host.svg.SVGElement
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,org.htmlunit.corejs.javascript.ConstProperties,org.htmlunit.corejs.javascript.debug.DebuggableObject,org.htmlunit.corejs.javascript.Scriptable,org.htmlunit.corejs.javascript.SymbolScriptable
- Direct Known Subclasses:
SVGAnimationElement,SVGClipPathElement,SVGComponentTransferFunctionElement,SVGDescElement,SVGFEBlendElement,SVGFEColorMatrixElement,SVGFEComponentTransferElement,SVGFECompositeElement,SVGFEConvolveMatrixElement,SVGFEDiffuseLightingElement,SVGFEDisplacementMapElement,SVGFEDistantLightElement,SVGFEDropShadowElement,SVGFEFloodElement,SVGFEGaussianBlurElement,SVGFEImageElement,SVGFEMergeElement,SVGFEMergeNodeElement,SVGFEMorphologyElement,SVGFEOffsetElement,SVGFEPointLightElement,SVGFESpecularLightingElement,SVGFESpotLightElement,SVGFETileElement,SVGFETurbulenceElement,SVGFilterElement,SVGGradientElement,SVGGraphicsElement,SVGMarkerElement,SVGMaskElement,SVGMetadataElement,SVGMPathElement,SVGPatternElement,SVGScriptElement,SVGStopElement,SVGStyleElement,SVGSymbolElement,SVGTitleElement,SVGViewElement
public class SVGElement extends Element
A JavaScript object forSVGElement.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.htmlunit.javascript.host.dom.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 Summary
Constructors Constructor Description SVGElement()Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SVGRectgetBBox()Returns the bounding box, in current user space, of the geometry of all contained graphics elements.org.htmlunit.corejs.javascript.FunctiongetOnabort()Returns theonabortevent handler.org.htmlunit.corejs.javascript.FunctiongetOnauxclick()Returns theonauxclickevent handler.org.htmlunit.corejs.javascript.FunctiongetOnblur()Returns theonblurevent handler.org.htmlunit.corejs.javascript.FunctiongetOncancel()Returns theoncancelevent handler.org.htmlunit.corejs.javascript.FunctiongetOncanplay()Returns theoncanplayevent handler.org.htmlunit.corejs.javascript.FunctiongetOncanplaythrough()Returns theoncanplaythroughevent handler.org.htmlunit.corejs.javascript.FunctiongetOnchange()Returns theonchangeevent handler.org.htmlunit.corejs.javascript.FunctiongetOnclick()Returns theonclickevent handler.org.htmlunit.corejs.javascript.FunctiongetOnclose()Returns theoncloseevent handler.org.htmlunit.corejs.javascript.FunctiongetOncontextmenu()Returns theoncontextmenuevent handler.org.htmlunit.corejs.javascript.FunctiongetOncopy()Returns theoncopyevent handler.org.htmlunit.corejs.javascript.FunctiongetOncuechange()Returns theoncuechangeevent handler.org.htmlunit.corejs.javascript.FunctiongetOncut()Returns theoncutevent handler.org.htmlunit.corejs.javascript.FunctiongetOndblclick()Returns theondblclickevent handler.org.htmlunit.corejs.javascript.FunctiongetOndrag()Returns theondragevent handler.org.htmlunit.corejs.javascript.FunctiongetOndragend()Returns theondragendevent handler.org.htmlunit.corejs.javascript.FunctiongetOndragenter()Returns theondragenterevent handler.org.htmlunit.corejs.javascript.FunctiongetOndragleave()Returns theondragleaveevent handler.org.htmlunit.corejs.javascript.FunctiongetOndragover()Returns theondragoverevent handler.org.htmlunit.corejs.javascript.FunctiongetOndragstart()Returns theondragstartevent handler.org.htmlunit.corejs.javascript.FunctiongetOndrop()Returns theondropevent handler.org.htmlunit.corejs.javascript.FunctiongetOndurationchange()Returns theondurationchangeevent handler.org.htmlunit.corejs.javascript.FunctiongetOnemptied()Returns theonemptiedevent handler.org.htmlunit.corejs.javascript.FunctiongetOnended()Returns theonendedevent handler.org.htmlunit.corejs.javascript.FunctiongetOnerror()Returns theonerrorevent handler.org.htmlunit.corejs.javascript.FunctiongetOnfocus()Returns theonfocusevent handler.org.htmlunit.corejs.javascript.FunctiongetOngotpointercapture()Returns thegotpointercaptureevent handler for this element.org.htmlunit.corejs.javascript.FunctiongetOninput()Returns theoninputevent handler.org.htmlunit.corejs.javascript.FunctiongetOninvalid()Returns theoninvalidevent handler.org.htmlunit.corejs.javascript.FunctiongetOnkeydown()Returns theonkeydownevent handler.org.htmlunit.corejs.javascript.FunctiongetOnkeypress()Returns theonkeypressevent handler.org.htmlunit.corejs.javascript.FunctiongetOnkeyup()Returns theonkeyupevent handler.org.htmlunit.corejs.javascript.FunctiongetOnload()Returns theonloadevent handler.org.htmlunit.corejs.javascript.FunctiongetOnloadeddata()Returns theonloadeddataevent handler.org.htmlunit.corejs.javascript.FunctiongetOnloadedmetadata()Returns theonloadedmetadataevent handler.org.htmlunit.corejs.javascript.FunctiongetOnloadstart()Returns theonloadstartevent handler.org.htmlunit.corejs.javascript.FunctiongetOnlostpointercapture()Returns thelostpointercaptureevent handler for this element.org.htmlunit.corejs.javascript.FunctiongetOnmousedown()Returns theonmousedownevent handler.org.htmlunit.corejs.javascript.FunctiongetOnmouseenter()Returns theonmouseenterevent handler.org.htmlunit.corejs.javascript.FunctiongetOnmouseleave()Returns theonmouseleaveevent handler.org.htmlunit.corejs.javascript.FunctiongetOnmousemove()Returns theonmousemoveevent handler.org.htmlunit.corejs.javascript.FunctiongetOnmouseout()Returns theonmouseoutevent handler.org.htmlunit.corejs.javascript.FunctiongetOnmouseover()Returns theonmouseoverevent handler.org.htmlunit.corejs.javascript.FunctiongetOnmouseup()Returns theonmouseupevent handler.org.htmlunit.corejs.javascript.FunctiongetOnmousewheel()Returns theonmousewheelevent handler.org.htmlunit.corejs.javascript.FunctiongetOnmozfullscreenchange()Returns theonmozfullscreenchangeevent handler.org.htmlunit.corejs.javascript.FunctiongetOnmozfullscreenerror()Returns theonmozfullscreenerrorevent handler.org.htmlunit.corejs.javascript.FunctiongetOnpaste()Returns theonpasteevent handler.org.htmlunit.corejs.javascript.FunctiongetOnpause()Returns theonpauseevent handler.org.htmlunit.corejs.javascript.FunctiongetOnplay()Returns theonplayevent handler.org.htmlunit.corejs.javascript.FunctiongetOnplaying()Returns theonplayingevent handler.org.htmlunit.corejs.javascript.FunctiongetOnpointercancel()Returns thepointercancelevent handler for this element.org.htmlunit.corejs.javascript.FunctiongetOnpointerdown()Returns thepointerdownevent handler for this element.org.htmlunit.corejs.javascript.FunctiongetOnpointerenter()Returns thepointerenterevent handler.org.htmlunit.corejs.javascript.FunctiongetOnpointerleave()Returns thepointerleaveevent handler.org.htmlunit.corejs.javascript.FunctiongetOnpointermove()Returns thepointermoveevent handler for this element.org.htmlunit.corejs.javascript.FunctiongetOnpointerout()Returns thepointeroutevent handler for this element.org.htmlunit.corejs.javascript.FunctiongetOnpointerover()Returns thepointeroverevent handler for this element.org.htmlunit.corejs.javascript.FunctiongetOnpointerup()Returns thepointerupevent handler for this element.org.htmlunit.corejs.javascript.FunctiongetOnprogress()Returns theonprogressevent handler.org.htmlunit.corejs.javascript.FunctiongetOnratechange()Returns theonratechangeevent handler.org.htmlunit.corejs.javascript.FunctiongetOnreset()Returns theonresetevent handler.org.htmlunit.corejs.javascript.FunctiongetOnresize()Returns theonresizeevent handler.org.htmlunit.corejs.javascript.FunctiongetOnscroll()Returns theonscrollevent handler.org.htmlunit.corejs.javascript.FunctiongetOnscrollend()Returns theonscrollendevent handler.org.htmlunit.corejs.javascript.FunctiongetOnseeked()Returns theonseekedevent handler.org.htmlunit.corejs.javascript.FunctiongetOnseeking()Returns theonseekingevent handler.org.htmlunit.corejs.javascript.FunctiongetOnselect()Returns theonselectevent handler.org.htmlunit.corejs.javascript.FunctiongetOnselectionchange()Returns theonselectionchangeevent handler for this element.org.htmlunit.corejs.javascript.FunctiongetOnselectstart()Returns theonselectstartevent handler for this element.org.htmlunit.corejs.javascript.FunctiongetOnstalled()Returns theonstalledevent handler.org.htmlunit.corejs.javascript.FunctiongetOnsubmit()Returns theonsubmitevent handler.org.htmlunit.corejs.javascript.FunctiongetOnsuspend()Returns theonsuspendevent handler.org.htmlunit.corejs.javascript.FunctiongetOntimeupdate()Returns theontimeupdateevent handler.org.htmlunit.corejs.javascript.FunctiongetOntoggle()Returns theontoggleevent handler.org.htmlunit.corejs.javascript.FunctiongetOnvolumechange()Returns theonvolumechangeevent handler.org.htmlunit.corejs.javascript.FunctiongetOnwaiting()Returns theonwaitingevent handler.org.htmlunit.corejs.javascript.FunctiongetOnwheel()Returns theonwheelevent handler for this element.CSSStyleDeclarationgetStyle()Returns the style object for this element.voidjsConstructor()Creates an instance.voidsetOnabort(java.lang.Object abort)Sets theonabortevent handler.voidsetOnauxclick(java.lang.Object auxclick)Sets theonauxclickevent handler.voidsetOnblur(java.lang.Object blur)Sets theonblurevent handler.voidsetOncancel(java.lang.Object cancel)Sets theoncancelevent handler.voidsetOncanplay(java.lang.Object canplay)Sets theoncanplayevent handler.voidsetOncanplaythrough(java.lang.Object canplaythrough)Sets theoncanplaythroughevent handler.voidsetOnchange(java.lang.Object change)Sets theonchangeevent handler.voidsetOnclick(java.lang.Object click)Sets theonclickevent handler.voidsetOnclose(java.lang.Object close)Sets theoncloseevent handler.voidsetOncontextmenu(java.lang.Object contextmenu)Sets theoncontextmenuevent handler.voidsetOncopy(java.lang.Object copy)Sets theoncopyevent handler.voidsetOncuechange(java.lang.Object cuechange)Sets theoncuechangeevent handler.voidsetOncut(java.lang.Object cut)Sets theoncutevent handler.voidsetOndblclick(java.lang.Object dblclick)Sets theondblclickevent handler.voidsetOndrag(java.lang.Object drag)Sets theondragevent handler.voidsetOndragend(java.lang.Object dragend)Sets theondragendevent handler.voidsetOndragenter(java.lang.Object dragenter)Sets theondragenterevent handler.voidsetOndragleave(java.lang.Object dragleave)Sets theondragleaveevent handler.voidsetOndragover(java.lang.Object dragover)Sets theondragoverevent handler.voidsetOndragstart(java.lang.Object dragstart)Sets theondragstartevent handler.voidsetOndrop(java.lang.Object drop)Sets theondropevent handler.voidsetOndurationchange(java.lang.Object durationchange)Sets theondurationchangeevent handler.voidsetOnemptied(java.lang.Object emptied)Sets theonemptiedevent handler.voidsetOnended(java.lang.Object ended)Sets theonendedevent handler.voidsetOnerror(java.lang.Object error)Sets theonerrorevent handler.voidsetOnfocus(java.lang.Object focus)Sets theonfocusevent handler.voidsetOngotpointercapture(java.lang.Object gotpointercapture)Sets thegotpointercaptureevent handler.voidsetOninput(java.lang.Object input)Sets theoninputevent handler.voidsetOninvalid(java.lang.Object invalid)Sets theoninvalidevent handler.voidsetOnkeydown(java.lang.Object keydown)Sets theonkeydownevent handler.voidsetOnkeypress(java.lang.Object keypress)Sets theonkeypressevent handler.voidsetOnkeyup(java.lang.Object keyup)Sets theonkeyupevent handler.voidsetOnload(java.lang.Object load)Sets theonloadevent handler.voidsetOnloadeddata(java.lang.Object loadeddata)Sets theonloadeddataevent handler.voidsetOnloadedmetadata(java.lang.Object loadedmetadata)Sets theonloadedmetadataevent handler.voidsetOnloadstart(java.lang.Object loadstart)Sets theonloadstartevent handler.voidsetOnlostpointercapture(java.lang.Object lostpointercapture)Sets thelostpointercaptureevent handler.voidsetOnmousedown(java.lang.Object mousedown)Sets theonmousedownevent handler.voidsetOnmouseenter(java.lang.Object mouseenter)Sets theonmouseenterevent handler.voidsetOnmouseleave(java.lang.Object mouseleave)Sets theonmouseleaveevent handler.voidsetOnmousemove(java.lang.Object mousemove)Sets theonmousemoveevent handler.voidsetOnmouseout(java.lang.Object mouseout)Sets theonmouseoutevent handler.voidsetOnmouseover(java.lang.Object mouseover)Sets theonmouseoverevent handler.voidsetOnmouseup(java.lang.Object mouseup)Sets theonmouseupevent handler.voidsetOnmousewheel(java.lang.Object mousewheel)Sets theonmousewheelevent handler.voidsetOnmozfullscreenchange(java.lang.Object mozfullscreenchange)Sets theonmozfullscreenchangeevent handler.voidsetOnmozfullscreenerror(java.lang.Object mozfullscreenerror)Sets theonmozfullscreenerrorevent handler.voidsetOnpaste(java.lang.Object paste)Sets theonpasteevent handler.voidsetOnpause(java.lang.Object pause)Sets theonpauseevent handler.voidsetOnplay(java.lang.Object play)Sets theonplayevent handler.voidsetOnplaying(java.lang.Object playing)Sets theonplayingevent handler.voidsetOnpointercancel(java.lang.Object pointercancel)Sets thepointercancelevent handler.voidsetOnpointerdown(java.lang.Object pointerdown)Sets thepointerdownevent handler.voidsetOnpointerenter(java.lang.Object pointerenter)Sets thepointerenterevent handler.voidsetOnpointerleave(java.lang.Object pointerleave)Sets thepointerleaveevent handler.voidsetOnpointermove(java.lang.Object pointermove)Sets thepointermoveevent handler.voidsetOnpointerout(java.lang.Object pointerout)Sets thepointeroutevent handler.voidsetOnpointerover(java.lang.Object pointerover)Sets thepointeroverevent handler.voidsetOnpointerup(java.lang.Object pointerup)Sets thepointerupevent handler.voidsetOnprogress(java.lang.Object progress)Sets theonprogressevent handler.voidsetOnratechange(java.lang.Object ratechange)Sets theonratechangeevent handler.voidsetOnreset(java.lang.Object reset)Sets theonresetevent handler.voidsetOnresize(java.lang.Object resize)Sets theonresizeevent handler.voidsetOnscroll(java.lang.Object scroll)Sets theonscrollevent handler.voidsetOnscrollend(java.lang.Object scrollend)Sets theonscrollendevent handler.voidsetOnseeked(java.lang.Object seeked)Sets theonseekedevent handler.voidsetOnseeking(java.lang.Object seeking)Sets theonseekingevent handler.voidsetOnselect(java.lang.Object select)Sets theonselectevent handler.voidsetOnselectionchange(java.lang.Object onselectionchange)Sets theonselectionchangeevent handler for this element.voidsetOnselectstart(java.lang.Object onselectstart)Sets theonselectstartevent handler for this element.voidsetOnstalled(java.lang.Object stalled)Sets theonstalledevent handler.voidsetOnsubmit(java.lang.Object submit)Sets theonsubmitevent handler.voidsetOnsuspend(java.lang.Object suspend)Sets theonsuspendevent handler.voidsetOntimeupdate(java.lang.Object timeupdate)Sets theontimeupdateevent handler.voidsetOntoggle(java.lang.Object toggle)Sets theontoggleevent handler.voidsetOnvolumechange(java.lang.Object volumechange)Sets theonvolumechangeevent handler.voidsetOnwaiting(java.lang.Object waiting)Sets theonwaitingevent handler.voidsetOnwheel(java.lang.Object onwheel)Sets theonwheelevent handler for this element.voidsetStyle(java.lang.String style)Sets the styles for this element.-
Methods inherited from class org.htmlunit.javascript.host.Element
after, append, before, closest, createAttributesObject, createEventHandler, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getBoundingClientRect, getChildElementCount, getChildren, getClassList, getClassName_js, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getDomNodeOrDie, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getFirstElementChild, getId, getInnerHTML, getInnerHTML, getLastElementChild, getLocalName, getNamespaceURI, getNextElementSibling, getOnbeforecopy, getOnbeforecut, getOnbeforepaste, getOnsearch, getOnwebkitfullscreenchange, getOnwebkitfullscreenerror, getOuterHTML, getParentElement, getPrefix, getPreviousElementSibling, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getTagName, hasAttribute, hasAttributeNS, hasAttributes, innerHTML, insertAdjacentElement, insertAdjacentHTML, insertAdjacentText, isDisplayNone, isEndTagForbidden, matches, mozMatchesSelector, prepend, printChildren, printNode, querySelector, querySelectorAll, releaseCapture, remove, removeAttribute, removeAttributeNode, removeAttributeNS, replaceChildren, replaceWith, scroll, scrollBy, scrollIntoView, scrollIntoViewIfNeeded, scrollTo, setAttribute, setAttributeNode, setAttributeNS, setCapture, setClassName_js, setDomNode, setId, setInnerHTML, setOnbeforecopy, setOnbeforecut, setOnbeforepaste, setOnsearch, setOnwebkitfullscreenchange, setOnwebkitfullscreenerror, setOuterHTML, setScrollLeft, setScrollTop, toggleAttribute, webkitMatchesSelector
-
Methods inherited from class org.htmlunit.javascript.host.dom.Node
after, append, appendChild, before, cloneNode, compareDocumentPosition, contains, getBaseURI, getChildNodes, getFirstChild, getJavaScriptNode, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParent, getParentNode, getPreviousSibling, getRootNode, getTextContent, hasChildNodes, insertBefore, insertBeforeImpl, isEqualNode, isSameNode, normalize, prepend, removeChild, replaceChild, replaceChildren, replaceWith, setNodeValue, setTextContent
-
Methods inherited from class org.htmlunit.javascript.host.event.EventTarget
addEventListener, clearEventListenersContainer, dispatchEvent, executeEventLocally, fireEvent, getEventHandler, getEventListenersContainer, hasEventHandlers, isEventHandlerOnWindow, removeEventListener, setEventHandler
-
Methods inherited from class org.htmlunit.javascript.HtmlUnitScriptable
clone, equivalentValues, get, getBrowserVersion, getClassName, getDefaultValue, getDomNodeOrNull, getPrototype, getScriptableFor, getStartingScope, getWindow, getWindow, getWithPreemption, has, hasInstance, initParentScope, makeScriptableFor, put, setClassName, setDomNode, setParentScope, setupPromise, setupRejectedPromise
-
Methods inherited from class org.htmlunit.corejs.javascript.ScriptableObject
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGeneratorFunctionPrototype, getGetterOrSetter, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, putProperty, querySlot, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setCommonDescriptorProperties, setExternalArrayData, setGetterOrSetter, setPrototype, size
-
-
-
-
Method Detail
-
jsConstructor
public void jsConstructor()
Creates an instance.- Overrides:
jsConstructorin classElement
-
getBBox
protected SVGRect getBBox()
Returns the bounding box, in current user space, of the geometry of all contained graphics elements.- Returns:
- the bounding box
-
getStyle
public CSSStyleDeclaration getStyle()
Returns the style object for this element.
-
setStyle
public void setStyle(java.lang.String style)
Sets the styles for this element.
-
getOnfocus
public org.htmlunit.corejs.javascript.Function getOnfocus()
Returns theonfocusevent handler.- Returns:
- the
onfocusevent handler
-
setOnfocus
public void setOnfocus(java.lang.Object focus)
Sets theonfocusevent handler.- Parameters:
focus- theonfocusevent handler
-
getOndragend
public org.htmlunit.corejs.javascript.Function getOndragend()
Returns theondragendevent handler.- Returns:
- the
ondragendevent handler
-
setOndragend
public void setOndragend(java.lang.Object dragend)
Sets theondragendevent handler.- Parameters:
dragend- theondragendevent handler
-
getOninvalid
public org.htmlunit.corejs.javascript.Function getOninvalid()
Returns theoninvalidevent handler.- Returns:
- the
oninvalidevent handler
-
setOninvalid
public void setOninvalid(java.lang.Object invalid)
Sets theoninvalidevent handler.- Parameters:
invalid- theoninvalidevent handler
-
getOnpointercancel
public org.htmlunit.corejs.javascript.Function getOnpointercancel()
Returns thepointercancelevent handler for this element.- Returns:
- the
pointercancelevent handler for this element
-
setOnpointercancel
public void setOnpointercancel(java.lang.Object pointercancel)
Sets thepointercancelevent handler.- Parameters:
pointercancel- thepointercancelevent handler
-
getOnpointerout
public org.htmlunit.corejs.javascript.Function getOnpointerout()
Returns thepointeroutevent handler for this element.- Returns:
- the
pointeroutevent handler for this element
-
setOnpointerout
public void setOnpointerout(java.lang.Object pointerout)
Sets thepointeroutevent handler.- Parameters:
pointerout- thepointeroutevent handler
-
getOnratechange
public org.htmlunit.corejs.javascript.Function getOnratechange()
Returns theonratechangeevent handler.- Returns:
- the
onratechangeevent handler
-
setOnratechange
public void setOnratechange(java.lang.Object ratechange)
Sets theonratechangeevent handler.- Parameters:
ratechange- theonratechangeevent handler
-
getOnresize
public org.htmlunit.corejs.javascript.Function getOnresize()
Returns theonresizeevent handler.- Returns:
- the
onresizeevent handler
-
setOnresize
public void setOnresize(java.lang.Object resize)
Sets theonresizeevent handler.- Parameters:
resize- theonresizeevent handler
-
getOncanplaythrough
public org.htmlunit.corejs.javascript.Function getOncanplaythrough()
Returns theoncanplaythroughevent handler.- Returns:
- the
oncanplaythroughevent handler
-
setOncanplaythrough
public void setOncanplaythrough(java.lang.Object canplaythrough)
Sets theoncanplaythroughevent handler.- Parameters:
canplaythrough- theoncanplaythroughevent handler
-
getOncancel
public org.htmlunit.corejs.javascript.Function getOncancel()
Returns theoncancelevent handler.- Returns:
- the
oncancelevent handler
-
setOncancel
public void setOncancel(java.lang.Object cancel)
Sets theoncancelevent handler.- Parameters:
cancel- theoncancelevent handler
-
getOnpointerenter
public org.htmlunit.corejs.javascript.Function getOnpointerenter()
Returns thepointerenterevent handler.- Returns:
- the
pointerenterevent handler
-
setOnpointerenter
public void setOnpointerenter(java.lang.Object pointerenter)
Sets thepointerenterevent handler.- Parameters:
pointerenter- thepointerenterevent handler
-
getOnselect
public org.htmlunit.corejs.javascript.Function getOnselect()
Returns theonselectevent handler.- Returns:
- the
onselectevent handler
-
setOnselect
public void setOnselect(java.lang.Object select)
Sets theonselectevent handler.- Parameters:
select- theonselectevent handler
-
getOnselectstart
public org.htmlunit.corejs.javascript.Function getOnselectstart()
Returns theonselectstartevent handler for this element.- Returns:
- the
onselectstartevent handler for this element
-
setOnselectstart
public void setOnselectstart(java.lang.Object onselectstart)
Sets theonselectstartevent handler for this element.- Parameters:
onselectstart- theonselectstartevent handler for this element
-
getOnselectionchange
public org.htmlunit.corejs.javascript.Function getOnselectionchange()
Returns theonselectionchangeevent handler for this element.- Returns:
- the
onselectionchangeevent handler for this element
-
setOnselectionchange
public void setOnselectionchange(java.lang.Object onselectionchange)
Sets theonselectionchangeevent handler for this element.- Parameters:
onselectionchange- theonselectionchangeevent handler for this element
-
getOnauxclick
public org.htmlunit.corejs.javascript.Function getOnauxclick()
Returns theonauxclickevent handler.- Returns:
- the
onauxclickevent handler
-
setOnauxclick
public void setOnauxclick(java.lang.Object auxclick)
Sets theonauxclickevent handler.- Parameters:
auxclick- theonauxclickevent handler
-
getOnpause
public org.htmlunit.corejs.javascript.Function getOnpause()
Returns theonpauseevent handler.- Returns:
- the
onpauseevent handler
-
setOnpause
public void setOnpause(java.lang.Object pause)
Sets theonpauseevent handler.- Parameters:
pause- theonpauseevent handler
-
getOnloadstart
public org.htmlunit.corejs.javascript.Function getOnloadstart()
Returns theonloadstartevent handler.- Returns:
- the
onloadstartevent handler
-
setOnloadstart
public void setOnloadstart(java.lang.Object loadstart)
Sets theonloadstartevent handler.- Parameters:
loadstart- theonloadstartevent handler
-
getOnprogress
public org.htmlunit.corejs.javascript.Function getOnprogress()
Returns theonprogressevent handler.- Returns:
- the
onprogressevent handler
-
setOnprogress
public void setOnprogress(java.lang.Object progress)
Sets theonprogressevent handler.- Parameters:
progress- theonprogressevent handler
-
getOnpointerup
public org.htmlunit.corejs.javascript.Function getOnpointerup()
Returns thepointerupevent handler for this element.- Returns:
- the
pointerupevent handler for this element
-
setOnpointerup
public void setOnpointerup(java.lang.Object pointerup)
Sets thepointerupevent handler.- Parameters:
pointerup- thepointerupevent handler
-
getOnscroll
public org.htmlunit.corejs.javascript.Function getOnscroll()
Returns theonscrollevent handler.- Returns:
- the
onscrollevent handler
-
setOnscroll
public void setOnscroll(java.lang.Object scroll)
Sets theonscrollevent handler.- Parameters:
scroll- theonscrollevent handler
-
getOnscrollend
public org.htmlunit.corejs.javascript.Function getOnscrollend()
Returns theonscrollendevent handler.- Returns:
- the
onscrollendevent handler
-
setOnscrollend
public void setOnscrollend(java.lang.Object scrollend)
Sets theonscrollendevent handler.- Parameters:
scrollend- theonscrollendevent handler
-
getOnkeydown
public org.htmlunit.corejs.javascript.Function getOnkeydown()
Returns theonkeydownevent handler.- Returns:
- the
onkeydownevent handler
-
setOnkeydown
public void setOnkeydown(java.lang.Object keydown)
Sets theonkeydownevent handler.- Parameters:
keydown- theonkeydownevent handler
-
getOnpointerleave
public org.htmlunit.corejs.javascript.Function getOnpointerleave()
Returns thepointerleaveevent handler.- Returns:
- the
pointerleaveevent handler
-
setOnpointerleave
public void setOnpointerleave(java.lang.Object pointerleave)
Sets thepointerleaveevent handler.- Parameters:
pointerleave- thepointerleaveevent handler
-
getOnclick
public org.htmlunit.corejs.javascript.Function getOnclick()
Returns theonclickevent handler.- Returns:
- the
onclickevent handler
-
setOnclick
public void setOnclick(java.lang.Object click)
Sets theonclickevent handler.- Parameters:
click- theonclickevent handler
-
getOnkeyup
public org.htmlunit.corejs.javascript.Function getOnkeyup()
Returns theonkeyupevent handler.- Returns:
- the
onkeyupevent handler
-
setOnkeyup
public void setOnkeyup(java.lang.Object keyup)
Sets theonkeyupevent handler.- Parameters:
keyup- theonkeyupevent handler
-
getOnchange
public org.htmlunit.corejs.javascript.Function getOnchange()
Returns theonchangeevent handler.- Returns:
- the
onchangeevent handler
-
setOnchange
public void setOnchange(java.lang.Object change)
Sets theonchangeevent handler.- Parameters:
change- theonchangeevent handler
-
getOnreset
public org.htmlunit.corejs.javascript.Function getOnreset()
Returns theonresetevent handler.- Returns:
- the
onresetevent handler
-
setOnreset
public void setOnreset(java.lang.Object reset)
Sets theonresetevent handler.- Parameters:
reset- theonresetevent handler
-
getOnkeypress
public org.htmlunit.corejs.javascript.Function getOnkeypress()
Returns theonkeypressevent handler.- Returns:
- the
onkeypressevent handler
-
setOnkeypress
public void setOnkeypress(java.lang.Object keypress)
Sets theonkeypressevent handler.- Parameters:
keypress- theonkeypressevent handler
-
getOntimeupdate
public org.htmlunit.corejs.javascript.Function getOntimeupdate()
Returns theontimeupdateevent handler.- Returns:
- the
ontimeupdateevent handler
-
setOntimeupdate
public void setOntimeupdate(java.lang.Object timeupdate)
Sets theontimeupdateevent handler.- Parameters:
timeupdate- theontimeupdateevent handler
-
getOndblclick
public org.htmlunit.corejs.javascript.Function getOndblclick()
Returns theondblclickevent handler.- Returns:
- the
ondblclickevent handler
-
setOndblclick
public void setOndblclick(java.lang.Object dblclick)
Sets theondblclickevent handler.- Parameters:
dblclick- theondblclickevent handler
-
getOndrag
public org.htmlunit.corejs.javascript.Function getOndrag()
Returns theondragevent handler.- Returns:
- the
ondragevent handler
-
setOndrag
public void setOndrag(java.lang.Object drag)
Sets theondragevent handler.- Parameters:
drag- theondragevent handler
-
getOnseeked
public org.htmlunit.corejs.javascript.Function getOnseeked()
Returns theonseekedevent handler.- Returns:
- the
onseekedevent handler
-
setOnseeked
public void setOnseeked(java.lang.Object seeked)
Sets theonseekedevent handler.- Parameters:
seeked- theonseekedevent handler
-
getOnabort
public org.htmlunit.corejs.javascript.Function getOnabort()
Returns theonabortevent handler.- Returns:
- the
onabortevent handler
-
setOnabort
public void setOnabort(java.lang.Object abort)
Sets theonabortevent handler.- Parameters:
abort- theonabortevent handler
-
getOnloadedmetadata
public org.htmlunit.corejs.javascript.Function getOnloadedmetadata()
Returns theonloadedmetadataevent handler.- Returns:
- the
onloadedmetadataevent handler
-
setOnloadedmetadata
public void setOnloadedmetadata(java.lang.Object loadedmetadata)
Sets theonloadedmetadataevent handler.- Parameters:
loadedmetadata- theonloadedmetadataevent handler
-
getOntoggle
public org.htmlunit.corejs.javascript.Function getOntoggle()
Returns theontoggleevent handler.- Returns:
- the
ontoggleevent handler
-
setOntoggle
public void setOntoggle(java.lang.Object toggle)
Sets theontoggleevent handler.- Parameters:
toggle- theontoggleevent handler
-
getOnplay
public org.htmlunit.corejs.javascript.Function getOnplay()
Returns theonplayevent handler.- Returns:
- the
onplayevent handler
-
setOnplay
public void setOnplay(java.lang.Object play)
Sets theonplayevent handler.- Parameters:
play- theonplayevent handler
-
getOncontextmenu
public org.htmlunit.corejs.javascript.Function getOncontextmenu()
Returns theoncontextmenuevent handler.- Returns:
- the
oncontextmenuevent handler
-
setOncontextmenu
public void setOncontextmenu(java.lang.Object contextmenu)
Sets theoncontextmenuevent handler.- Parameters:
contextmenu- theoncontextmenuevent handler
-
getOnmousemove
public org.htmlunit.corejs.javascript.Function getOnmousemove()
Returns theonmousemoveevent handler.- Returns:
- the
onmousemoveevent handler
-
setOnmousemove
public void setOnmousemove(java.lang.Object mousemove)
Sets theonmousemoveevent handler.- Parameters:
mousemove- theonmousemoveevent handler
-
getOnerror
public org.htmlunit.corejs.javascript.Function getOnerror()
Returns theonerrorevent handler.- Returns:
- the
onerrorevent handler
-
setOnerror
public void setOnerror(java.lang.Object error)
Sets theonerrorevent handler.- Parameters:
error- theonerrorevent handler
-
getOnmouseup
public org.htmlunit.corejs.javascript.Function getOnmouseup()
Returns theonmouseupevent handler.- Returns:
- the
onmouseupevent handler
-
setOnmouseup
public void setOnmouseup(java.lang.Object mouseup)
Sets theonmouseupevent handler.- Parameters:
mouseup- theonmouseupevent handler
-
getOndragover
public org.htmlunit.corejs.javascript.Function getOndragover()
Returns theondragoverevent handler.- Returns:
- the
ondragoverevent handler
-
setOndragover
public void setOndragover(java.lang.Object dragover)
Sets theondragoverevent handler.- Parameters:
dragover- theondragoverevent handler
-
getOnpointermove
public org.htmlunit.corejs.javascript.Function getOnpointermove()
Returns thepointermoveevent handler for this element.- Returns:
- the
pointermoveevent handler for this element
-
setOnpointermove
public void setOnpointermove(java.lang.Object pointermove)
Sets thepointermoveevent handler.- Parameters:
pointermove- thepointermoveevent handler
-
getOncut
public org.htmlunit.corejs.javascript.Function getOncut()
Returns theoncutevent handler.- Returns:
- the
oncutevent handler
-
setOncut
public void setOncut(java.lang.Object cut)
Sets theoncutevent handler.- Parameters:
cut- theoncutevent handler
-
getOnmouseover
public org.htmlunit.corejs.javascript.Function getOnmouseover()
Returns theonmouseoverevent handler.- Returns:
- the
onmouseoverevent handler
-
setOnmouseover
public void setOnmouseover(java.lang.Object mouseover)
Sets theonmouseoverevent handler.- Parameters:
mouseover- theonmouseoverevent handler
-
getOninput
public org.htmlunit.corejs.javascript.Function getOninput()
Returns theoninputevent handler.- Returns:
- the
oninputevent handler
-
setOninput
public void setOninput(java.lang.Object input)
Sets theoninputevent handler.- Parameters:
input- theoninputevent handler
-
getOnlostpointercapture
public org.htmlunit.corejs.javascript.Function getOnlostpointercapture()
Returns thelostpointercaptureevent handler for this element.- Returns:
- the
lostpointercaptureevent handler for this element
-
setOnlostpointercapture
public void setOnlostpointercapture(java.lang.Object lostpointercapture)
Sets thelostpointercaptureevent handler.- Parameters:
lostpointercapture- thelostpointercaptureevent handler
-
getOnstalled
public org.htmlunit.corejs.javascript.Function getOnstalled()
Returns theonstalledevent handler.- Returns:
- the
onstalledevent handler
-
setOnstalled
public void setOnstalled(java.lang.Object stalled)
Sets theonstalledevent handler.- Parameters:
stalled- theonstalledevent handler
-
getOnpointerover
public org.htmlunit.corejs.javascript.Function getOnpointerover()
Returns thepointeroverevent handler for this element.- Returns:
- the
pointeroverevent handler for this element
-
setOnpointerover
public void setOnpointerover(java.lang.Object pointerover)
Sets thepointeroverevent handler.- Parameters:
pointerover- thepointeroverevent handler
-
getOnclose
public org.htmlunit.corejs.javascript.Function getOnclose()
Returns theoncloseevent handler.- Returns:
- the
oncloseevent handler
-
setOnclose
public void setOnclose(java.lang.Object close)
Sets theoncloseevent handler.- Parameters:
close- theoncloseevent handler
-
getOndragenter
public org.htmlunit.corejs.javascript.Function getOndragenter()
Returns theondragenterevent handler.- Returns:
- the
ondragenterevent handler
-
setOndragenter
public void setOndragenter(java.lang.Object dragenter)
Sets theondragenterevent handler.- Parameters:
dragenter- theondragenterevent handler
-
getOnmozfullscreenerror
public org.htmlunit.corejs.javascript.Function getOnmozfullscreenerror()
Returns theonmozfullscreenerrorevent handler.- Returns:
- the
onmozfullscreenerrorevent handler
-
setOnmozfullscreenerror
public void setOnmozfullscreenerror(java.lang.Object mozfullscreenerror)
Sets theonmozfullscreenerrorevent handler.- Parameters:
mozfullscreenerror- theonmozfullscreenerrorevent handler
-
getOnsubmit
public org.htmlunit.corejs.javascript.Function getOnsubmit()
Returns theonsubmitevent handler.- Returns:
- the
onsubmitevent handler
-
setOnsubmit
public void setOnsubmit(java.lang.Object submit)
Sets theonsubmitevent handler.- Parameters:
submit- theonsubmitevent handler
-
getOnmouseleave
public org.htmlunit.corejs.javascript.Function getOnmouseleave()
Returns theonmouseleaveevent handler.- Returns:
- the
onmouseleaveevent handler
-
setOnmouseleave
public void setOnmouseleave(java.lang.Object mouseleave)
Sets theonmouseleaveevent handler.- Parameters:
mouseleave- theonmouseleaveevent handler
-
getOnmouseenter
public org.htmlunit.corejs.javascript.Function getOnmouseenter()
Returns theonmouseenterevent handler.- Returns:
- the
onmouseenterevent handler
-
setOnmouseenter
public void setOnmouseenter(java.lang.Object mouseenter)
Sets theonmouseenterevent handler.- Parameters:
mouseenter- theonmouseenterevent handler
-
getOndragleave
public org.htmlunit.corejs.javascript.Function getOndragleave()
Returns theondragleaveevent handler.- Returns:
- the
ondragleaveevent handler
-
setOndragleave
public void setOndragleave(java.lang.Object dragleave)
Sets theondragleaveevent handler.- Parameters:
dragleave- theondragleaveevent handler
-
getOnmousewheel
public org.htmlunit.corejs.javascript.Function getOnmousewheel()
Returns theonmousewheelevent handler.- Returns:
- the
onmousewheelevent handler
-
setOnmousewheel
public void setOnmousewheel(java.lang.Object mousewheel)
Sets theonmousewheelevent handler.- Parameters:
mousewheel- theonmousewheelevent handler
-
getOnpointerdown
public org.htmlunit.corejs.javascript.Function getOnpointerdown()
Returns thepointerdownevent handler for this element.- Returns:
- the
pointerdownevent handler for this element
-
setOnpointerdown
public void setOnpointerdown(java.lang.Object pointerdown)
Sets thepointerdownevent handler.- Parameters:
pointerdown- thepointerdownevent handler
-
getOnseeking
public org.htmlunit.corejs.javascript.Function getOnseeking()
Returns theonseekingevent handler.- Returns:
- the
onseekingevent handler
-
setOnseeking
public void setOnseeking(java.lang.Object seeking)
Sets theonseekingevent handler.- Parameters:
seeking- theonseekingevent handler
-
getOnblur
public org.htmlunit.corejs.javascript.Function getOnblur()
Returns theonblurevent handler.- Returns:
- the
onblurevent handler
-
setOnblur
public void setOnblur(java.lang.Object blur)
Sets theonblurevent handler.- Parameters:
blur- theonblurevent handler
-
getOncuechange
public org.htmlunit.corejs.javascript.Function getOncuechange()
Returns theoncuechangeevent handler.- Returns:
- the
oncuechangeevent handler
-
setOncuechange
public void setOncuechange(java.lang.Object cuechange)
Sets theoncuechangeevent handler.- Parameters:
cuechange- theoncuechangeevent handler
-
getOndrop
public org.htmlunit.corejs.javascript.Function getOndrop()
Returns theondropevent handler.- Returns:
- the
ondropevent handler
-
setOndrop
public void setOndrop(java.lang.Object drop)
Sets theondropevent handler.- Parameters:
drop- theondropevent handler
-
getOndragstart
public org.htmlunit.corejs.javascript.Function getOndragstart()
Returns theondragstartevent handler.- Returns:
- the
ondragstartevent handler
-
setOndragstart
public void setOndragstart(java.lang.Object dragstart)
Sets theondragstartevent handler.- Parameters:
dragstart- theondragstartevent handler
-
getOnmozfullscreenchange
public org.htmlunit.corejs.javascript.Function getOnmozfullscreenchange()
Returns theonmozfullscreenchangeevent handler.- Returns:
- the
onmozfullscreenchangeevent handler
-
setOnmozfullscreenchange
public void setOnmozfullscreenchange(java.lang.Object mozfullscreenchange)
Sets theonmozfullscreenchangeevent handler.- Parameters:
mozfullscreenchange- theonmozfullscreenchangeevent handler
-
getOndurationchange
public org.htmlunit.corejs.javascript.Function getOndurationchange()
Returns theondurationchangeevent handler.- Returns:
- the
ondurationchangeevent handler
-
setOndurationchange
public void setOndurationchange(java.lang.Object durationchange)
Sets theondurationchangeevent handler.- Parameters:
durationchange- theondurationchangeevent handler
-
getOnplaying
public org.htmlunit.corejs.javascript.Function getOnplaying()
Returns theonplayingevent handler.- Returns:
- the
onplayingevent handler
-
setOnplaying
public void setOnplaying(java.lang.Object playing)
Sets theonplayingevent handler.- Parameters:
playing- theonplayingevent handler
-
getOnload
public org.htmlunit.corejs.javascript.Function getOnload()
Returns theonloadevent handler.- Returns:
- the
onloadevent handler
-
setOnload
public void setOnload(java.lang.Object load)
Sets theonloadevent handler.- Parameters:
load- theonloadevent handler
-
getOnended
public org.htmlunit.corejs.javascript.Function getOnended()
Returns theonendedevent handler.- Returns:
- the
onendedevent handler
-
setOnended
public void setOnended(java.lang.Object ended)
Sets theonendedevent handler.- Parameters:
ended- theonendedevent handler
-
getOnloadeddata
public org.htmlunit.corejs.javascript.Function getOnloadeddata()
Returns theonloadeddataevent handler.- Returns:
- the
onloadeddataevent handler
-
setOnloadeddata
public void setOnloadeddata(java.lang.Object loadeddata)
Sets theonloadeddataevent handler.- Parameters:
loadeddata- theonloadeddataevent handler
-
getOncopy
public org.htmlunit.corejs.javascript.Function getOncopy()
Returns theoncopyevent handler.- Returns:
- the
oncopyevent handler
-
setOncopy
public void setOncopy(java.lang.Object copy)
Sets theoncopyevent handler.- Parameters:
copy- theoncopyevent handler
-
getOnpaste
public org.htmlunit.corejs.javascript.Function getOnpaste()
Returns theonpasteevent handler.- Returns:
- the
onpasteevent handler
-
setOnpaste
public void setOnpaste(java.lang.Object paste)
Sets theonpasteevent handler.- Parameters:
paste- theonpasteevent handler
-
getOnmouseout
public org.htmlunit.corejs.javascript.Function getOnmouseout()
Returns theonmouseoutevent handler.- Returns:
- the
onmouseoutevent handler
-
setOnmouseout
public void setOnmouseout(java.lang.Object mouseout)
Sets theonmouseoutevent handler.- Parameters:
mouseout- theonmouseoutevent handler
-
getOnsuspend
public org.htmlunit.corejs.javascript.Function getOnsuspend()
Returns theonsuspendevent handler.- Returns:
- the
onsuspendevent handler
-
setOnsuspend
public void setOnsuspend(java.lang.Object suspend)
Sets theonsuspendevent handler.- Parameters:
suspend- theonsuspendevent handler
-
getOnvolumechange
public org.htmlunit.corejs.javascript.Function getOnvolumechange()
Returns theonvolumechangeevent handler.- Returns:
- the
onvolumechangeevent handler
-
setOnvolumechange
public void setOnvolumechange(java.lang.Object volumechange)
Sets theonvolumechangeevent handler.- Parameters:
volumechange- theonvolumechangeevent handler
-
getOnwaiting
public org.htmlunit.corejs.javascript.Function getOnwaiting()
Returns theonwaitingevent handler.- Returns:
- the
onwaitingevent handler
-
setOnwaiting
public void setOnwaiting(java.lang.Object waiting)
Sets theonwaitingevent handler.- Parameters:
waiting- theonwaitingevent handler
-
getOncanplay
public org.htmlunit.corejs.javascript.Function getOncanplay()
Returns theoncanplayevent handler.- Returns:
- the
oncanplayevent handler
-
setOncanplay
public void setOncanplay(java.lang.Object canplay)
Sets theoncanplayevent handler.- Parameters:
canplay- theoncanplayevent handler
-
getOnmousedown
public org.htmlunit.corejs.javascript.Function getOnmousedown()
Returns theonmousedownevent handler.- Returns:
- the
onmousedownevent handler
-
setOnmousedown
public void setOnmousedown(java.lang.Object mousedown)
Sets theonmousedownevent handler.- Parameters:
mousedown- theonmousedownevent handler
-
getOnemptied
public org.htmlunit.corejs.javascript.Function getOnemptied()
Returns theonemptiedevent handler.- Returns:
- the
onemptiedevent handler
-
setOnemptied
public void setOnemptied(java.lang.Object emptied)
Sets theonemptiedevent handler.- Parameters:
emptied- theonemptiedevent handler
-
getOngotpointercapture
public org.htmlunit.corejs.javascript.Function getOngotpointercapture()
Returns thegotpointercaptureevent handler for this element.- Returns:
- the
gotpointercaptureevent handler for this element
-
setOngotpointercapture
public void setOngotpointercapture(java.lang.Object gotpointercapture)
Sets thegotpointercaptureevent handler.- Parameters:
gotpointercapture- thegotpointercaptureevent handler
-
getOnwheel
public org.htmlunit.corejs.javascript.Function getOnwheel()
Returns theonwheelevent handler for this element.- Overrides:
getOnwheelin classElement- Returns:
- the
onwheelevent handler for this element
-
setOnwheel
public void setOnwheel(java.lang.Object onwheel)
Sets theonwheelevent handler for this element.- Overrides:
setOnwheelin classElement- Parameters:
onwheel- theonwheelevent handler for this element
-
-