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 SVGRect
getBBox()
Returns the bounding box, in current user space, of the geometry of all contained graphics elements.org.htmlunit.corejs.javascript.Function
getOnabort()
Returns theonabort
event handler.org.htmlunit.corejs.javascript.Function
getOnauxclick()
Returns theonauxclick
event handler.org.htmlunit.corejs.javascript.Function
getOnblur()
Returns theonblur
event handler.org.htmlunit.corejs.javascript.Function
getOncancel()
Returns theoncancel
event handler.org.htmlunit.corejs.javascript.Function
getOncanplay()
Returns theoncanplay
event handler.org.htmlunit.corejs.javascript.Function
getOncanplaythrough()
Returns theoncanplaythrough
event handler.org.htmlunit.corejs.javascript.Function
getOnchange()
Returns theonchange
event handler.org.htmlunit.corejs.javascript.Function
getOnclick()
Returns theonclick
event handler.org.htmlunit.corejs.javascript.Function
getOnclose()
Returns theonclose
event handler.org.htmlunit.corejs.javascript.Function
getOncontextmenu()
Returns theoncontextmenu
event handler.org.htmlunit.corejs.javascript.Function
getOncopy()
Returns theoncopy
event handler.org.htmlunit.corejs.javascript.Function
getOncuechange()
Returns theoncuechange
event handler.org.htmlunit.corejs.javascript.Function
getOncut()
Returns theoncut
event handler.org.htmlunit.corejs.javascript.Function
getOndblclick()
Returns theondblclick
event handler.org.htmlunit.corejs.javascript.Function
getOndrag()
Returns theondrag
event handler.org.htmlunit.corejs.javascript.Function
getOndragend()
Returns theondragend
event handler.org.htmlunit.corejs.javascript.Function
getOndragenter()
Returns theondragenter
event handler.org.htmlunit.corejs.javascript.Function
getOndragleave()
Returns theondragleave
event handler.org.htmlunit.corejs.javascript.Function
getOndragover()
Returns theondragover
event handler.org.htmlunit.corejs.javascript.Function
getOndragstart()
Returns theondragstart
event handler.org.htmlunit.corejs.javascript.Function
getOndrop()
Returns theondrop
event handler.org.htmlunit.corejs.javascript.Function
getOndurationchange()
Returns theondurationchange
event handler.org.htmlunit.corejs.javascript.Function
getOnemptied()
Returns theonemptied
event handler.org.htmlunit.corejs.javascript.Function
getOnended()
Returns theonended
event handler.org.htmlunit.corejs.javascript.Function
getOnerror()
Returns theonerror
event handler.org.htmlunit.corejs.javascript.Function
getOnfocus()
Returns theonfocus
event handler.org.htmlunit.corejs.javascript.Function
getOngotpointercapture()
Returns thegotpointercapture
event handler for this element.org.htmlunit.corejs.javascript.Function
getOninput()
Returns theoninput
event handler.org.htmlunit.corejs.javascript.Function
getOninvalid()
Returns theoninvalid
event handler.org.htmlunit.corejs.javascript.Function
getOnkeydown()
Returns theonkeydown
event handler.org.htmlunit.corejs.javascript.Function
getOnkeypress()
Returns theonkeypress
event handler.org.htmlunit.corejs.javascript.Function
getOnkeyup()
Returns theonkeyup
event handler.org.htmlunit.corejs.javascript.Function
getOnload()
Returns theonload
event handler.org.htmlunit.corejs.javascript.Function
getOnloadeddata()
Returns theonloadeddata
event handler.org.htmlunit.corejs.javascript.Function
getOnloadedmetadata()
Returns theonloadedmetadata
event handler.org.htmlunit.corejs.javascript.Function
getOnloadstart()
Returns theonloadstart
event handler.org.htmlunit.corejs.javascript.Function
getOnlostpointercapture()
Returns thelostpointercapture
event handler for this element.org.htmlunit.corejs.javascript.Function
getOnmousedown()
Returns theonmousedown
event handler.org.htmlunit.corejs.javascript.Function
getOnmouseenter()
Returns theonmouseenter
event handler.org.htmlunit.corejs.javascript.Function
getOnmouseleave()
Returns theonmouseleave
event handler.org.htmlunit.corejs.javascript.Function
getOnmousemove()
Returns theonmousemove
event handler.org.htmlunit.corejs.javascript.Function
getOnmouseout()
Returns theonmouseout
event handler.org.htmlunit.corejs.javascript.Function
getOnmouseover()
Returns theonmouseover
event handler.org.htmlunit.corejs.javascript.Function
getOnmouseup()
Returns theonmouseup
event handler.org.htmlunit.corejs.javascript.Function
getOnmousewheel()
Returns theonmousewheel
event handler.org.htmlunit.corejs.javascript.Function
getOnmozfullscreenchange()
Returns theonmozfullscreenchange
event handler.org.htmlunit.corejs.javascript.Function
getOnmozfullscreenerror()
Returns theonmozfullscreenerror
event handler.org.htmlunit.corejs.javascript.Function
getOnpaste()
Returns theonpaste
event handler.org.htmlunit.corejs.javascript.Function
getOnpause()
Returns theonpause
event handler.org.htmlunit.corejs.javascript.Function
getOnplay()
Returns theonplay
event handler.org.htmlunit.corejs.javascript.Function
getOnplaying()
Returns theonplaying
event handler.org.htmlunit.corejs.javascript.Function
getOnpointercancel()
Returns thepointercancel
event handler for this element.org.htmlunit.corejs.javascript.Function
getOnpointerdown()
Returns thepointerdown
event handler for this element.org.htmlunit.corejs.javascript.Function
getOnpointerenter()
Returns thepointerenter
event handler.org.htmlunit.corejs.javascript.Function
getOnpointerleave()
Returns thepointerleave
event handler.org.htmlunit.corejs.javascript.Function
getOnpointermove()
Returns thepointermove
event handler for this element.org.htmlunit.corejs.javascript.Function
getOnpointerout()
Returns thepointerout
event handler for this element.org.htmlunit.corejs.javascript.Function
getOnpointerover()
Returns thepointerover
event handler for this element.org.htmlunit.corejs.javascript.Function
getOnpointerup()
Returns thepointerup
event handler for this element.org.htmlunit.corejs.javascript.Function
getOnprogress()
Returns theonprogress
event handler.org.htmlunit.corejs.javascript.Function
getOnratechange()
Returns theonratechange
event handler.org.htmlunit.corejs.javascript.Function
getOnreset()
Returns theonreset
event handler.org.htmlunit.corejs.javascript.Function
getOnresize()
Returns theonresize
event handler.org.htmlunit.corejs.javascript.Function
getOnscroll()
Returns theonscroll
event handler.org.htmlunit.corejs.javascript.Function
getOnscrollend()
Returns theonscrollend
event handler.org.htmlunit.corejs.javascript.Function
getOnseeked()
Returns theonseeked
event handler.org.htmlunit.corejs.javascript.Function
getOnseeking()
Returns theonseeking
event handler.org.htmlunit.corejs.javascript.Function
getOnselect()
Returns theonselect
event handler.org.htmlunit.corejs.javascript.Function
getOnselectionchange()
Returns theonselectionchange
event handler for this element.org.htmlunit.corejs.javascript.Function
getOnselectstart()
Returns theonselectstart
event handler for this element.org.htmlunit.corejs.javascript.Function
getOnstalled()
Returns theonstalled
event handler.org.htmlunit.corejs.javascript.Function
getOnsubmit()
Returns theonsubmit
event handler.org.htmlunit.corejs.javascript.Function
getOnsuspend()
Returns theonsuspend
event handler.org.htmlunit.corejs.javascript.Function
getOntimeupdate()
Returns theontimeupdate
event handler.org.htmlunit.corejs.javascript.Function
getOntoggle()
Returns theontoggle
event handler.org.htmlunit.corejs.javascript.Function
getOnvolumechange()
Returns theonvolumechange
event handler.org.htmlunit.corejs.javascript.Function
getOnwaiting()
Returns theonwaiting
event handler.org.htmlunit.corejs.javascript.Function
getOnwheel()
Returns theonwheel
event handler for this element.CSSStyleDeclaration
getStyle()
Returns the style object for this element.void
jsConstructor()
Creates an instance.void
setOnabort(java.lang.Object abort)
Sets theonabort
event handler.void
setOnauxclick(java.lang.Object auxclick)
Sets theonauxclick
event handler.void
setOnblur(java.lang.Object blur)
Sets theonblur
event handler.void
setOncancel(java.lang.Object cancel)
Sets theoncancel
event handler.void
setOncanplay(java.lang.Object canplay)
Sets theoncanplay
event handler.void
setOncanplaythrough(java.lang.Object canplaythrough)
Sets theoncanplaythrough
event handler.void
setOnchange(java.lang.Object change)
Sets theonchange
event handler.void
setOnclick(java.lang.Object click)
Sets theonclick
event handler.void
setOnclose(java.lang.Object close)
Sets theonclose
event handler.void
setOncontextmenu(java.lang.Object contextmenu)
Sets theoncontextmenu
event handler.void
setOncopy(java.lang.Object copy)
Sets theoncopy
event handler.void
setOncuechange(java.lang.Object cuechange)
Sets theoncuechange
event handler.void
setOncut(java.lang.Object cut)
Sets theoncut
event handler.void
setOndblclick(java.lang.Object dblclick)
Sets theondblclick
event handler.void
setOndrag(java.lang.Object drag)
Sets theondrag
event handler.void
setOndragend(java.lang.Object dragend)
Sets theondragend
event handler.void
setOndragenter(java.lang.Object dragenter)
Sets theondragenter
event handler.void
setOndragleave(java.lang.Object dragleave)
Sets theondragleave
event handler.void
setOndragover(java.lang.Object dragover)
Sets theondragover
event handler.void
setOndragstart(java.lang.Object dragstart)
Sets theondragstart
event handler.void
setOndrop(java.lang.Object drop)
Sets theondrop
event handler.void
setOndurationchange(java.lang.Object durationchange)
Sets theondurationchange
event handler.void
setOnemptied(java.lang.Object emptied)
Sets theonemptied
event handler.void
setOnended(java.lang.Object ended)
Sets theonended
event handler.void
setOnerror(java.lang.Object error)
Sets theonerror
event handler.void
setOnfocus(java.lang.Object focus)
Sets theonfocus
event handler.void
setOngotpointercapture(java.lang.Object gotpointercapture)
Sets thegotpointercapture
event handler.void
setOninput(java.lang.Object input)
Sets theoninput
event handler.void
setOninvalid(java.lang.Object invalid)
Sets theoninvalid
event handler.void
setOnkeydown(java.lang.Object keydown)
Sets theonkeydown
event handler.void
setOnkeypress(java.lang.Object keypress)
Sets theonkeypress
event handler.void
setOnkeyup(java.lang.Object keyup)
Sets theonkeyup
event handler.void
setOnload(java.lang.Object load)
Sets theonload
event handler.void
setOnloadeddata(java.lang.Object loadeddata)
Sets theonloadeddata
event handler.void
setOnloadedmetadata(java.lang.Object loadedmetadata)
Sets theonloadedmetadata
event handler.void
setOnloadstart(java.lang.Object loadstart)
Sets theonloadstart
event handler.void
setOnlostpointercapture(java.lang.Object lostpointercapture)
Sets thelostpointercapture
event handler.void
setOnmousedown(java.lang.Object mousedown)
Sets theonmousedown
event handler.void
setOnmouseenter(java.lang.Object mouseenter)
Sets theonmouseenter
event handler.void
setOnmouseleave(java.lang.Object mouseleave)
Sets theonmouseleave
event handler.void
setOnmousemove(java.lang.Object mousemove)
Sets theonmousemove
event handler.void
setOnmouseout(java.lang.Object mouseout)
Sets theonmouseout
event handler.void
setOnmouseover(java.lang.Object mouseover)
Sets theonmouseover
event handler.void
setOnmouseup(java.lang.Object mouseup)
Sets theonmouseup
event handler.void
setOnmousewheel(java.lang.Object mousewheel)
Sets theonmousewheel
event handler.void
setOnmozfullscreenchange(java.lang.Object mozfullscreenchange)
Sets theonmozfullscreenchange
event handler.void
setOnmozfullscreenerror(java.lang.Object mozfullscreenerror)
Sets theonmozfullscreenerror
event handler.void
setOnpaste(java.lang.Object paste)
Sets theonpaste
event handler.void
setOnpause(java.lang.Object pause)
Sets theonpause
event handler.void
setOnplay(java.lang.Object play)
Sets theonplay
event handler.void
setOnplaying(java.lang.Object playing)
Sets theonplaying
event handler.void
setOnpointercancel(java.lang.Object pointercancel)
Sets thepointercancel
event handler.void
setOnpointerdown(java.lang.Object pointerdown)
Sets thepointerdown
event handler.void
setOnpointerenter(java.lang.Object pointerenter)
Sets thepointerenter
event handler.void
setOnpointerleave(java.lang.Object pointerleave)
Sets thepointerleave
event handler.void
setOnpointermove(java.lang.Object pointermove)
Sets thepointermove
event handler.void
setOnpointerout(java.lang.Object pointerout)
Sets thepointerout
event handler.void
setOnpointerover(java.lang.Object pointerover)
Sets thepointerover
event handler.void
setOnpointerup(java.lang.Object pointerup)
Sets thepointerup
event handler.void
setOnprogress(java.lang.Object progress)
Sets theonprogress
event handler.void
setOnratechange(java.lang.Object ratechange)
Sets theonratechange
event handler.void
setOnreset(java.lang.Object reset)
Sets theonreset
event handler.void
setOnresize(java.lang.Object resize)
Sets theonresize
event handler.void
setOnscroll(java.lang.Object scroll)
Sets theonscroll
event handler.void
setOnscrollend(java.lang.Object scrollend)
Sets theonscrollend
event handler.void
setOnseeked(java.lang.Object seeked)
Sets theonseeked
event handler.void
setOnseeking(java.lang.Object seeking)
Sets theonseeking
event handler.void
setOnselect(java.lang.Object select)
Sets theonselect
event handler.void
setOnselectionchange(java.lang.Object onselectionchange)
Sets theonselectionchange
event handler for this element.void
setOnselectstart(java.lang.Object onselectstart)
Sets theonselectstart
event handler for this element.void
setOnstalled(java.lang.Object stalled)
Sets theonstalled
event handler.void
setOnsubmit(java.lang.Object submit)
Sets theonsubmit
event handler.void
setOnsuspend(java.lang.Object suspend)
Sets theonsuspend
event handler.void
setOntimeupdate(java.lang.Object timeupdate)
Sets theontimeupdate
event handler.void
setOntoggle(java.lang.Object toggle)
Sets theontoggle
event handler.void
setOnvolumechange(java.lang.Object volumechange)
Sets theonvolumechange
event handler.void
setOnwaiting(java.lang.Object waiting)
Sets theonwaiting
event handler.void
setOnwheel(java.lang.Object onwheel)
Sets theonwheel
event handler for this element.void
setStyle(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:
jsConstructor
in 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 theonfocus
event handler.- Returns:
- the
onfocus
event handler
-
setOnfocus
public void setOnfocus(java.lang.Object focus)
Sets theonfocus
event handler.- Parameters:
focus
- theonfocus
event handler
-
getOndragend
public org.htmlunit.corejs.javascript.Function getOndragend()
Returns theondragend
event handler.- Returns:
- the
ondragend
event handler
-
setOndragend
public void setOndragend(java.lang.Object dragend)
Sets theondragend
event handler.- Parameters:
dragend
- theondragend
event handler
-
getOninvalid
public org.htmlunit.corejs.javascript.Function getOninvalid()
Returns theoninvalid
event handler.- Returns:
- the
oninvalid
event handler
-
setOninvalid
public void setOninvalid(java.lang.Object invalid)
Sets theoninvalid
event handler.- Parameters:
invalid
- theoninvalid
event handler
-
getOnpointercancel
public org.htmlunit.corejs.javascript.Function getOnpointercancel()
Returns thepointercancel
event handler for this element.- Returns:
- the
pointercancel
event handler for this element
-
setOnpointercancel
public void setOnpointercancel(java.lang.Object pointercancel)
Sets thepointercancel
event handler.- Parameters:
pointercancel
- thepointercancel
event handler
-
getOnpointerout
public org.htmlunit.corejs.javascript.Function getOnpointerout()
Returns thepointerout
event handler for this element.- Returns:
- the
pointerout
event handler for this element
-
setOnpointerout
public void setOnpointerout(java.lang.Object pointerout)
Sets thepointerout
event handler.- Parameters:
pointerout
- thepointerout
event handler
-
getOnratechange
public org.htmlunit.corejs.javascript.Function getOnratechange()
Returns theonratechange
event handler.- Returns:
- the
onratechange
event handler
-
setOnratechange
public void setOnratechange(java.lang.Object ratechange)
Sets theonratechange
event handler.- Parameters:
ratechange
- theonratechange
event handler
-
getOnresize
public org.htmlunit.corejs.javascript.Function getOnresize()
Returns theonresize
event handler.- Returns:
- the
onresize
event handler
-
setOnresize
public void setOnresize(java.lang.Object resize)
Sets theonresize
event handler.- Parameters:
resize
- theonresize
event handler
-
getOncanplaythrough
public org.htmlunit.corejs.javascript.Function getOncanplaythrough()
Returns theoncanplaythrough
event handler.- Returns:
- the
oncanplaythrough
event handler
-
setOncanplaythrough
public void setOncanplaythrough(java.lang.Object canplaythrough)
Sets theoncanplaythrough
event handler.- Parameters:
canplaythrough
- theoncanplaythrough
event handler
-
getOncancel
public org.htmlunit.corejs.javascript.Function getOncancel()
Returns theoncancel
event handler.- Returns:
- the
oncancel
event handler
-
setOncancel
public void setOncancel(java.lang.Object cancel)
Sets theoncancel
event handler.- Parameters:
cancel
- theoncancel
event handler
-
getOnpointerenter
public org.htmlunit.corejs.javascript.Function getOnpointerenter()
Returns thepointerenter
event handler.- Returns:
- the
pointerenter
event handler
-
setOnpointerenter
public void setOnpointerenter(java.lang.Object pointerenter)
Sets thepointerenter
event handler.- Parameters:
pointerenter
- thepointerenter
event handler
-
getOnselect
public org.htmlunit.corejs.javascript.Function getOnselect()
Returns theonselect
event handler.- Returns:
- the
onselect
event handler
-
setOnselect
public void setOnselect(java.lang.Object select)
Sets theonselect
event handler.- Parameters:
select
- theonselect
event handler
-
getOnselectstart
public org.htmlunit.corejs.javascript.Function getOnselectstart()
Returns theonselectstart
event handler for this element.- Returns:
- the
onselectstart
event handler for this element
-
setOnselectstart
public void setOnselectstart(java.lang.Object onselectstart)
Sets theonselectstart
event handler for this element.- Parameters:
onselectstart
- theonselectstart
event handler for this element
-
getOnselectionchange
public org.htmlunit.corejs.javascript.Function getOnselectionchange()
Returns theonselectionchange
event handler for this element.- Returns:
- the
onselectionchange
event handler for this element
-
setOnselectionchange
public void setOnselectionchange(java.lang.Object onselectionchange)
Sets theonselectionchange
event handler for this element.- Parameters:
onselectionchange
- theonselectionchange
event handler for this element
-
getOnauxclick
public org.htmlunit.corejs.javascript.Function getOnauxclick()
Returns theonauxclick
event handler.- Returns:
- the
onauxclick
event handler
-
setOnauxclick
public void setOnauxclick(java.lang.Object auxclick)
Sets theonauxclick
event handler.- Parameters:
auxclick
- theonauxclick
event handler
-
getOnpause
public org.htmlunit.corejs.javascript.Function getOnpause()
Returns theonpause
event handler.- Returns:
- the
onpause
event handler
-
setOnpause
public void setOnpause(java.lang.Object pause)
Sets theonpause
event handler.- Parameters:
pause
- theonpause
event handler
-
getOnloadstart
public org.htmlunit.corejs.javascript.Function getOnloadstart()
Returns theonloadstart
event handler.- Returns:
- the
onloadstart
event handler
-
setOnloadstart
public void setOnloadstart(java.lang.Object loadstart)
Sets theonloadstart
event handler.- Parameters:
loadstart
- theonloadstart
event handler
-
getOnprogress
public org.htmlunit.corejs.javascript.Function getOnprogress()
Returns theonprogress
event handler.- Returns:
- the
onprogress
event handler
-
setOnprogress
public void setOnprogress(java.lang.Object progress)
Sets theonprogress
event handler.- Parameters:
progress
- theonprogress
event handler
-
getOnpointerup
public org.htmlunit.corejs.javascript.Function getOnpointerup()
Returns thepointerup
event handler for this element.- Returns:
- the
pointerup
event handler for this element
-
setOnpointerup
public void setOnpointerup(java.lang.Object pointerup)
Sets thepointerup
event handler.- Parameters:
pointerup
- thepointerup
event handler
-
getOnscroll
public org.htmlunit.corejs.javascript.Function getOnscroll()
Returns theonscroll
event handler.- Returns:
- the
onscroll
event handler
-
setOnscroll
public void setOnscroll(java.lang.Object scroll)
Sets theonscroll
event handler.- Parameters:
scroll
- theonscroll
event handler
-
getOnscrollend
public org.htmlunit.corejs.javascript.Function getOnscrollend()
Returns theonscrollend
event handler.- Returns:
- the
onscrollend
event handler
-
setOnscrollend
public void setOnscrollend(java.lang.Object scrollend)
Sets theonscrollend
event handler.- Parameters:
scrollend
- theonscrollend
event handler
-
getOnkeydown
public org.htmlunit.corejs.javascript.Function getOnkeydown()
Returns theonkeydown
event handler.- Returns:
- the
onkeydown
event handler
-
setOnkeydown
public void setOnkeydown(java.lang.Object keydown)
Sets theonkeydown
event handler.- Parameters:
keydown
- theonkeydown
event handler
-
getOnpointerleave
public org.htmlunit.corejs.javascript.Function getOnpointerleave()
Returns thepointerleave
event handler.- Returns:
- the
pointerleave
event handler
-
setOnpointerleave
public void setOnpointerleave(java.lang.Object pointerleave)
Sets thepointerleave
event handler.- Parameters:
pointerleave
- thepointerleave
event handler
-
getOnclick
public org.htmlunit.corejs.javascript.Function getOnclick()
Returns theonclick
event handler.- Returns:
- the
onclick
event handler
-
setOnclick
public void setOnclick(java.lang.Object click)
Sets theonclick
event handler.- Parameters:
click
- theonclick
event handler
-
getOnkeyup
public org.htmlunit.corejs.javascript.Function getOnkeyup()
Returns theonkeyup
event handler.- Returns:
- the
onkeyup
event handler
-
setOnkeyup
public void setOnkeyup(java.lang.Object keyup)
Sets theonkeyup
event handler.- Parameters:
keyup
- theonkeyup
event handler
-
getOnchange
public org.htmlunit.corejs.javascript.Function getOnchange()
Returns theonchange
event handler.- Returns:
- the
onchange
event handler
-
setOnchange
public void setOnchange(java.lang.Object change)
Sets theonchange
event handler.- Parameters:
change
- theonchange
event handler
-
getOnreset
public org.htmlunit.corejs.javascript.Function getOnreset()
Returns theonreset
event handler.- Returns:
- the
onreset
event handler
-
setOnreset
public void setOnreset(java.lang.Object reset)
Sets theonreset
event handler.- Parameters:
reset
- theonreset
event handler
-
getOnkeypress
public org.htmlunit.corejs.javascript.Function getOnkeypress()
Returns theonkeypress
event handler.- Returns:
- the
onkeypress
event handler
-
setOnkeypress
public void setOnkeypress(java.lang.Object keypress)
Sets theonkeypress
event handler.- Parameters:
keypress
- theonkeypress
event handler
-
getOntimeupdate
public org.htmlunit.corejs.javascript.Function getOntimeupdate()
Returns theontimeupdate
event handler.- Returns:
- the
ontimeupdate
event handler
-
setOntimeupdate
public void setOntimeupdate(java.lang.Object timeupdate)
Sets theontimeupdate
event handler.- Parameters:
timeupdate
- theontimeupdate
event handler
-
getOndblclick
public org.htmlunit.corejs.javascript.Function getOndblclick()
Returns theondblclick
event handler.- Returns:
- the
ondblclick
event handler
-
setOndblclick
public void setOndblclick(java.lang.Object dblclick)
Sets theondblclick
event handler.- Parameters:
dblclick
- theondblclick
event handler
-
getOndrag
public org.htmlunit.corejs.javascript.Function getOndrag()
Returns theondrag
event handler.- Returns:
- the
ondrag
event handler
-
setOndrag
public void setOndrag(java.lang.Object drag)
Sets theondrag
event handler.- Parameters:
drag
- theondrag
event handler
-
getOnseeked
public org.htmlunit.corejs.javascript.Function getOnseeked()
Returns theonseeked
event handler.- Returns:
- the
onseeked
event handler
-
setOnseeked
public void setOnseeked(java.lang.Object seeked)
Sets theonseeked
event handler.- Parameters:
seeked
- theonseeked
event handler
-
getOnabort
public org.htmlunit.corejs.javascript.Function getOnabort()
Returns theonabort
event handler.- Returns:
- the
onabort
event handler
-
setOnabort
public void setOnabort(java.lang.Object abort)
Sets theonabort
event handler.- Parameters:
abort
- theonabort
event handler
-
getOnloadedmetadata
public org.htmlunit.corejs.javascript.Function getOnloadedmetadata()
Returns theonloadedmetadata
event handler.- Returns:
- the
onloadedmetadata
event handler
-
setOnloadedmetadata
public void setOnloadedmetadata(java.lang.Object loadedmetadata)
Sets theonloadedmetadata
event handler.- Parameters:
loadedmetadata
- theonloadedmetadata
event handler
-
getOntoggle
public org.htmlunit.corejs.javascript.Function getOntoggle()
Returns theontoggle
event handler.- Returns:
- the
ontoggle
event handler
-
setOntoggle
public void setOntoggle(java.lang.Object toggle)
Sets theontoggle
event handler.- Parameters:
toggle
- theontoggle
event handler
-
getOnplay
public org.htmlunit.corejs.javascript.Function getOnplay()
Returns theonplay
event handler.- Returns:
- the
onplay
event handler
-
setOnplay
public void setOnplay(java.lang.Object play)
Sets theonplay
event handler.- Parameters:
play
- theonplay
event handler
-
getOncontextmenu
public org.htmlunit.corejs.javascript.Function getOncontextmenu()
Returns theoncontextmenu
event handler.- Returns:
- the
oncontextmenu
event handler
-
setOncontextmenu
public void setOncontextmenu(java.lang.Object contextmenu)
Sets theoncontextmenu
event handler.- Parameters:
contextmenu
- theoncontextmenu
event handler
-
getOnmousemove
public org.htmlunit.corejs.javascript.Function getOnmousemove()
Returns theonmousemove
event handler.- Returns:
- the
onmousemove
event handler
-
setOnmousemove
public void setOnmousemove(java.lang.Object mousemove)
Sets theonmousemove
event handler.- Parameters:
mousemove
- theonmousemove
event handler
-
getOnerror
public org.htmlunit.corejs.javascript.Function getOnerror()
Returns theonerror
event handler.- Returns:
- the
onerror
event handler
-
setOnerror
public void setOnerror(java.lang.Object error)
Sets theonerror
event handler.- Parameters:
error
- theonerror
event handler
-
getOnmouseup
public org.htmlunit.corejs.javascript.Function getOnmouseup()
Returns theonmouseup
event handler.- Returns:
- the
onmouseup
event handler
-
setOnmouseup
public void setOnmouseup(java.lang.Object mouseup)
Sets theonmouseup
event handler.- Parameters:
mouseup
- theonmouseup
event handler
-
getOndragover
public org.htmlunit.corejs.javascript.Function getOndragover()
Returns theondragover
event handler.- Returns:
- the
ondragover
event handler
-
setOndragover
public void setOndragover(java.lang.Object dragover)
Sets theondragover
event handler.- Parameters:
dragover
- theondragover
event handler
-
getOnpointermove
public org.htmlunit.corejs.javascript.Function getOnpointermove()
Returns thepointermove
event handler for this element.- Returns:
- the
pointermove
event handler for this element
-
setOnpointermove
public void setOnpointermove(java.lang.Object pointermove)
Sets thepointermove
event handler.- Parameters:
pointermove
- thepointermove
event handler
-
getOncut
public org.htmlunit.corejs.javascript.Function getOncut()
Returns theoncut
event handler.- Returns:
- the
oncut
event handler
-
setOncut
public void setOncut(java.lang.Object cut)
Sets theoncut
event handler.- Parameters:
cut
- theoncut
event handler
-
getOnmouseover
public org.htmlunit.corejs.javascript.Function getOnmouseover()
Returns theonmouseover
event handler.- Returns:
- the
onmouseover
event handler
-
setOnmouseover
public void setOnmouseover(java.lang.Object mouseover)
Sets theonmouseover
event handler.- Parameters:
mouseover
- theonmouseover
event handler
-
getOninput
public org.htmlunit.corejs.javascript.Function getOninput()
Returns theoninput
event handler.- Returns:
- the
oninput
event handler
-
setOninput
public void setOninput(java.lang.Object input)
Sets theoninput
event handler.- Parameters:
input
- theoninput
event handler
-
getOnlostpointercapture
public org.htmlunit.corejs.javascript.Function getOnlostpointercapture()
Returns thelostpointercapture
event handler for this element.- Returns:
- the
lostpointercapture
event handler for this element
-
setOnlostpointercapture
public void setOnlostpointercapture(java.lang.Object lostpointercapture)
Sets thelostpointercapture
event handler.- Parameters:
lostpointercapture
- thelostpointercapture
event handler
-
getOnstalled
public org.htmlunit.corejs.javascript.Function getOnstalled()
Returns theonstalled
event handler.- Returns:
- the
onstalled
event handler
-
setOnstalled
public void setOnstalled(java.lang.Object stalled)
Sets theonstalled
event handler.- Parameters:
stalled
- theonstalled
event handler
-
getOnpointerover
public org.htmlunit.corejs.javascript.Function getOnpointerover()
Returns thepointerover
event handler for this element.- Returns:
- the
pointerover
event handler for this element
-
setOnpointerover
public void setOnpointerover(java.lang.Object pointerover)
Sets thepointerover
event handler.- Parameters:
pointerover
- thepointerover
event handler
-
getOnclose
public org.htmlunit.corejs.javascript.Function getOnclose()
Returns theonclose
event handler.- Returns:
- the
onclose
event handler
-
setOnclose
public void setOnclose(java.lang.Object close)
Sets theonclose
event handler.- Parameters:
close
- theonclose
event handler
-
getOndragenter
public org.htmlunit.corejs.javascript.Function getOndragenter()
Returns theondragenter
event handler.- Returns:
- the
ondragenter
event handler
-
setOndragenter
public void setOndragenter(java.lang.Object dragenter)
Sets theondragenter
event handler.- Parameters:
dragenter
- theondragenter
event handler
-
getOnmozfullscreenerror
public org.htmlunit.corejs.javascript.Function getOnmozfullscreenerror()
Returns theonmozfullscreenerror
event handler.- Returns:
- the
onmozfullscreenerror
event handler
-
setOnmozfullscreenerror
public void setOnmozfullscreenerror(java.lang.Object mozfullscreenerror)
Sets theonmozfullscreenerror
event handler.- Parameters:
mozfullscreenerror
- theonmozfullscreenerror
event handler
-
getOnsubmit
public org.htmlunit.corejs.javascript.Function getOnsubmit()
Returns theonsubmit
event handler.- Returns:
- the
onsubmit
event handler
-
setOnsubmit
public void setOnsubmit(java.lang.Object submit)
Sets theonsubmit
event handler.- Parameters:
submit
- theonsubmit
event handler
-
getOnmouseleave
public org.htmlunit.corejs.javascript.Function getOnmouseleave()
Returns theonmouseleave
event handler.- Returns:
- the
onmouseleave
event handler
-
setOnmouseleave
public void setOnmouseleave(java.lang.Object mouseleave)
Sets theonmouseleave
event handler.- Parameters:
mouseleave
- theonmouseleave
event handler
-
getOnmouseenter
public org.htmlunit.corejs.javascript.Function getOnmouseenter()
Returns theonmouseenter
event handler.- Returns:
- the
onmouseenter
event handler
-
setOnmouseenter
public void setOnmouseenter(java.lang.Object mouseenter)
Sets theonmouseenter
event handler.- Parameters:
mouseenter
- theonmouseenter
event handler
-
getOndragleave
public org.htmlunit.corejs.javascript.Function getOndragleave()
Returns theondragleave
event handler.- Returns:
- the
ondragleave
event handler
-
setOndragleave
public void setOndragleave(java.lang.Object dragleave)
Sets theondragleave
event handler.- Parameters:
dragleave
- theondragleave
event handler
-
getOnmousewheel
public org.htmlunit.corejs.javascript.Function getOnmousewheel()
Returns theonmousewheel
event handler.- Returns:
- the
onmousewheel
event handler
-
setOnmousewheel
public void setOnmousewheel(java.lang.Object mousewheel)
Sets theonmousewheel
event handler.- Parameters:
mousewheel
- theonmousewheel
event handler
-
getOnpointerdown
public org.htmlunit.corejs.javascript.Function getOnpointerdown()
Returns thepointerdown
event handler for this element.- Returns:
- the
pointerdown
event handler for this element
-
setOnpointerdown
public void setOnpointerdown(java.lang.Object pointerdown)
Sets thepointerdown
event handler.- Parameters:
pointerdown
- thepointerdown
event handler
-
getOnseeking
public org.htmlunit.corejs.javascript.Function getOnseeking()
Returns theonseeking
event handler.- Returns:
- the
onseeking
event handler
-
setOnseeking
public void setOnseeking(java.lang.Object seeking)
Sets theonseeking
event handler.- Parameters:
seeking
- theonseeking
event handler
-
getOnblur
public org.htmlunit.corejs.javascript.Function getOnblur()
Returns theonblur
event handler.- Returns:
- the
onblur
event handler
-
setOnblur
public void setOnblur(java.lang.Object blur)
Sets theonblur
event handler.- Parameters:
blur
- theonblur
event handler
-
getOncuechange
public org.htmlunit.corejs.javascript.Function getOncuechange()
Returns theoncuechange
event handler.- Returns:
- the
oncuechange
event handler
-
setOncuechange
public void setOncuechange(java.lang.Object cuechange)
Sets theoncuechange
event handler.- Parameters:
cuechange
- theoncuechange
event handler
-
getOndrop
public org.htmlunit.corejs.javascript.Function getOndrop()
Returns theondrop
event handler.- Returns:
- the
ondrop
event handler
-
setOndrop
public void setOndrop(java.lang.Object drop)
Sets theondrop
event handler.- Parameters:
drop
- theondrop
event handler
-
getOndragstart
public org.htmlunit.corejs.javascript.Function getOndragstart()
Returns theondragstart
event handler.- Returns:
- the
ondragstart
event handler
-
setOndragstart
public void setOndragstart(java.lang.Object dragstart)
Sets theondragstart
event handler.- Parameters:
dragstart
- theondragstart
event handler
-
getOnmozfullscreenchange
public org.htmlunit.corejs.javascript.Function getOnmozfullscreenchange()
Returns theonmozfullscreenchange
event handler.- Returns:
- the
onmozfullscreenchange
event handler
-
setOnmozfullscreenchange
public void setOnmozfullscreenchange(java.lang.Object mozfullscreenchange)
Sets theonmozfullscreenchange
event handler.- Parameters:
mozfullscreenchange
- theonmozfullscreenchange
event handler
-
getOndurationchange
public org.htmlunit.corejs.javascript.Function getOndurationchange()
Returns theondurationchange
event handler.- Returns:
- the
ondurationchange
event handler
-
setOndurationchange
public void setOndurationchange(java.lang.Object durationchange)
Sets theondurationchange
event handler.- Parameters:
durationchange
- theondurationchange
event handler
-
getOnplaying
public org.htmlunit.corejs.javascript.Function getOnplaying()
Returns theonplaying
event handler.- Returns:
- the
onplaying
event handler
-
setOnplaying
public void setOnplaying(java.lang.Object playing)
Sets theonplaying
event handler.- Parameters:
playing
- theonplaying
event handler
-
getOnload
public org.htmlunit.corejs.javascript.Function getOnload()
Returns theonload
event handler.- Returns:
- the
onload
event handler
-
setOnload
public void setOnload(java.lang.Object load)
Sets theonload
event handler.- Parameters:
load
- theonload
event handler
-
getOnended
public org.htmlunit.corejs.javascript.Function getOnended()
Returns theonended
event handler.- Returns:
- the
onended
event handler
-
setOnended
public void setOnended(java.lang.Object ended)
Sets theonended
event handler.- Parameters:
ended
- theonended
event handler
-
getOnloadeddata
public org.htmlunit.corejs.javascript.Function getOnloadeddata()
Returns theonloadeddata
event handler.- Returns:
- the
onloadeddata
event handler
-
setOnloadeddata
public void setOnloadeddata(java.lang.Object loadeddata)
Sets theonloadeddata
event handler.- Parameters:
loadeddata
- theonloadeddata
event handler
-
getOncopy
public org.htmlunit.corejs.javascript.Function getOncopy()
Returns theoncopy
event handler.- Returns:
- the
oncopy
event handler
-
setOncopy
public void setOncopy(java.lang.Object copy)
Sets theoncopy
event handler.- Parameters:
copy
- theoncopy
event handler
-
getOnpaste
public org.htmlunit.corejs.javascript.Function getOnpaste()
Returns theonpaste
event handler.- Returns:
- the
onpaste
event handler
-
setOnpaste
public void setOnpaste(java.lang.Object paste)
Sets theonpaste
event handler.- Parameters:
paste
- theonpaste
event handler
-
getOnmouseout
public org.htmlunit.corejs.javascript.Function getOnmouseout()
Returns theonmouseout
event handler.- Returns:
- the
onmouseout
event handler
-
setOnmouseout
public void setOnmouseout(java.lang.Object mouseout)
Sets theonmouseout
event handler.- Parameters:
mouseout
- theonmouseout
event handler
-
getOnsuspend
public org.htmlunit.corejs.javascript.Function getOnsuspend()
Returns theonsuspend
event handler.- Returns:
- the
onsuspend
event handler
-
setOnsuspend
public void setOnsuspend(java.lang.Object suspend)
Sets theonsuspend
event handler.- Parameters:
suspend
- theonsuspend
event handler
-
getOnvolumechange
public org.htmlunit.corejs.javascript.Function getOnvolumechange()
Returns theonvolumechange
event handler.- Returns:
- the
onvolumechange
event handler
-
setOnvolumechange
public void setOnvolumechange(java.lang.Object volumechange)
Sets theonvolumechange
event handler.- Parameters:
volumechange
- theonvolumechange
event handler
-
getOnwaiting
public org.htmlunit.corejs.javascript.Function getOnwaiting()
Returns theonwaiting
event handler.- Returns:
- the
onwaiting
event handler
-
setOnwaiting
public void setOnwaiting(java.lang.Object waiting)
Sets theonwaiting
event handler.- Parameters:
waiting
- theonwaiting
event handler
-
getOncanplay
public org.htmlunit.corejs.javascript.Function getOncanplay()
Returns theoncanplay
event handler.- Returns:
- the
oncanplay
event handler
-
setOncanplay
public void setOncanplay(java.lang.Object canplay)
Sets theoncanplay
event handler.- Parameters:
canplay
- theoncanplay
event handler
-
getOnmousedown
public org.htmlunit.corejs.javascript.Function getOnmousedown()
Returns theonmousedown
event handler.- Returns:
- the
onmousedown
event handler
-
setOnmousedown
public void setOnmousedown(java.lang.Object mousedown)
Sets theonmousedown
event handler.- Parameters:
mousedown
- theonmousedown
event handler
-
getOnemptied
public org.htmlunit.corejs.javascript.Function getOnemptied()
Returns theonemptied
event handler.- Returns:
- the
onemptied
event handler
-
setOnemptied
public void setOnemptied(java.lang.Object emptied)
Sets theonemptied
event handler.- Parameters:
emptied
- theonemptied
event handler
-
getOngotpointercapture
public org.htmlunit.corejs.javascript.Function getOngotpointercapture()
Returns thegotpointercapture
event handler for this element.- Returns:
- the
gotpointercapture
event handler for this element
-
setOngotpointercapture
public void setOngotpointercapture(java.lang.Object gotpointercapture)
Sets thegotpointercapture
event handler.- Parameters:
gotpointercapture
- thegotpointercapture
event handler
-
getOnwheel
public org.htmlunit.corejs.javascript.Function getOnwheel()
Returns theonwheel
event handler for this element.- Overrides:
getOnwheel
in classElement
- Returns:
- the
onwheel
event handler for this element
-
setOnwheel
public void setOnwheel(java.lang.Object onwheel)
Sets theonwheel
event handler for this element.- Overrides:
setOnwheel
in classElement
- Parameters:
onwheel
- theonwheel
event handler for this element
-
-