@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="SVGElement")
public class SVGElement
extends Element
| Modifier and Type | Field and Description |
|---|---|
boolean |
autofocus |
@JsNonNull java.lang.String |
nonce |
@JsNullable EventHandler |
onabort
The onabort property of the GlobalEventHandlers mixin is the EventHandler for processing abort events sent to the window.
|
@JsNullable AnimationEventHandler |
onanimationcancel
The onanimationcancel property of the GlobalEventHandlers mixin is the EventHandler for processing animationcancel events.
|
@JsNullable AnimationEventHandler |
onanimationend
The onanimationend property of the GlobalEventHandlers mixin is the EventHandler for processing animationend events.
|
@JsNullable AnimationEventHandler |
onanimationiteration
The onanimationiteration property of the GlobalEventHandlers mixin is the EventHandler for processing animationiteration events.
|
@JsNullable AnimationEventHandler |
onanimationstart
An event handler for the animationstart event.
|
@JsNullable MouseEventHandler |
onauxclick
The onauxclick property of the GlobalEventHandlers mixin is an EventHandler for processing auxclick events.
|
@JsNullable FocusEventHandler |
onblur
The onblur property of the GlobalEventHandlers mixin is the EventHandler for processing blur events.
|
@JsNullable EventHandler |
oncancel
The oncancel property of the GlobalEventHandlers mixin is an EventHandler for processing cancel events sent to a dialog element.
|
@JsNullable EventHandler |
oncanplay
The oncanplay property of the GlobalEventHandlers mixin is the EventHandler for processing canplay events.
|
@JsNullable EventHandler |
oncanplaythrough
The oncanplaythrough property of the GlobalEventHandlers mixin is the EventHandler for processing canplaythrough events.
|
@JsNullable EventHandler |
onchange
The onchange property of the GlobalEventHandlers mixin is an EventHandler for processing change events.
|
@JsNullable PointerEventHandler |
onclick
The onclick property of the GlobalEventHandlers mixin is the EventHandler for processing click events on a given element.
|
@JsNullable EventHandler |
onclose
The onclose property of the GlobalEventHandlers mixin is an EventHandler for processing close events sent to a dialog element.
|
@JsNullable EventHandler |
oncontextlost |
@JsNullable PointerEventHandler |
oncontextmenu
The oncontextmenu property of the GlobalEventHandlers mixin is an EventHandler that processes contextmenu events.
|
@JsNullable EventHandler |
oncontextrestored |
@JsNullable ClipboardEventHandler |
oncopy |
@JsNullable EventHandler |
oncuechange
The oncuechange property of the GlobalEventHandlers mixin is the EventHandler for processing cuechange events.
|
@JsNullable ClipboardEventHandler |
oncut |
@JsNullable MouseEventHandler |
ondblclick
The ondblclick property of the GlobalEventHandlers mixin is an EventHandler that processes dblclick events on the given element.
|
@JsNullable DragEventHandler |
ondrag
A global event handler for the drag event.
|
@JsNullable DragEventHandler |
ondragend
A global event handler for the dragend event.
|
@JsNullable DragEventHandler |
ondragenter
A global event handler for the dragenter event.
|
@JsNullable DragEventHandler |
ondragleave
A global event handler for the dragleave event.
|
@JsNullable DragEventHandler |
ondragover
A global event handler for the dragover event.
|
@JsNullable DragEventHandler |
ondragstart
A global event handler for the dragstart event.
|
@JsNullable DragEventHandler |
ondrop
A global event handler for the drop event.
|
@JsNullable EventHandler |
ondurationchange
The ondurationchange property of the GlobalEventHandlers mixin is the EventHandler for processing durationchange events.
|
@JsNullable EventHandler |
onemptied
The onemptied property sets and returns the event handler for the emptied event.
|
@JsNullable EventHandler |
onended
The onended property of the GlobalEventHandlers mixin is the EventHandler for processing ended events.
|
@JsNullable OnErrorEventHandler |
onerror
The onerror property of the GlobalEventHandlers mixin is an EventHandler that processes error events.
|
@JsNullable FocusEventHandler |
onfocus
The onfocus property of the GlobalEventHandlers mixin is an EventHandler that processes focus events on the given element.
|
@JsNullable EventHandler |
onformdata
The onformdata property of the GlobalEventHandlers mixin is the EventHandler for processing formdata events, fired after the entry list representing the form's data is constructed.
|
@JsNullable PointerEventHandler |
ongotpointercapture
The ongotpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes gotpointercapture events.
|
@JsNullable EventHandler |
oninput
The oninput property of the GlobalEventHandlers mixin is an EventHandler that processes input events on the input, select, and textarea elements.
|
@JsNullable EventHandler |
oninvalid
The oninvalid property of the GlobalEventHandlers mixin is an EventHandler that processes invalid events.
|
@JsNullable EventHandler |
onkeydown
The onkeydown property of the GlobalEventHandlers mixin is an EventHandler that processes keydown events.
|
@JsNullable EventHandler |
onkeypress
The onkeypress property of the GlobalEventHandlers mixin is an EventHandler that processes keypress events.
|
@JsNullable EventHandler |
onkeyup
The onkeyup property of the GlobalEventHandlers mixin is an EventHandler that processes keyup events.
|
@JsNullable EventHandler |
onload
The onload property of the GlobalEventHandlers mixin is an EventHandler that processes load events on a Window, XMLHttpRequest, img element, etc.
|
@JsNullable EventHandler |
onloadeddata
The onloadeddata property of the GlobalEventHandlers mixin is the EventHandler for processing loadeddata events.
|
@JsNullable EventHandler |
onloadedmetadata
The onloadedmetadata property of the GlobalEventHandlers mixin is the EventHandler for processing loadedmetadata events.
|
@JsNullable EventHandler |
onloadstart
The onloadstart property of the GlobalEventHandlers mixin is an EventHandler representing the code to be called when the loadstart event is raised (when progress has begun on the loading of a resource.)
|
@JsNullable PointerEventHandler |
onlostpointercapture
The onlostpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes lostpointercapture events.
|
@JsNullable MouseEventHandler |
onmousedown
The onmousedown property of the GlobalEventHandlers mixin is an EventHandler that processes mousedown events.
|
@JsNullable MouseEventHandler |
onmouseenter
The onmouseenter property of the GlobalEventHandlers mixin is the EventHandler for processing mouseenter events.
|
@JsNullable MouseEventHandler |
onmouseleave
The onmouseleave property of the GlobalEventHandlers mixin is the EventHandler for processing mouseleave events.
|
@JsNullable MouseEventHandler |
onmousemove
The onmousemove property of the GlobalEventHandlers mixin is an EventHandler that processes mousemove events.
|
@JsNullable MouseEventHandler |
onmouseout
The onmouseout property of the GlobalEventHandlers mixin is an EventHandler that processes mouseout events.
|
@JsNullable MouseEventHandler |
onmouseover
The onmouseover property of the GlobalEventHandlers mixin is an EventHandler that processes mouseover events.
|
@JsNullable MouseEventHandler |
onmouseup
The onmouseup property of the GlobalEventHandlers mixin is an EventHandler that processes mouseup events.
|
@JsNullable ClipboardEventHandler |
onpaste |
@JsNullable EventHandler |
onpause
The onpause property of the GlobalEventHandlers mixin is the EventHandler for processing pause events.
|
@JsNullable EventHandler |
onplay
The onplay property of the GlobalEventHandlers mixin is the EventHandler for processing play events.
|
@JsNullable EventHandler |
onplaying
The onplaying property of the GlobalEventHandlers mixin is the EventHandler for processing playing events.
|
@JsNullable PointerEventHandler |
onpointercancel
The onpointercancel property of the GlobalEventHandlers mixin is an EventHandler that processes pointercancel events.
|
@JsNullable PointerEventHandler |
onpointerdown
The GlobalEventHandlers event handler onpointerdown is used to specify the event handler for the pointerdown event, which is fired when the pointing device is initially pressed.
|
@JsNullable PointerEventHandler |
onpointerenter
The onpointerenter property of the GlobalEventHandlers mixin is an EventHandler that processes pointerenter events.
|
@JsNullable PointerEventHandler |
onpointerleave
The global event handler for the pointerleave event, which is delivered to a Node when the pointer (mouse cursor, fingertip, etc.) exits its hit test area (for example, if the cursor exits an Element or Window's content area).
|
@JsNullable PointerEventHandler |
onpointermove
The onpointermove property of the GlobalEventHandlers mixin is an EventHandler that processes pointermove events.
|
@JsNullable PointerEventHandler |
onpointerout
The onpointerout property of the GlobalEventHandlers mixin is an EventHandler that processes pointerout events.
|
@JsNullable PointerEventHandler |
onpointerover
The onpointerover property of the GlobalEventHandlers mixin is an EventHandler that processes pointerover events.
|
@JsNullable PointerEventHandler |
onpointerup
The onpointerup property of the GlobalEventHandlers mixin is an EventHandler that processes pointerup events.
|
@JsNullable EventHandler |
onprogress |
@JsNullable EventHandler |
onratechange |
@JsNullable EventHandler |
onreset
The onreset property of the GlobalEventHandlers mixin is an EventHandler that processes reset events.
|
@JsNullable EventHandler |
onresize
The onreset property of the GlobalEventHandlers mixin is an EventHandler that processes reset events.
|
@JsNullable EventHandler |
onscroll
The onscroll property of the GlobalEventHandlers mixin is an EventHandler that processes scroll events.
|
@JsNullable EventHandler |
onsecuritypolicyviolation |
@JsNullable EventHandler |
onseeked |
@JsNullable EventHandler |
onseeking |
@JsNullable EventHandler |
onselect
The onselect property of the GlobalEventHandlers mixin is an EventHandler that processes select events.
|
@JsNullable EventHandler |
onselectionchange
The onselectionchange property of the GlobalEventHandlers mixin is an EventHandler that processes selectionchange events.
|
@JsNullable EventHandler |
onselectstart
The onselectstart property of the GlobalEventHandlers mixin is an EventHandler that processes selectstart events.
|
@JsNullable EventHandler |
onslotchange |
@JsNullable EventHandler |
onstalled |
@JsNullable EventHandler |
onsubmit
The onsubmit property of the GlobalEventHandlers mixin is an EventHandler that processes submit events.
|
@JsNullable EventHandler |
onsuspend |
@JsNullable EventHandler |
ontimeupdate |
@JsNullable EventHandler |
ontoggle |
@JsNullable TouchEventHandler |
ontouchcancel
The ontouchcancel property of the GlobalEventHandlers mixin is an EventHandler that processes touchcancel events.
|
@JsNullable TouchEventHandler |
ontouchend
A global event handler for the touchend event.
|
@JsNullable TouchEventHandler |
ontouchmove
A global event handler for the touchmove event.
|
@JsNullable TouchEventHandler |
ontouchstart
The ontouchstart property of the GlobalEventHandlers mixin is an EventHandler that processes touchstart events.
|
@JsNullable TransitionEventHandler |
ontransitioncancel
The ontransitioncancel property of the GlobalEventHandlers mixin is an EventHandler that processes transitioncancel events.
|
@JsNullable TransitionEventHandler |
ontransitionend
The ontransitionend property of the GlobalEventHandlers mixin is an EventHandler that processes transitionend events.
|
@JsNullable TransitionEventHandler |
ontransitionrun |
@JsNullable TransitionEventHandler |
ontransitionstart |
@JsNullable EventHandler |
onvolumechange |
@JsNullable EventHandler |
onwaiting |
@JsNullable EventHandler |
onwebkitanimationend |
@JsNullable EventHandler |
onwebkitanimationiteration |
@JsNullable EventHandler |
onwebkitanimationstart |
@JsNullable EventHandler |
onwebkittransitionend |
@JsNullable WheelEventHandler |
onwheel
The onwheel property of the GlobalEventHandlers mixin is an EventHandler that processes wheel events.
|
int |
tabIndex |
ariaAtomic, ariaAutoComplete, ariaBusy, ariaChecked, ariaColCount, ariaColIndex, ariaColIndexText, ariaColSpan, ariaCurrent, ariaDescription, ariaDisabled, ariaExpanded, ariaHasPopup, ariaHidden, ariaInvalid, ariaKeyShortcuts, ariaLabel, ariaLevel, ariaLive, ariaModal, ariaMultiLine, ariaMultiSelectable, ariaOrientation, ariaPlaceholder, ariaPosInSet, ariaPressed, ariaReadOnly, ariaRequired, ariaRoleDescription, ariaRowCount, ariaRowIndex, ariaRowIndexText, ariaRowSpan, ariaSelected, ariaSetSize, ariaSort, ariaValueMax, ariaValueMin, ariaValueNow, ariaValueText, className, id, innerHTML, onfullscreenchange, onfullscreenerror, outerHTML, role, scrollLeft, scrollTop, slotATTRIBUTE_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, nodeValue, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, textContent| Modifier | Constructor and Description |
|---|---|
protected |
SVGElement() |
addAuxclickListener, addAuxclickListener, addAuxclickListener, addBlurListener, addBlurListener, addBlurListener, addCancelListener, addCancelListener, addCancelListener, addClickListener, addClickListener, addClickListener, addCompositionendListener, addCompositionendListener, addCompositionendListener, addCompositionstartListener, addCompositionstartListener, addCompositionstartListener, addCompositionupdateListener, addCompositionupdateListener, addCompositionupdateListener, addContextmenuListener, addContextmenuListener, addContextmenuListener, addCopyListener, addCopyListener, addCopyListener, addCutListener, addCutListener, addCutListener, addDblclickListener, addDblclickListener, addDblclickListener, addDOMActivateListener, addDOMActivateListener, addDOMActivateListener, addFocusinListener, addFocusinListener, addFocusinListener, addFocusListener, addFocusListener, addFocusListener, addFocusoutListener, addFocusoutListener, addFocusoutListener, addFullscreenchangeListener, addFullscreenchangeListener, addFullscreenchangeListener, addFullscreenerrorListener, addFullscreenerrorListener, addFullscreenerrorListener, addMousedownListener, addMousedownListener, addMousedownListener, addMouseenterListener, addMouseenterListener, addMouseenterListener, addMouseleaveListener, addMouseleaveListener, addMouseleaveListener, addMousemoveListener, addMousemoveListener, addMousemoveListener, addMouseoutListener, addMouseoutListener, addMouseoutListener, addMouseoverListener, addMouseoverListener, addMouseoverListener, addMouseupListener, addMouseupListener, addMouseupListener, addPasteListener, addPasteListener, addPasteListener, addScrollListener, addScrollListener, addScrollListener, addShowListener, addShowListener, addShowListener, addTouchcancelListener, addTouchcancelListener, addTouchcancelListener, addTouchendListener, addTouchendListener, addTouchendListener, addTouchmoveListener, addTouchmoveListener, addTouchmoveListener, addTouchstartListener, addTouchstartListener, addTouchstartListener, addWebkitmouseforcechangedListener, addWebkitmouseforcechangedListener, addWebkitmouseforcechangedListener, addWebkitmouseforcedownListener, addWebkitmouseforcedownListener, addWebkitmouseforcedownListener, addWebkitmouseforceupListener, addWebkitmouseforceupListener, addWebkitmouseforceupListener, addWebkitmouseforcewillbeginListener, addWebkitmouseforcewillbeginListener, addWebkitmouseforcewillbeginListener, addWheelListener, addWheelListener, addWheelListener, after, after, animate, animate, animate, append, append, assignedSlot, attachShadow, attributes, before, before, childElementCount, children, classList, clientHeight, clientLeft, clientTop, clientWidth, closest, firstElementChild, getAnimations, getAnimations, getAttribute, getAttributeNames, getAttributeNode, getAttributeNodeNS, getAttributeNS, getBoundingClientRect, getClientRects, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, hasAttributes, hasPointerCapture, insertAdjacentElement, insertAdjacentHTML, insertAdjacentText, lastElementChild, localName, matches, namespaceURI, nextElementSibling, prefix, prepend, prepend, previousElementSibling, pseudo, querySelector, querySelectorAll, releasePointerCapture, remove, removeAttribute, removeAttributeNode, removeAttributeNS, removeAuxclickListener, removeAuxclickListener, removeAuxclickListener, removeBlurListener, removeBlurListener, removeBlurListener, removeCancelListener, removeCancelListener, removeCancelListener, removeClickListener, removeClickListener, removeClickListener, removeCompositionendListener, removeCompositionendListener, removeCompositionendListener, removeCompositionstartListener, removeCompositionstartListener, removeCompositionstartListener, removeCompositionupdateListener, removeCompositionupdateListener, removeCompositionupdateListener, removeContextmenuListener, removeContextmenuListener, removeContextmenuListener, removeCopyListener, removeCopyListener, removeCopyListener, removeCutListener, removeCutListener, removeCutListener, removeDblclickListener, removeDblclickListener, removeDblclickListener, removeDOMActivateListener, removeDOMActivateListener, removeDOMActivateListener, removeFocusinListener, removeFocusinListener, removeFocusinListener, removeFocusListener, removeFocusListener, removeFocusListener, removeFocusoutListener, removeFocusoutListener, removeFocusoutListener, removeFullscreenchangeListener, removeFullscreenchangeListener, removeFullscreenchangeListener, removeFullscreenerrorListener, removeFullscreenerrorListener, removeFullscreenerrorListener, removeMousedownListener, removeMousedownListener, removeMousedownListener, removeMouseenterListener, removeMouseenterListener, removeMouseenterListener, removeMouseleaveListener, removeMouseleaveListener, removeMouseleaveListener, removeMousemoveListener, removeMousemoveListener, removeMousemoveListener, removeMouseoutListener, removeMouseoutListener, removeMouseoutListener, removeMouseoverListener, removeMouseoverListener, removeMouseoverListener, removeMouseupListener, removeMouseupListener, removeMouseupListener, removePasteListener, removePasteListener, removePasteListener, removeScrollListener, removeScrollListener, removeScrollListener, removeShowListener, removeShowListener, removeShowListener, removeTouchcancelListener, removeTouchcancelListener, removeTouchcancelListener, removeTouchendListener, removeTouchendListener, removeTouchendListener, removeTouchmoveListener, removeTouchmoveListener, removeTouchmoveListener, removeTouchstartListener, removeTouchstartListener, removeTouchstartListener, removeWebkitmouseforcechangedListener, removeWebkitmouseforcechangedListener, removeWebkitmouseforcechangedListener, removeWebkitmouseforcedownListener, removeWebkitmouseforcedownListener, removeWebkitmouseforcedownListener, removeWebkitmouseforceupListener, removeWebkitmouseforceupListener, removeWebkitmouseforceupListener, removeWebkitmouseforcewillbeginListener, removeWebkitmouseforcewillbeginListener, removeWebkitmouseforcewillbeginListener, removeWheelListener, removeWheelListener, removeWheelListener, replaceChildren, replaceChildren, replaceWith, replaceWith, requestFullscreen, requestFullscreen, requestPointerLock, scroll, scroll, scroll, scrollBy, scrollBy, scrollBy, scrollHeight, scrollIntoView, scrollIntoView, scrollIntoView, scrollTo, scrollTo, scrollTo, scrollWidth, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setPointerCapture, shadowRoot, tagName, toggleAttribute, toggleAttribute, webkitMatchesSelectorappendChild, baseURI, childNodes, cloneNode, cloneNode, compareDocumentPosition, contains, firstChild, getRootNode, getRootNode, hasChildNodes, insertBefore, isConnected, isDefaultNamespace, isEqualNode, isSameNode, lastChild, lookupNamespaceURI, lookupPrefix, nextSibling, nodeName, nodeType, normalize, ownerDocument, parentElement, parentNode, previousSibling, removeChild, replaceChildaddEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListenerassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic boolean autofocus
public @JsNonNull java.lang.String nonce
public @JsNullable EventHandler onabort
public @JsNullable AnimationEventHandler onanimationcancel
public @JsNullable AnimationEventHandler onanimationend
public @JsNullable AnimationEventHandler onanimationiteration
public @JsNullable AnimationEventHandler onanimationstart
public @JsNullable MouseEventHandler onauxclick
public @JsNullable FocusEventHandler onblur
public @JsNullable EventHandler oncancel
public @JsNullable EventHandler oncanplay
public @JsNullable EventHandler oncanplaythrough
public @JsNullable EventHandler onchange
public @JsNullable PointerEventHandler onclick
public @JsNullable EventHandler onclose
public @JsNullable EventHandler oncontextlost
public @JsNullable PointerEventHandler oncontextmenu
public @JsNullable EventHandler oncontextrestored
public @JsNullable ClipboardEventHandler oncopy
public @JsNullable EventHandler oncuechange
public @JsNullable ClipboardEventHandler oncut
public @JsNullable MouseEventHandler ondblclick
public @JsNullable DragEventHandler ondrag
public @JsNullable DragEventHandler ondragend
public @JsNullable DragEventHandler ondragenter
public @JsNullable DragEventHandler ondragleave
public @JsNullable DragEventHandler ondragover
public @JsNullable DragEventHandler ondragstart
public @JsNullable DragEventHandler ondrop
public @JsNullable EventHandler ondurationchange
public @JsNullable EventHandler onemptied
public @JsNullable EventHandler onended
public @JsNullable OnErrorEventHandler onerror
public @JsNullable FocusEventHandler onfocus
public @JsNullable EventHandler onformdata
public @JsNullable PointerEventHandler ongotpointercapture
public @JsNullable EventHandler oninput
public @JsNullable EventHandler oninvalid
public @JsNullable EventHandler onkeydown
public @JsNullable EventHandler onkeypress
public @JsNullable EventHandler onkeyup
public @JsNullable EventHandler onload
public @JsNullable EventHandler onloadeddata
public @JsNullable EventHandler onloadedmetadata
public @JsNullable EventHandler onloadstart
public @JsNullable PointerEventHandler onlostpointercapture
public @JsNullable MouseEventHandler onmousedown
public @JsNullable MouseEventHandler onmouseenter
public @JsNullable MouseEventHandler onmouseleave
public @JsNullable MouseEventHandler onmousemove
public @JsNullable MouseEventHandler onmouseout
public @JsNullable MouseEventHandler onmouseover
public @JsNullable MouseEventHandler onmouseup
public @JsNullable ClipboardEventHandler onpaste
public @JsNullable EventHandler onpause
public @JsNullable EventHandler onplay
public @JsNullable EventHandler onplaying
public @JsNullable PointerEventHandler onpointercancel
public @JsNullable PointerEventHandler onpointerdown
public @JsNullable PointerEventHandler onpointerenter
public @JsNullable PointerEventHandler onpointerleave
public @JsNullable PointerEventHandler onpointermove
public @JsNullable PointerEventHandler onpointerout
public @JsNullable PointerEventHandler onpointerover
public @JsNullable PointerEventHandler onpointerup
public @JsNullable EventHandler onprogress
public @JsNullable EventHandler onratechange
public @JsNullable EventHandler onreset
public @JsNullable EventHandler onresize
public @JsNullable EventHandler onscroll
public @JsNullable EventHandler onsecuritypolicyviolation
public @JsNullable EventHandler onseeked
public @JsNullable EventHandler onseeking
public @JsNullable EventHandler onselect
public @JsNullable EventHandler onselectionchange
public @JsNullable EventHandler onselectstart
public @JsNullable EventHandler onslotchange
public @JsNullable EventHandler onstalled
public @JsNullable EventHandler onsubmit
public @JsNullable EventHandler onsuspend
public @JsNullable EventHandler ontimeupdate
public @JsNullable EventHandler ontoggle
public @JsNullable TouchEventHandler ontouchcancel
public @JsNullable TouchEventHandler ontouchend
public @JsNullable TouchEventHandler ontouchmove
public @JsNullable TouchEventHandler ontouchstart
public @JsNullable TransitionEventHandler ontransitioncancel
public @JsNullable TransitionEventHandler ontransitionend
public @JsNullable TransitionEventHandler ontransitionrun
public @JsNullable TransitionEventHandler ontransitionstart
public @JsNullable EventHandler onvolumechange
public @JsNullable EventHandler onwaiting
public @JsNullable EventHandler onwebkitanimationend
public @JsNullable EventHandler onwebkitanimationiteration
public @JsNullable EventHandler onwebkitanimationstart
public @JsNullable EventHandler onwebkittransitionend
public @JsNullable WheelEventHandler onwheel
public int tabIndex
@JsProperty(name="className") @Nonnull public SVGAnimatedString className()
@JsProperty(name="correspondingElement") @Nullable public SVGElement correspondingElement()
@JsProperty(name="correspondingUseElement") @Nullable public SVGUseElement correspondingUseElement()
@JsProperty(name="dataset") @Nonnull public DOMStringMap dataset()
@JsProperty(name="ownerSVGElement") @Nullable public SVGSVGElement ownerSVGElement()
@JsProperty(name="style") @Nonnull public CSSStyleDeclaration style()
@JsProperty(name="viewportElement") @Nullable public SVGElement viewportElement()
public void blur()
public void focus(@Nonnull
FocusOptions options)
public void focus()
@JsOverlay
public final void addDragListener(@Nonnull
DragEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDragListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDragListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void removeDragListener(@Nonnull
DragEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDragListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDragListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void addDragleaveListener(@Nonnull
DragEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDragleaveListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDragleaveListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void removeDragleaveListener(@Nonnull
DragEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDragleaveListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDragleaveListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void addDragstartListener(@Nonnull
DragEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDragstartListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDragstartListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void removeDragstartListener(@Nonnull
DragEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDragstartListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDragstartListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void addDropListener(@Nonnull
DragEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDropListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDropListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void removeDropListener(@Nonnull
DragEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDropListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDropListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void addErrorListener(@Nonnull
ErrorEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addErrorListener(@Nonnull
ErrorEventListener callback,
boolean useCapture)
@JsOverlay
public final void addErrorListener(@Nonnull
ErrorEventListener callback)
@JsOverlay
public final void removeErrorListener(@Nonnull
ErrorEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeErrorListener(@Nonnull
ErrorEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeErrorListener(@Nonnull
ErrorEventListener callback)
@JsOverlay
public final void addDragendListener(@Nonnull
DragEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDragendListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDragendListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void removeDragendListener(@Nonnull
DragEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDragendListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDragendListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void addDragenterListener(@Nonnull
DragEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDragenterListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDragenterListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void removeDragenterListener(@Nonnull
DragEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDragenterListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDragenterListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void addDragoverListener(@Nonnull
DragEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDragoverListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDragoverListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void removeDragoverListener(@Nonnull
DragEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDragoverListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDragoverListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void addAnimationstartListener(@Nonnull
AnimationEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addAnimationstartListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public final void addAnimationstartListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public final void removeAnimationstartListener(@Nonnull
AnimationEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeAnimationstartListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeAnimationstartListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public final void addAnimationcancelListener(@Nonnull
AnimationEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addAnimationcancelListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public final void addAnimationcancelListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public final void removeAnimationcancelListener(@Nonnull
AnimationEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeAnimationcancelListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeAnimationcancelListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public final void addAnimationendListener(@Nonnull
AnimationEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addAnimationendListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public final void addAnimationendListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public final void removeAnimationendListener(@Nonnull
AnimationEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeAnimationendListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeAnimationendListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public final void addAnimationiterationListener(@Nonnull
AnimationEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addAnimationiterationListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public final void addAnimationiterationListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public final void removeAnimationiterationListener(@Nonnull
AnimationEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeAnimationiterationListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeAnimationiterationListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public final void addTransitionrunListener(@Nonnull
TransitionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addTransitionrunListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void addTransitionrunListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public final void removeTransitionrunListener(@Nonnull
TransitionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeTransitionrunListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeTransitionrunListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public final void addTransitioncancelListener(@Nonnull
TransitionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addTransitioncancelListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void addTransitioncancelListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public final void removeTransitioncancelListener(@Nonnull
TransitionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeTransitioncancelListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeTransitioncancelListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public final void addTransitionstartListener(@Nonnull
TransitionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addTransitionstartListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void addTransitionstartListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public final void removeTransitionstartListener(@Nonnull
TransitionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeTransitionstartListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeTransitionstartListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public final void addTransitionendListener(@Nonnull
TransitionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addTransitionendListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void addTransitionendListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public final void removeTransitionendListener(@Nonnull
TransitionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeTransitionendListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeTransitionendListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public final void addPointerdownListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPointerdownListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPointerdownListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removePointerdownListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePointerdownListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePointerdownListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addGotpointercaptureListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addGotpointercaptureListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addGotpointercaptureListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removeGotpointercaptureListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeGotpointercaptureListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeGotpointercaptureListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addLostpointercaptureListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addLostpointercaptureListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addLostpointercaptureListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removeLostpointercaptureListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeLostpointercaptureListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeLostpointercaptureListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addPointerenterListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPointerenterListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPointerenterListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removePointerenterListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePointerenterListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePointerenterListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addPointeroutListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPointeroutListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPointeroutListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removePointeroutListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePointeroutListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePointeroutListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addPointerupListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPointerupListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPointerupListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removePointerupListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePointerupListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePointerupListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addPointermoveListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPointermoveListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPointermoveListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removePointermoveListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePointermoveListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePointermoveListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addPointerleaveListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPointerleaveListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPointerleaveListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removePointerleaveListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePointerleaveListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePointerleaveListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addPointeroverListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPointeroverListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPointeroverListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removePointeroverListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePointeroverListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePointeroverListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addPointercancelListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPointercancelListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPointercancelListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removePointercancelListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePointercancelListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePointercancelListener(@Nonnull
PointerEventListener callback)