@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="HTMLElement")
public class HTMLElement
extends Element
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
accessKey
The HTMLElement.accessKey property sets the keystroke which a user can press to jump to a given element.
|
java.lang.String |
autocapitalize |
boolean |
autofocus |
java.lang.String |
contentEditable
The contentEditable property of the HTMLElement interface specifies whether or not the element is editable.
|
java.lang.String |
dir
The HTMLElement.dir property gets or sets the text writing directionality of the content of the current element.
|
boolean |
draggable |
java.lang.String |
enterKeyHint |
boolean |
hidden
The HTMLElement property hidden is a Boolean which is true if the element is hidden; otherwise the value is false.
|
java.lang.String |
innerText
The innerText property of the HTMLElement interface represents the "rendered" text content of a node and its descendants.
|
java.lang.String |
inputMode |
java.lang.String |
lang
The HTMLElement.lang property gets or sets the base language of an element's attribute values and text content.
|
java.lang.String |
nonce |
EventHandler |
onabort
The onabort property of the GlobalEventHandlers mixin is the EventHandler for processing abort events sent to the window.
|
AnimationEventHandler |
onanimationcancel
The onanimationcancel property of the GlobalEventHandlers mixin is the EventHandler for processing animationcancel events.
|
AnimationEventHandler |
onanimationend
The onanimationend property of the GlobalEventHandlers mixin is the EventHandler for processing animationend events.
|
AnimationEventHandler |
onanimationiteration
The onanimationiteration property of the GlobalEventHandlers mixin is the EventHandler for processing animationiteration events.
|
AnimationEventHandler |
onanimationstart
An event handler for the animationstart event.
|
MouseEventHandler |
onauxclick
The onauxclick property of the GlobalEventHandlers mixin is an EventHandler for processing auxclick events.
|
FocusEventHandler |
onblur
The onblur property of the GlobalEventHandlers mixin is the EventHandler for processing blur events.
|
EventHandler |
oncancel
The oncancel property of the GlobalEventHandlers mixin is an EventHandler for processing cancel events sent to a dialog element.
|
EventHandler |
oncanplay
The oncanplay property of the GlobalEventHandlers mixin is the EventHandler for processing canplay events.
|
EventHandler |
oncanplaythrough
The oncanplaythrough property of the GlobalEventHandlers mixin is the EventHandler for processing canplaythrough events.
|
EventHandler |
onchange
The onchange property of the GlobalEventHandlers mixin is an EventHandler for processing change events.
|
MouseEventHandler |
onclick
The onclick property of the GlobalEventHandlers mixin is the EventHandler for processing click events on a given element.
|
EventHandler |
onclose
The onclose property of the GlobalEventHandlers mixin is an EventHandler for processing close events sent to a dialog element.
|
MouseEventHandler |
oncontextmenu
The oncontextmenu property of the GlobalEventHandlers mixin is an EventHandler that processes contextmenu events.
|
ClipboardEventHandler |
oncopy
The oncopy property of the HTMLElement interface is an EventHandler that processes copy events.
|
EventHandler |
oncuechange
The oncuechange property of the GlobalEventHandlers mixin is the EventHandler for processing cuechange events.
|
ClipboardEventHandler |
oncut
The HTMLElement.oncut property of the HTMLElement interface is an EventHandler that processes cut events.
|
MouseEventHandler |
ondblclick
The ondblclick property of the GlobalEventHandlers mixin is an EventHandler that processes dblclick events on the given element.
|
EventHandler |
ondrag
A global event handler for the drag event.
|
EventHandler |
ondragend
A global event handler for the dragend event.
|
EventHandler |
ondragenter
A global event handler for the dragenter event.
|
EventHandler |
ondragleave
A global event handler for the dragleave event.
|
EventHandler |
ondragover
A global event handler for the dragover event.
|
EventHandler |
ondragstart
A global event handler for the dragstart event.
|
EventHandler |
ondrop
A global event handler for the drop event.
|
EventHandler |
ondurationchange
The ondurationchange property of the GlobalEventHandlers mixin is the EventHandler for processing durationchange events.
|
EventHandler |
onemptied
The onemptied property sets and returns the event handler for the emptied event.
|
EventHandler |
onended
The onended property of the GlobalEventHandlers mixin is the EventHandler for processing ended events.
|
OnErrorEventHandler |
onerror
The onerror property of the GlobalEventHandlers mixin is an EventHandler that processes error events.
|
FocusEventHandler |
onfocus
The onfocus property of the GlobalEventHandlers mixin is an EventHandler that processes focus events on the given element.
|
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.
|
PointerEventHandler |
ongotpointercapture
The ongotpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes gotpointercapture events.
|
InputEventHandler |
oninput
The oninput property of the GlobalEventHandlers mixin is an EventHandler that processes input events on the input, select, and textarea elements.
|
EventHandler |
oninvalid
The oninvalid property of the GlobalEventHandlers mixin is an EventHandler that processes invalid events.
|
EventHandler |
onkeydown
The onkeydown property of the GlobalEventHandlers mixin is an EventHandler that processes keydown events.
|
EventHandler |
onkeypress
The onkeypress property of the GlobalEventHandlers mixin is an EventHandler that processes keypress events.
|
EventHandler |
onkeyup
The onkeyup property of the GlobalEventHandlers mixin is an EventHandler that processes keyup events.
|
EventHandler |
onload
The onload property of the GlobalEventHandlers mixin is an EventHandler that processes load events on a Window, XMLHttpRequest, img element, etc.
|
EventHandler |
onloadeddata
The onloadeddata property of the GlobalEventHandlers mixin is the EventHandler for processing loadeddata events.
|
EventHandler |
onloadedmetadata
The onloadedmetadata property of the GlobalEventHandlers mixin is the EventHandler for processing loadedmetadata events.
|
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.)
|
PointerEventHandler |
onlostpointercapture
The onlostpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes lostpointercapture events.
|
MouseEventHandler |
onmousedown
The onmousedown property of the GlobalEventHandlers mixin is an EventHandler that processes mousedown events.
|
MouseEventHandler |
onmouseenter
The onmouseenter property of the GlobalEventHandlers mixin is the EventHandler for processing mouseenter events.
|
MouseEventHandler |
onmouseleave
The onmouseleave property of the GlobalEventHandlers mixin is the EventHandler for processing mouseleave events.
|
MouseEventHandler |
onmousemove
The onmousemove property of the GlobalEventHandlers mixin is an EventHandler that processes mousemove events.
|
MouseEventHandler |
onmouseout
The onmouseout property of the GlobalEventHandlers mixin is an EventHandler that processes mouseout events.
|
MouseEventHandler |
onmouseover
The onmouseover property of the GlobalEventHandlers mixin is an EventHandler that processes mouseover events.
|
MouseEventHandler |
onmouseup
The onmouseup property of the GlobalEventHandlers mixin is an EventHandler that processes mouseup events.
|
ClipboardEventHandler |
onpaste
The HTMLElement.onpaste property of the HTMLElement interface is an EventHandler that processes paste events.
|
EventHandler |
onpause
The onpause property of the GlobalEventHandlers mixin is the EventHandler for processing pause events.
|
EventHandler |
onplay
The onplay property of the GlobalEventHandlers mixin is the EventHandler for processing play events.
|
EventHandler |
onplaying
The onplaying property of the GlobalEventHandlers mixin is the EventHandler for processing playing events.
|
PointerEventHandler |
onpointercancel
The onpointercancel property of the GlobalEventHandlers mixin is an EventHandler that processes pointercancel events.
|
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.
|
PointerEventHandler |
onpointerenter
The onpointerenter property of the GlobalEventHandlers mixin is an EventHandler that processes pointerenter events.
|
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).
|
PointerEventHandler |
onpointermove
The onpointermove property of the GlobalEventHandlers mixin is an EventHandler that processes pointermove events.
|
PointerEventHandler |
onpointerout
The onpointerout property of the GlobalEventHandlers mixin is an EventHandler that processes pointerout events.
|
PointerEventHandler |
onpointerover
The onpointerover property of the GlobalEventHandlers mixin is an EventHandler that processes pointerover events.
|
PointerEventHandler |
onpointerup
The onpointerup property of the GlobalEventHandlers mixin is an EventHandler that processes pointerup events.
|
EventHandler |
onprogress |
EventHandler |
onratechange |
EventHandler |
onreset
The onreset property of the GlobalEventHandlers mixin is an EventHandler that processes reset events.
|
EventHandler |
onresize
The onreset property of the GlobalEventHandlers mixin is an EventHandler that processes reset events.
|
EventHandler |
onscroll
The onscroll property of the GlobalEventHandlers mixin is an EventHandler that processes scroll events.
|
EventHandler |
onsecuritypolicyviolation |
EventHandler |
onseeked |
EventHandler |
onseeking |
EventHandler |
onselect
The onselect property of the GlobalEventHandlers mixin is an EventHandler that processes select events.
|
EventHandler |
onselectionchange
The onselectionchange property of the GlobalEventHandlers mixin is an EventHandler that processes selectionchange events.
|
EventHandler |
onselectstart
The onselectstart property of the GlobalEventHandlers mixin is an EventHandler that processes selectstart events.
|
EventHandler |
onslotchange |
EventHandler |
onstalled |
EventHandler |
onsubmit
The onsubmit property of the GlobalEventHandlers mixin is an EventHandler that processes submit events.
|
EventHandler |
onsuspend |
EventHandler |
ontimeupdate |
EventHandler |
ontoggle |
TouchEventHandler |
ontouchcancel
The ontouchcancel property of the GlobalEventHandlers mixin is an EventHandler that processes touchcancel events.
|
TouchEventHandler |
ontouchend
A global event handler for the touchend event.
|
TouchEventHandler |
ontouchmove
A global event handler for the touchmove event.
|
TouchEventHandler |
ontouchstart
The ontouchstart property of the GlobalEventHandlers mixin is an EventHandler that processes touchstart events.
|
TransitionEventHandler |
ontransitioncancel
The ontransitioncancel property of the GlobalEventHandlers mixin is an EventHandler that processes transitioncancel events.
|
TransitionEventHandler |
ontransitionend
The ontransitionend property of the GlobalEventHandlers mixin is an EventHandler that processes transitionend events.
|
TransitionEventHandler |
ontransitionrun |
TransitionEventHandler |
ontransitionstart |
EventHandler |
onvolumechange |
EventHandler |
onwaiting |
EventHandler |
onwebkitanimationend |
EventHandler |
onwebkitanimationiteration |
EventHandler |
onwebkitanimationstart |
EventHandler |
onwebkittransitionend |
WheelEventHandler |
onwheel
The onwheel property of the GlobalEventHandlers mixin is an EventHandler that processes wheel events.
|
boolean |
spellcheck |
int |
tabIndex |
java.lang.String |
title
The HTMLElement.title property represents the title of the element: the text usually displayed in a 'tooltip' popup when the mouse is over the node.
|
boolean |
translate |
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 |
HTMLElement() |
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, convertPointFromNode, convertPointFromNode, convertPointFromNode, convertPointFromNode, convertPointFromNode, convertPointFromNode, convertPointFromNode, convertPointFromNode, convertPointFromNode, convertPointFromNode, convertQuadFromNode, convertQuadFromNode, convertQuadFromNode, convertQuadFromNode, convertQuadFromNode, convertQuadFromNode, convertQuadFromNode, convertQuadFromNode, convertQuadFromNode, convertQuadFromNode, convertRectFromNode, convertRectFromNode, convertRectFromNode, convertRectFromNode, convertRectFromNode, convertRectFromNode, convertRectFromNode, convertRectFromNode, convertRectFromNode, convertRectFromNode, firstElementChild, getAnimations, getAttribute, getAttributeNames, getAttributeNode, getAttributeNodeNS, getAttributeNS, getBoundingClientRect, getBoxQuads, getBoxQuads, 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, removeEventListener@Nonnull public java.lang.String accessKey
@Nonnull @AutocapitalizeType public java.lang.String autocapitalize
public boolean autofocus
@Nonnull public java.lang.String contentEditable
@Nonnull @DirType public java.lang.String dir
public boolean draggable
@Nonnull public java.lang.String enterKeyHint
public boolean hidden
@Nonnull public java.lang.String innerText
@Nonnull @InputModeType public java.lang.String inputMode
@Nonnull public java.lang.String lang
@Nonnull public java.lang.String nonce
@Nullable public EventHandler onabort
@Nullable public AnimationEventHandler onanimationcancel
@Nullable public AnimationEventHandler onanimationend
@Nullable public AnimationEventHandler onanimationiteration
@Nullable public AnimationEventHandler onanimationstart
@Nullable public MouseEventHandler onauxclick
@Nullable public FocusEventHandler onblur
@Nullable public EventHandler oncancel
@Nullable public EventHandler oncanplay
@Nullable public EventHandler oncanplaythrough
@Nullable public EventHandler onchange
@Nullable public MouseEventHandler onclick
@Nullable public EventHandler onclose
@Nullable public MouseEventHandler oncontextmenu
@Nullable public ClipboardEventHandler oncopy
@Nullable public EventHandler oncuechange
@Nullable public ClipboardEventHandler oncut
@Nullable public MouseEventHandler ondblclick
@Nullable public EventHandler ondrag
@Nullable public EventHandler ondragend
@Nullable public EventHandler ondragenter
@Nullable public EventHandler ondragleave
@Nullable public EventHandler ondragover
@Nullable public EventHandler ondragstart
@Nullable public EventHandler ondrop
@Nullable public EventHandler ondurationchange
@Nullable public EventHandler onemptied
@Nullable public EventHandler onended
@Nullable public OnErrorEventHandler onerror
@Nullable public FocusEventHandler onfocus
@Nullable public EventHandler onformdata
@Nullable public PointerEventHandler ongotpointercapture
@Nullable public InputEventHandler oninput
@Nullable public EventHandler oninvalid
@Nullable public EventHandler onkeydown
@Nullable public EventHandler onkeypress
@Nullable public EventHandler onkeyup
@Nullable public EventHandler onload
@Nullable public EventHandler onloadeddata
@Nullable public EventHandler onloadedmetadata
@Nullable public EventHandler onloadstart
@Nullable public PointerEventHandler onlostpointercapture
@Nullable public MouseEventHandler onmousedown
@Nullable public MouseEventHandler onmouseenter
@Nullable public MouseEventHandler onmouseleave
@Nullable public MouseEventHandler onmousemove
@Nullable public MouseEventHandler onmouseout
@Nullable public MouseEventHandler onmouseover
@Nullable public MouseEventHandler onmouseup
@Nullable public ClipboardEventHandler onpaste
@Nullable public EventHandler onpause
@Nullable public EventHandler onplay
@Nullable public EventHandler onplaying
@Nullable public PointerEventHandler onpointercancel
@Nullable public PointerEventHandler onpointerdown
@Nullable public PointerEventHandler onpointerenter
@Nullable public PointerEventHandler onpointerleave
@Nullable public PointerEventHandler onpointermove
@Nullable public PointerEventHandler onpointerout
@Nullable public PointerEventHandler onpointerover
@Nullable public PointerEventHandler onpointerup
@Nullable public EventHandler onprogress
@Nullable public EventHandler onratechange
@Nullable public EventHandler onreset
@Nullable public EventHandler onresize
@Nullable public EventHandler onscroll
@Nullable public EventHandler onsecuritypolicyviolation
@Nullable public EventHandler onseeked
@Nullable public EventHandler onseeking
@Nullable public EventHandler onselect
@Nullable public EventHandler onselectionchange
@Nullable public EventHandler onselectstart
@Nullable public EventHandler onslotchange
@Nullable public EventHandler onstalled
@Nullable public EventHandler onsubmit
@Nullable public EventHandler onsuspend
@Nullable public EventHandler ontimeupdate
@Nullable public EventHandler ontoggle
@Nullable public TouchEventHandler ontouchcancel
@Nullable public TouchEventHandler ontouchend
@Nullable public TouchEventHandler ontouchmove
@Nullable public TouchEventHandler ontouchstart
@Nullable public TransitionEventHandler ontransitioncancel
@Nullable public TransitionEventHandler ontransitionend
@Nullable public TransitionEventHandler ontransitionrun
@Nullable public TransitionEventHandler ontransitionstart
@Nullable public EventHandler onvolumechange
@Nullable public EventHandler onwaiting
@Nullable public EventHandler onwebkitanimationend
@Nullable public EventHandler onwebkitanimationiteration
@Nullable public EventHandler onwebkitanimationstart
@Nullable public EventHandler onwebkittransitionend
@Nullable public WheelEventHandler onwheel
public boolean spellcheck
public int tabIndex
@Nonnull public java.lang.String title
public boolean translate
@JsProperty(name="accessKeyLabel") @Nonnull public java.lang.String accessKeyLabel()
@JsProperty(name="dataset") @Nonnull public DOMStringMap dataset()
@JsProperty(name="isContentEditable") public boolean isContentEditable()
@JsProperty(name="offsetHeight") public int offsetHeight()
@JsProperty(name="offsetLeft") public int offsetLeft()
@JsProperty(name="offsetParent") @Nullable public Element offsetParent()
@JsProperty(name="offsetTop") public int offsetTop()
@JsProperty(name="offsetWidth") public int offsetWidth()
@JsProperty(name="style") @Nonnull public CSSStyleDeclaration style()
@Nonnull public ElementInternals attachInternals()
public void click()
public void blur()
public void focus(@Nonnull
FocusOptions options)
public void focus()
@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 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 addBeforeinputListener(@Nonnull
InputEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addBeforeinputListener(@Nonnull
InputEventListener callback,
boolean useCapture)
@JsOverlay
public final void addBeforeinputListener(@Nonnull
InputEventListener callback)
@JsOverlay
public final void removeBeforeinputListener(@Nonnull
InputEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeBeforeinputListener(@Nonnull
InputEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeBeforeinputListener(@Nonnull
InputEventListener callback)
@JsOverlay
public final void addChangeListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addChangeListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addChangeListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeChangeListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeChangeListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeChangeListener(@Nonnull
EventListener 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 addInputListener(@Nonnull
InputEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addInputListener(@Nonnull
InputEventListener callback,
boolean useCapture)
@JsOverlay
public final void addInputListener(@Nonnull
InputEventListener callback)
@JsOverlay
public final void removeInputListener(@Nonnull
InputEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeInputListener(@Nonnull
InputEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeInputListener(@Nonnull
InputEventListener callback)
@JsOverlay
public final void addInvalidListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addInvalidListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addInvalidListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeInvalidListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeInvalidListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeInvalidListener(@Nonnull
EventListener 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 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)
@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 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 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 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 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 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 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 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 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 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 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)