@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Element")
public class Element
extends Node
implements HTMLFormControl, IntersectionRoot, StyleSheetOwnerNode, HTMLAllCollectionItem
| Modifier and Type | Field and Description |
|---|---|
@JsNullable java.lang.String |
ariaAtomic |
@JsNullable java.lang.String |
ariaAutoComplete |
@JsNullable java.lang.String |
ariaBusy |
@JsNullable java.lang.String |
ariaChecked |
@JsNullable java.lang.String |
ariaColCount |
@JsNullable java.lang.String |
ariaColIndex |
@JsNullable java.lang.String |
ariaColIndexText |
@JsNullable java.lang.String |
ariaColSpan |
@JsNullable java.lang.String |
ariaCurrent |
@JsNullable java.lang.String |
ariaDescription |
@JsNullable java.lang.String |
ariaDisabled |
@JsNullable java.lang.String |
ariaExpanded |
@JsNullable java.lang.String |
ariaHasPopup |
@JsNullable java.lang.String |
ariaHidden |
@JsNullable java.lang.String |
ariaInvalid |
@JsNullable java.lang.String |
ariaKeyShortcuts |
@JsNullable java.lang.String |
ariaLabel |
@JsNullable java.lang.String |
ariaLevel |
@JsNullable java.lang.String |
ariaLive |
@JsNullable java.lang.String |
ariaModal |
@JsNullable java.lang.String |
ariaMultiLine |
@JsNullable java.lang.String |
ariaMultiSelectable |
@JsNullable java.lang.String |
ariaOrientation |
@JsNullable java.lang.String |
ariaPlaceholder |
@JsNullable java.lang.String |
ariaPosInSet |
@JsNullable java.lang.String |
ariaPressed |
@JsNullable java.lang.String |
ariaReadOnly |
@JsNullable java.lang.String |
ariaRequired |
@JsNullable java.lang.String |
ariaRoleDescription |
@JsNullable java.lang.String |
ariaRowCount |
@JsNullable java.lang.String |
ariaRowIndex |
@JsNullable java.lang.String |
ariaRowIndexText |
@JsNullable java.lang.String |
ariaRowSpan |
@JsNullable java.lang.String |
ariaSelected |
@JsNullable java.lang.String |
ariaSetSize |
@JsNullable java.lang.String |
ariaSort |
@JsNullable java.lang.String |
ariaValueMax |
@JsNullable java.lang.String |
ariaValueMin |
@JsNullable java.lang.String |
ariaValueNow |
@JsNullable java.lang.String |
ariaValueText |
@JsNonNull java.lang.String |
className
The className property of the Element interface gets and sets the value of the class attribute of the specified element.
|
@JsNonNull java.lang.String |
id
The id property of the Element interface represents the element's identifier, reflecting the id global attribute.
|
@JsNonNull java.lang.String |
innerHTML
The Element property innerHTML gets or sets the HTML or XML markup contained within the element.
|
@JsNullable EventHandler |
onfullscreenchange
The Element interface's onfullscreenchange property is an event handler for the fullscreenchange event that is fired when the element has transitioned into or out of full-screen mode.
|
@JsNullable EventHandler |
onfullscreenerror
The Element interface's onfullscreenerror property is an event handler for the fullscreenerror event which is sent to the element when an error occurs while attempting to transition into or out of full-screen mode.
|
@JsNonNull java.lang.String |
outerHTML
The outerHTML attribute of the Element DOM interface gets the serialized HTML fragment describing the element including its descendants.
|
@JsNullable java.lang.String |
role |
double |
scrollLeft
The Element.scrollLeft property gets or sets the number of pixels that an element's content is scrolled from its left edge.
|
double |
scrollTop
The Element.scrollTop property gets or sets the number of pixels that an element's content is scrolled vertically.
|
@JsNonNull java.lang.String |
slot
The slot property of the Element interface returns the name of the shadow DOM slot the element is inserted in.
|
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, nodeValue, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, textContent| Modifier | Constructor and Description |
|---|---|
protected |
Element() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAuxclickListener(MouseEventListener callback) |
void |
addAuxclickListener(MouseEventListener callback,
AddEventListenerOptions options) |
void |
addAuxclickListener(MouseEventListener callback,
boolean useCapture) |
void |
addBlurListener(FocusEventListener callback) |
void |
addBlurListener(FocusEventListener callback,
AddEventListenerOptions options) |
void |
addBlurListener(FocusEventListener callback,
boolean useCapture) |
void |
addCancelListener(EventListener callback) |
void |
addCancelListener(EventListener callback,
AddEventListenerOptions options) |
void |
addCancelListener(EventListener callback,
boolean useCapture) |
void |
addClickListener(PointerEventListener callback) |
void |
addClickListener(PointerEventListener callback,
AddEventListenerOptions options) |
void |
addClickListener(PointerEventListener callback,
boolean useCapture) |
void |
addCompositionendListener(CompositionEventListener callback) |
void |
addCompositionendListener(CompositionEventListener callback,
AddEventListenerOptions options) |
void |
addCompositionendListener(CompositionEventListener callback,
boolean useCapture) |
void |
addCompositionstartListener(CompositionEventListener callback) |
void |
addCompositionstartListener(CompositionEventListener callback,
AddEventListenerOptions options) |
void |
addCompositionstartListener(CompositionEventListener callback,
boolean useCapture) |
void |
addCompositionupdateListener(CompositionEventListener callback) |
void |
addCompositionupdateListener(CompositionEventListener callback,
AddEventListenerOptions options) |
void |
addCompositionupdateListener(CompositionEventListener callback,
boolean useCapture) |
void |
addContextmenuListener(PointerEventListener callback) |
void |
addContextmenuListener(PointerEventListener callback,
AddEventListenerOptions options) |
void |
addContextmenuListener(PointerEventListener callback,
boolean useCapture) |
void |
addCopyListener(ClipboardEventListener callback) |
void |
addCopyListener(ClipboardEventListener callback,
AddEventListenerOptions options) |
void |
addCopyListener(ClipboardEventListener callback,
boolean useCapture) |
void |
addCutListener(ClipboardEventListener callback) |
void |
addCutListener(ClipboardEventListener callback,
AddEventListenerOptions options) |
void |
addCutListener(ClipboardEventListener callback,
boolean useCapture) |
void |
addDblclickListener(MouseEventListener callback) |
void |
addDblclickListener(MouseEventListener callback,
AddEventListenerOptions options) |
void |
addDblclickListener(MouseEventListener callback,
boolean useCapture) |
void |
addDOMActivateListener(MouseEventListener callback) |
void |
addDOMActivateListener(MouseEventListener callback,
AddEventListenerOptions options) |
void |
addDOMActivateListener(MouseEventListener callback,
boolean useCapture) |
void |
addFocusinListener(FocusEventListener callback) |
void |
addFocusinListener(FocusEventListener callback,
AddEventListenerOptions options) |
void |
addFocusinListener(FocusEventListener callback,
boolean useCapture) |
void |
addFocusListener(FocusEventListener callback) |
void |
addFocusListener(FocusEventListener callback,
AddEventListenerOptions options) |
void |
addFocusListener(FocusEventListener callback,
boolean useCapture) |
void |
addFocusoutListener(FocusEventListener callback) |
void |
addFocusoutListener(FocusEventListener callback,
AddEventListenerOptions options) |
void |
addFocusoutListener(FocusEventListener callback,
boolean useCapture) |
void |
addFullscreenchangeListener(EventListener callback) |
void |
addFullscreenchangeListener(EventListener callback,
AddEventListenerOptions options) |
void |
addFullscreenchangeListener(EventListener callback,
boolean useCapture) |
void |
addFullscreenerrorListener(EventListener callback) |
void |
addFullscreenerrorListener(EventListener callback,
AddEventListenerOptions options) |
void |
addFullscreenerrorListener(EventListener callback,
boolean useCapture) |
void |
addMousedownListener(MouseEventListener callback) |
void |
addMousedownListener(MouseEventListener callback,
AddEventListenerOptions options) |
void |
addMousedownListener(MouseEventListener callback,
boolean useCapture) |
void |
addMouseenterListener(MouseEventListener callback) |
void |
addMouseenterListener(MouseEventListener callback,
AddEventListenerOptions options) |
void |
addMouseenterListener(MouseEventListener callback,
boolean useCapture) |
void |
addMouseleaveListener(MouseEventListener callback) |
void |
addMouseleaveListener(MouseEventListener callback,
AddEventListenerOptions options) |
void |
addMouseleaveListener(MouseEventListener callback,
boolean useCapture) |
void |
addMousemoveListener(MouseEventListener callback) |
void |
addMousemoveListener(MouseEventListener callback,
AddEventListenerOptions options) |
void |
addMousemoveListener(MouseEventListener callback,
boolean useCapture) |
void |
addMouseoutListener(MouseEventListener callback) |
void |
addMouseoutListener(MouseEventListener callback,
AddEventListenerOptions options) |
void |
addMouseoutListener(MouseEventListener callback,
boolean useCapture) |
void |
addMouseoverListener(MouseEventListener callback) |
void |
addMouseoverListener(MouseEventListener callback,
AddEventListenerOptions options) |
void |
addMouseoverListener(MouseEventListener callback,
boolean useCapture) |
void |
addMouseupListener(MouseEventListener callback) |
void |
addMouseupListener(MouseEventListener callback,
AddEventListenerOptions options) |
void |
addMouseupListener(MouseEventListener callback,
boolean useCapture) |
void |
addPasteListener(ClipboardEventListener callback) |
void |
addPasteListener(ClipboardEventListener callback,
AddEventListenerOptions options) |
void |
addPasteListener(ClipboardEventListener callback,
boolean useCapture) |
void |
addScrollListener(EventListener callback) |
void |
addScrollListener(EventListener callback,
AddEventListenerOptions options) |
void |
addScrollListener(EventListener callback,
boolean useCapture) |
void |
addShowListener(EventListener callback) |
void |
addShowListener(EventListener callback,
AddEventListenerOptions options) |
void |
addShowListener(EventListener callback,
boolean useCapture) |
void |
addTouchcancelListener(TouchEventListener callback) |
void |
addTouchcancelListener(TouchEventListener callback,
AddEventListenerOptions options) |
void |
addTouchcancelListener(TouchEventListener callback,
boolean useCapture) |
void |
addTouchendListener(TouchEventListener callback) |
void |
addTouchendListener(TouchEventListener callback,
AddEventListenerOptions options) |
void |
addTouchendListener(TouchEventListener callback,
boolean useCapture) |
void |
addTouchmoveListener(TouchEventListener callback) |
void |
addTouchmoveListener(TouchEventListener callback,
AddEventListenerOptions options) |
void |
addTouchmoveListener(TouchEventListener callback,
boolean useCapture) |
void |
addTouchstartListener(TouchEventListener callback) |
void |
addTouchstartListener(TouchEventListener callback,
AddEventListenerOptions options) |
void |
addTouchstartListener(TouchEventListener callback,
boolean useCapture) |
void |
addWebkitmouseforcechangedListener(MouseEventListener callback) |
void |
addWebkitmouseforcechangedListener(MouseEventListener callback,
AddEventListenerOptions options) |
void |
addWebkitmouseforcechangedListener(MouseEventListener callback,
boolean useCapture) |
void |
addWebkitmouseforcedownListener(MouseEventListener callback) |
void |
addWebkitmouseforcedownListener(MouseEventListener callback,
AddEventListenerOptions options) |
void |
addWebkitmouseforcedownListener(MouseEventListener callback,
boolean useCapture) |
void |
addWebkitmouseforceupListener(MouseEventListener callback) |
void |
addWebkitmouseforceupListener(MouseEventListener callback,
AddEventListenerOptions options) |
void |
addWebkitmouseforceupListener(MouseEventListener callback,
boolean useCapture) |
void |
addWebkitmouseforcewillbeginListener(MouseEventListener callback) |
void |
addWebkitmouseforcewillbeginListener(MouseEventListener callback,
AddEventListenerOptions options) |
void |
addWebkitmouseforcewillbeginListener(MouseEventListener callback,
boolean useCapture) |
void |
addWheelListener(WheelEventListener callback) |
void |
addWheelListener(WheelEventListener callback,
AddEventListenerOptions options) |
void |
addWheelListener(WheelEventListener callback,
boolean useCapture) |
void |
after(Node... nodes)
The ChildNode.after() method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just after this ChildNode.
|
void |
after(java.lang.String... nodes)
The ChildNode.after() method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just after this ChildNode.
|
@JsNonNull Animation |
animate(JsObject keyframes)
The Element interface's animate() method is a shortcut method which creates a new Animation, applies it to the element, then plays the animation.
|
@JsNonNull Animation |
animate(JsObject keyframes,
double options)
The Element interface's animate() method is a shortcut method which creates a new Animation, applies it to the element, then plays the animation.
|
@JsNonNull Animation |
animate(JsObject keyframes,
KeyframeAnimationOptions options)
The Element interface's animate() method is a shortcut method which creates a new Animation, applies it to the element, then plays the animation.
|
void |
append(Node... nodes)
The ParentNode.append() method inserts a set of Node objects or DOMString objects after the last child of the ParentNode.
|
void |
append(java.lang.String... nodes)
The ParentNode.append() method inserts a set of Node objects or DOMString objects after the last child of the ParentNode.
|
HTMLSlotElement |
assignedSlot()
The assignedSlot read-only property of the Slottable interface returns an HTMLSlotElement representing the slot element the node is inserted in.
|
@JsNonNull ShadowRoot |
attachShadow(ShadowRootInit init)
The Element.attachShadow() method attaches a shadow DOM tree to the specified element and returns a reference to its ShadowRoot.
|
NamedNodeMap |
attributes()
The Element.attributes property returns a live collection of all attribute nodes registered to the specified node.
|
void |
before(Node... nodes)
The ChildNode.before() method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just before this ChildNode.
|
void |
before(java.lang.String... nodes)
The ChildNode.before() method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just before this ChildNode.
|
int |
childElementCount()
The ParentNode.childElementCount read-only property returns an unsigned long representing the number of child elements of the given element.
|
HTMLCollection |
children()
The ParentNode property children is a read-only property that returns a live HTMLCollection which contains all of the child elements of the node upon which it was called.
|
DOMTokenList |
classList()
The Element.classList is a read-only property that returns a live DOMTokenList collection of the class attributes of the element.
|
int |
clientHeight()
The Element.clientHeight read-only property is zero for elements with no CSS or inline layout boxes; otherwise, it's the inner height of an element in pixels.
|
int |
clientLeft()
The width of the left border of an element in pixels.
|
int |
clientTop()
The width of the top border of an element in pixels.
|
int |
clientWidth()
The Element.clientWidth property is zero for inline elements and elements with no CSS; otherwise, it's the inner width of an element in pixels.
|
@JsNullable Element |
closest(java.lang.String selectors)
The closest() method traverses the Element and its parents (heading toward the document root) until it finds a node that matches the provided selector string.
|
Element |
firstElementChild()
The ParentNode.firstElementChild read-only property returns the object's first child Element, or null if there are no child elements.
|
@JsNonNull JsArray<Animation> |
getAnimations()
The getAnimations() method of the Element interface (specified on the Animatable mixin) returns an array of all Animation objects affecting this element or which are scheduled to do so in future.
|
@JsNonNull JsArray<Animation> |
getAnimations(GetAnimationsOptions options)
The getAnimations() method of the Element interface (specified on the Animatable mixin) returns an array of all Animation objects affecting this element or which are scheduled to do so in future.
|
@JsNullable java.lang.String |
getAttribute(java.lang.String qualifiedName)
The getAttribute() method of the Element interface returns the value of a specified attribute on the element.
|
@JsNonNull JsArray<java.lang.String> |
getAttributeNames()
The getAttributeNames() method of the Element interface returns the attribute names of the element as an Array of strings.
|
@JsNullable Attr |
getAttributeNode(java.lang.String qualifiedName)
Returns the specified attribute of the specified element, as an Attr node.
|
@JsNullable Attr |
getAttributeNodeNS(java.lang.String namespace,
java.lang.String localName)
Returns the Attr node for the attribute with the given namespace and name.
|
@JsNullable java.lang.String |
getAttributeNS(java.lang.String namespace,
java.lang.String localName)
The getAttributeNS() method of the Element interface returns the string value of the attribute with the specified namespace and name.
|
@JsNonNull DOMRect |
getBoundingClientRect()
The Element.getBoundingClientRect() method returns a DOMRect object providing information about the size of an element and its position relative to the viewport.
|
@JsNonNull DOMRectList |
getClientRects()
The getClientRects() method of the Element interface returns a collection of DOMRect objects that indicate the bounding rectangles for each CSS border box in a client.
|
@JsNonNull HTMLCollection |
getElementsByClassName(java.lang.String classNames)
The Element method getElementsByClassName() returns a live HTMLCollection which contains every descendant element which has the specified class name or names.
|
@JsNonNull HTMLCollection |
getElementsByTagName(java.lang.String qualifiedName)
The Element.getElementsByTagName() method returns a live HTMLCollection of elements with the given tag name.
|
@JsNonNull HTMLCollection |
getElementsByTagNameNS(java.lang.String namespace,
java.lang.String localName)
The Element.getElementsByTagNameNS() method returns a live HTMLCollection of elements with the given tag name belonging to the given namespace.
|
boolean |
hasAttribute(java.lang.String qualifiedName)
The Element.hasAttribute() method returns a Boolean value indicating whether the specified element has the specified attribute or not.
|
boolean |
hasAttributeNS(java.lang.String namespace,
java.lang.String localName)
hasAttributeNS returns a boolean value indicating whether the current element has the specified attribute.
|
boolean |
hasAttributes()
The hasAttributes() method of the Element interface returns a Boolean indicating whether the current element has any attributes or not.
|
boolean |
hasPointerCapture(int pointerId)
The hasPointerCapture() method of the Element interface sets whether the element on which it is invoked has pointer capture for the pointer identified by the given pointer ID.
|
@JsNullable Element |
insertAdjacentElement(java.lang.String where,
Element element)
The insertAdjacentElement() method of the Element interface inserts a given element node at a given position relative to the element it is invoked upon.
|
void |
insertAdjacentHTML(java.lang.String position,
java.lang.String text)
The insertAdjacentHTML() method of the Element interface parses the specified text as HTML or XML and inserts the resulting nodes into the DOM tree at a specified position.
|
void |
insertAdjacentText(java.lang.String where,
java.lang.String data)
The insertAdjacentText() method of the Element interface inserts a given text node at a given position relative to the element it is invoked upon.
|
Element |
lastElementChild()
The ParentNode.lastElementChild read-only property returns the object's last child Element or null if there are no child elements.
|
java.lang.String |
localName()
The Element.localName read-only property returns the local part of the qualified name of an element.
|
boolean |
matches(java.lang.String selectors)
The matches() method checks to see if the Element would be selected by the provided selectorString -- in other words -- checks if the element "is" the selector.
|
java.lang.String |
namespaceURI()
The Element.namespaceURI read-only property returns the namespace URI of the element, or null if the element is not in a namespace.
|
Element |
nextElementSibling()
The NonDocumentTypeChildNode.nextElementSibling read-only property returns the element immediately following the specified one in its parent's children list, or null if the specified element is the last one in the list.
|
java.lang.String |
prefix()
The Element.prefix read-only property returns the namespace prefix of the specified element, or null if no prefix is specified.
|
void |
prepend(Node... nodes)
The ParentNode.prepend() method inserts a set of Node objects or DOMString objects before the first child of the ParentNode.
|
void |
prepend(java.lang.String... nodes)
The ParentNode.prepend() method inserts a set of Node objects or DOMString objects before the first child of the ParentNode.
|
Element |
previousElementSibling()
The NonDocumentTypeChildNode.previousElementSibling read-only property returns the Element immediately prior to the specified one in its parent's children list, or null if the specified element is the first one in the list.
|
@JsNullable CSSPseudoElement |
pseudo(java.lang.String type) |
@JsNullable Element |
querySelector(java.lang.String selectors)
The querySelector() method of the Element interface returns the first element that is a descendant of the element on which it is invoked that matches the specified group of selectors.
|
@JsNonNull NodeList |
querySelectorAll(java.lang.String selectors)
The Element method querySelectorAll() returns a static (not live) NodeList representing a list of elements matching the specified group of selectors which are descendants of the element on which the method was called.
|
void |
releasePointerCapture(int pointerId)
The releasePointerCapture() method of the Element interface releases (stops) pointer capture that was previously set for a specific (PointerEvent) pointer.
|
void |
remove()
The ChildNode.remove() method removes the object from the tree it belongs to.
|
void |
removeAttribute(java.lang.String qualifiedName)
The Element method removeAttribute() removes the attribute with the specified name from the element.
|
@JsNonNull Attr |
removeAttributeNode(Attr attr)
The removeAttributeNode() method of the Element object removes the specified attribute from the current element.
|
void |
removeAttributeNS(java.lang.String namespace,
java.lang.String localName)
The removeAttributeNS() method of the Element interface removes the specified attribute from an element.
|
void |
removeAuxclickListener(MouseEventListener callback) |
void |
removeAuxclickListener(MouseEventListener callback,
boolean useCapture) |
void |
removeAuxclickListener(MouseEventListener callback,
EventListenerOptions options) |
void |
removeBlurListener(FocusEventListener callback) |
void |
removeBlurListener(FocusEventListener callback,
boolean useCapture) |
void |
removeBlurListener(FocusEventListener callback,
EventListenerOptions options) |
void |
removeCancelListener(EventListener callback) |
void |
removeCancelListener(EventListener callback,
boolean useCapture) |
void |
removeCancelListener(EventListener callback,
EventListenerOptions options) |
void |
removeClickListener(PointerEventListener callback) |
void |
removeClickListener(PointerEventListener callback,
boolean useCapture) |
void |
removeClickListener(PointerEventListener callback,
EventListenerOptions options) |
void |
removeCompositionendListener(CompositionEventListener callback) |
void |
removeCompositionendListener(CompositionEventListener callback,
boolean useCapture) |
void |
removeCompositionendListener(CompositionEventListener callback,
EventListenerOptions options) |
void |
removeCompositionstartListener(CompositionEventListener callback) |
void |
removeCompositionstartListener(CompositionEventListener callback,
boolean useCapture) |
void |
removeCompositionstartListener(CompositionEventListener callback,
EventListenerOptions options) |
void |
removeCompositionupdateListener(CompositionEventListener callback) |
void |
removeCompositionupdateListener(CompositionEventListener callback,
boolean useCapture) |
void |
removeCompositionupdateListener(CompositionEventListener callback,
EventListenerOptions options) |
void |
removeContextmenuListener(PointerEventListener callback) |
void |
removeContextmenuListener(PointerEventListener callback,
boolean useCapture) |
void |
removeContextmenuListener(PointerEventListener callback,
EventListenerOptions options) |
void |
removeCopyListener(ClipboardEventListener callback) |
void |
removeCopyListener(ClipboardEventListener callback,
boolean useCapture) |
void |
removeCopyListener(ClipboardEventListener callback,
EventListenerOptions options) |
void |
removeCutListener(ClipboardEventListener callback) |
void |
removeCutListener(ClipboardEventListener callback,
boolean useCapture) |
void |
removeCutListener(ClipboardEventListener callback,
EventListenerOptions options) |
void |
removeDblclickListener(MouseEventListener callback) |
void |
removeDblclickListener(MouseEventListener callback,
boolean useCapture) |
void |
removeDblclickListener(MouseEventListener callback,
EventListenerOptions options) |
void |
removeDOMActivateListener(MouseEventListener callback) |
void |
removeDOMActivateListener(MouseEventListener callback,
boolean useCapture) |
void |
removeDOMActivateListener(MouseEventListener callback,
EventListenerOptions options) |
void |
removeFocusinListener(FocusEventListener callback) |
void |
removeFocusinListener(FocusEventListener callback,
boolean useCapture) |
void |
removeFocusinListener(FocusEventListener callback,
EventListenerOptions options) |
void |
removeFocusListener(FocusEventListener callback) |
void |
removeFocusListener(FocusEventListener callback,
boolean useCapture) |
void |
removeFocusListener(FocusEventListener callback,
EventListenerOptions options) |
void |
removeFocusoutListener(FocusEventListener callback) |
void |
removeFocusoutListener(FocusEventListener callback,
boolean useCapture) |
void |
removeFocusoutListener(FocusEventListener callback,
EventListenerOptions options) |
void |
removeFullscreenchangeListener(EventListener callback) |
void |
removeFullscreenchangeListener(EventListener callback,
boolean useCapture) |
void |
removeFullscreenchangeListener(EventListener callback,
EventListenerOptions options) |
void |
removeFullscreenerrorListener(EventListener callback) |
void |
removeFullscreenerrorListener(EventListener callback,
boolean useCapture) |
void |
removeFullscreenerrorListener(EventListener callback,
EventListenerOptions options) |
void |
removeMousedownListener(MouseEventListener callback) |
void |
removeMousedownListener(MouseEventListener callback,
boolean useCapture) |
void |
removeMousedownListener(MouseEventListener callback,
EventListenerOptions options) |
void |
removeMouseenterListener(MouseEventListener callback) |
void |
removeMouseenterListener(MouseEventListener callback,
boolean useCapture) |
void |
removeMouseenterListener(MouseEventListener callback,
EventListenerOptions options) |
void |
removeMouseleaveListener(MouseEventListener callback) |
void |
removeMouseleaveListener(MouseEventListener callback,
boolean useCapture) |
void |
removeMouseleaveListener(MouseEventListener callback,
EventListenerOptions options) |
void |
removeMousemoveListener(MouseEventListener callback) |
void |
removeMousemoveListener(MouseEventListener callback,
boolean useCapture) |
void |
removeMousemoveListener(MouseEventListener callback,
EventListenerOptions options) |
void |
removeMouseoutListener(MouseEventListener callback) |
void |
removeMouseoutListener(MouseEventListener callback,
boolean useCapture) |
void |
removeMouseoutListener(MouseEventListener callback,
EventListenerOptions options) |
void |
removeMouseoverListener(MouseEventListener callback) |
void |
removeMouseoverListener(MouseEventListener callback,
boolean useCapture) |
void |
removeMouseoverListener(MouseEventListener callback,
EventListenerOptions options) |
void |
removeMouseupListener(MouseEventListener callback) |
void |
removeMouseupListener(MouseEventListener callback,
boolean useCapture) |
void |
removeMouseupListener(MouseEventListener callback,
EventListenerOptions options) |
void |
removePasteListener(ClipboardEventListener callback) |
void |
removePasteListener(ClipboardEventListener callback,
boolean useCapture) |
void |
removePasteListener(ClipboardEventListener callback,
EventListenerOptions options) |
void |
removeScrollListener(EventListener callback) |
void |
removeScrollListener(EventListener callback,
boolean useCapture) |
void |
removeScrollListener(EventListener callback,
EventListenerOptions options) |
void |
removeShowListener(EventListener callback) |
void |
removeShowListener(EventListener callback,
boolean useCapture) |
void |
removeShowListener(EventListener callback,
EventListenerOptions options) |
void |
removeTouchcancelListener(TouchEventListener callback) |
void |
removeTouchcancelListener(TouchEventListener callback,
boolean useCapture) |
void |
removeTouchcancelListener(TouchEventListener callback,
EventListenerOptions options) |
void |
removeTouchendListener(TouchEventListener callback) |
void |
removeTouchendListener(TouchEventListener callback,
boolean useCapture) |
void |
removeTouchendListener(TouchEventListener callback,
EventListenerOptions options) |
void |
removeTouchmoveListener(TouchEventListener callback) |
void |
removeTouchmoveListener(TouchEventListener callback,
boolean useCapture) |
void |
removeTouchmoveListener(TouchEventListener callback,
EventListenerOptions options) |
void |
removeTouchstartListener(TouchEventListener callback) |
void |
removeTouchstartListener(TouchEventListener callback,
boolean useCapture) |
void |
removeTouchstartListener(TouchEventListener callback,
EventListenerOptions options) |
void |
removeWebkitmouseforcechangedListener(MouseEventListener callback) |
void |
removeWebkitmouseforcechangedListener(MouseEventListener callback,
boolean useCapture) |
void |
removeWebkitmouseforcechangedListener(MouseEventListener callback,
EventListenerOptions options) |
void |
removeWebkitmouseforcedownListener(MouseEventListener callback) |
void |
removeWebkitmouseforcedownListener(MouseEventListener callback,
boolean useCapture) |
void |
removeWebkitmouseforcedownListener(MouseEventListener callback,
EventListenerOptions options) |
void |
removeWebkitmouseforceupListener(MouseEventListener callback) |
void |
removeWebkitmouseforceupListener(MouseEventListener callback,
boolean useCapture) |
void |
removeWebkitmouseforceupListener(MouseEventListener callback,
EventListenerOptions options) |
void |
removeWebkitmouseforcewillbeginListener(MouseEventListener callback) |
void |
removeWebkitmouseforcewillbeginListener(MouseEventListener callback,
boolean useCapture) |
void |
removeWebkitmouseforcewillbeginListener(MouseEventListener callback,
EventListenerOptions options) |
void |
removeWheelListener(WheelEventListener callback) |
void |
removeWheelListener(WheelEventListener callback,
boolean useCapture) |
void |
removeWheelListener(WheelEventListener callback,
EventListenerOptions options) |
void |
replaceChildren(Node... nodes)
The ParentNode.replaceChildren() method replaces the existing children of a Node with a specified new set of children.
|
void |
replaceChildren(java.lang.String... nodes)
The ParentNode.replaceChildren() method replaces the existing children of a Node with a specified new set of children.
|
void |
replaceWith(Node... nodes)
The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent with a set of Node or DOMString objects.
|
void |
replaceWith(java.lang.String... nodes)
The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent with a set of Node or DOMString objects.
|
@JsNonNull Promise<java.lang.Void> |
requestFullscreen()
The Element.requestFullscreen() method issues an asynchronous request to make the element be displayed in full-screen mode.
|
@JsNonNull Promise<java.lang.Void> |
requestFullscreen(FullscreenOptions options)
The Element.requestFullscreen() method issues an asynchronous request to make the element be displayed in full-screen mode.
|
void |
requestPointerLock()
The Element.requestPointerLock() method lets you asynchronously ask for the pointer to be locked on the given element.
|
void |
scroll()
The scroll() method of the Element interface scrolls the element to a particular set of coordinates inside a given element.
|
void |
scroll(double x,
double y)
The scroll() method of the Element interface scrolls the element to a particular set of coordinates inside a given element.
|
void |
scroll(ScrollToOptions options)
The scroll() method of the Element interface scrolls the element to a particular set of coordinates inside a given element.
|
void |
scrollBy()
The scrollBy() method of the Element interface scrolls an element by the given amount.
|
void |
scrollBy(double x,
double y)
The scrollBy() method of the Element interface scrolls an element by the given amount.
|
void |
scrollBy(ScrollToOptions options)
The scrollBy() method of the Element interface scrolls an element by the given amount.
|
int |
scrollHeight()
The Element.scrollHeight read-only property is a measurement of the height of an element's content, including content not visible on the screen due to overflow.
|
void |
scrollIntoView()
The Element interface's scrollIntoView() method scrolls the element's parent container such that the element on which scrollIntoView() is called is visible to the user
|
void |
scrollIntoView(boolean arg)
The Element interface's scrollIntoView() method scrolls the element's parent container such that the element on which scrollIntoView() is called is visible to the user
|
void |
scrollIntoView(ScrollIntoViewOptions arg)
The Element interface's scrollIntoView() method scrolls the element's parent container such that the element on which scrollIntoView() is called is visible to the user
|
void |
scrollTo()
The scrollTo() method of the Element interface scrolls to a particular set of coordinates inside a given element.
|
void |
scrollTo(double x,
double y)
The scrollTo() method of the Element interface scrolls to a particular set of coordinates inside a given element.
|
void |
scrollTo(ScrollToOptions options)
The scrollTo() method of the Element interface scrolls to a particular set of coordinates inside a given element.
|
int |
scrollWidth()
The Element.scrollWidth read-only property is a measurement of the width of an element's content, including content not visible on the screen due to overflow.
|
void |
setAttribute(java.lang.String qualifiedName,
java.lang.String value)
Sets the value of an attribute on the specified element.
|
@JsNullable Attr |
setAttributeNode(Attr attr)
The setAttributeNode() method adds a new Attr node to the specified element.
|
@JsNullable Attr |
setAttributeNodeNS(Attr attr)
setAttributeNodeNS adds a new namespaced attribute node to an element.
|
void |
setAttributeNS(java.lang.String namespace,
java.lang.String qualifiedName,
java.lang.String value)
setAttributeNS adds a new attribute or changes the value of an attribute with the given namespace and name.
|
void |
setPointerCapture(int pointerId)
The setPointerCapture() method of the Element interface is used to designate a specific element as the capture target of future pointer events.
|
ShadowRoot |
shadowRoot()
The Element.shadowRoot read-only property represents the shadow root hosted by the element.
|
java.lang.String |
tagName()
The tagName read-only property of the Element interface returns the tag name of the element on which it's called.
|
boolean |
toggleAttribute(java.lang.String qualifiedName)
The toggleAttribute() method of the Element interface toggles a Boolean attribute (removing it if it is present and adding it if it is not present) on the given element.
|
boolean |
toggleAttribute(java.lang.String qualifiedName,
boolean force)
The toggleAttribute() method of the Element interface toggles a Boolean attribute (removing it if it is present and adding it if it is not present) on the given element.
|
boolean |
webkitMatchesSelector(java.lang.String selectors) |
appendChild, 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 @JsNullable java.lang.String ariaAtomic
public @JsNullable java.lang.String ariaAutoComplete
public @JsNullable java.lang.String ariaBusy
public @JsNullable java.lang.String ariaChecked
public @JsNullable java.lang.String ariaColCount
public @JsNullable java.lang.String ariaColIndex
public @JsNullable java.lang.String ariaColIndexText
public @JsNullable java.lang.String ariaColSpan
public @JsNullable java.lang.String ariaCurrent
public @JsNullable java.lang.String ariaDescription
public @JsNullable java.lang.String ariaDisabled
public @JsNullable java.lang.String ariaExpanded
public @JsNullable java.lang.String ariaHasPopup
public @JsNullable java.lang.String ariaHidden
public @JsNullable java.lang.String ariaInvalid
public @JsNullable java.lang.String ariaKeyShortcuts
public @JsNullable java.lang.String ariaLabel
public @JsNullable java.lang.String ariaLevel
public @JsNullable java.lang.String ariaLive
public @JsNullable java.lang.String ariaModal
public @JsNullable java.lang.String ariaMultiLine
public @JsNullable java.lang.String ariaMultiSelectable
public @JsNullable java.lang.String ariaOrientation
public @JsNullable java.lang.String ariaPlaceholder
public @JsNullable java.lang.String ariaPosInSet
public @JsNullable java.lang.String ariaPressed
public @JsNullable java.lang.String ariaReadOnly
public @JsNullable java.lang.String ariaRequired
public @JsNullable java.lang.String ariaRoleDescription
public @JsNullable java.lang.String ariaRowCount
public @JsNullable java.lang.String ariaRowIndex
public @JsNullable java.lang.String ariaRowIndexText
public @JsNullable java.lang.String ariaRowSpan
public @JsNullable java.lang.String ariaSelected
public @JsNullable java.lang.String ariaSetSize
public @JsNullable java.lang.String ariaSort
public @JsNullable java.lang.String ariaValueMax
public @JsNullable java.lang.String ariaValueMin
public @JsNullable java.lang.String ariaValueNow
public @JsNullable java.lang.String ariaValueText
public @JsNonNull java.lang.String className
public @JsNonNull java.lang.String id
public @JsNonNull java.lang.String innerHTML
public @JsNullable EventHandler onfullscreenchange
public @JsNullable EventHandler onfullscreenerror
public @JsNonNull java.lang.String outerHTML
public @JsNullable java.lang.String role
public double scrollLeft
public double scrollTop
public @JsNonNull java.lang.String slot
@JsProperty(name="assignedSlot") @Nullable public HTMLSlotElement assignedSlot()
@JsProperty(name="attributes") @Nonnull public NamedNodeMap attributes()
@JsProperty(name="childElementCount") public int childElementCount()
@JsProperty(name="children") @Nonnull public HTMLCollection children()
@JsProperty(name="classList") @Nonnull public DOMTokenList classList()
@JsProperty(name="clientHeight") public int clientHeight()
@JsProperty(name="clientLeft") public int clientLeft()
@JsProperty(name="clientTop") public int clientTop()
@JsProperty(name="clientWidth") public int clientWidth()
@JsProperty(name="firstElementChild") @Nullable public Element firstElementChild()
@JsProperty(name="lastElementChild") @Nullable public Element lastElementChild()
@JsProperty(name="localName") @Nonnull public java.lang.String localName()
@JsProperty(name="namespaceURI") @Nullable public java.lang.String namespaceURI()
@JsProperty(name="nextElementSibling") @Nullable public Element nextElementSibling()
@JsProperty(name="prefix") @Nullable public java.lang.String prefix()
@JsProperty(name="previousElementSibling") @Nullable public Element previousElementSibling()
@JsProperty(name="scrollHeight") public int scrollHeight()
@JsProperty(name="scrollWidth") public int scrollWidth()
@JsProperty(name="shadowRoot") @Nullable public ShadowRoot shadowRoot()
@JsProperty(name="tagName") @Nonnull public java.lang.String tagName()
public @JsNonNull ShadowRoot attachShadow(@Nonnull ShadowRootInit init)
public @JsNullable Element closest(@Nonnull java.lang.String selectors)
public @JsNullable java.lang.String getAttribute(@Nonnull
java.lang.String qualifiedName)
public @JsNullable java.lang.String getAttributeNS(@Nullable
java.lang.String namespace,
@Nonnull
java.lang.String localName)
public @JsNonNull JsArray<java.lang.String> getAttributeNames()
public @JsNullable Attr getAttributeNode(@Nonnull java.lang.String qualifiedName)
public @JsNullable Attr getAttributeNodeNS(@Nullable java.lang.String namespace, @Nonnull java.lang.String localName)
public @JsNonNull HTMLCollection getElementsByClassName(@Nonnull java.lang.String classNames)
public @JsNonNull HTMLCollection getElementsByTagName(@Nonnull java.lang.String qualifiedName)
public @JsNonNull HTMLCollection getElementsByTagNameNS(@Nullable java.lang.String namespace, @Nonnull java.lang.String localName)
public boolean hasAttribute(@Nonnull
java.lang.String qualifiedName)
public boolean hasAttributeNS(@Nullable
java.lang.String namespace,
@Nonnull
java.lang.String localName)
public boolean hasAttributes()
public @JsNullable Element insertAdjacentElement(@Nonnull java.lang.String where, @Nonnull Element element)
public void insertAdjacentText(@Nonnull
java.lang.String where,
@Nonnull
java.lang.String data)
public boolean matches(@Nonnull
java.lang.String selectors)
public void removeAttribute(@Nonnull
java.lang.String qualifiedName)
public void removeAttributeNS(@Nullable
java.lang.String namespace,
@Nonnull
java.lang.String localName)
public @JsNonNull Attr removeAttributeNode(@Nonnull Attr attr)
public void setAttribute(@Nonnull
java.lang.String qualifiedName,
@Nonnull
java.lang.String value)
public void setAttributeNS(@Nullable
java.lang.String namespace,
@Nonnull
java.lang.String qualifiedName,
@Nonnull
java.lang.String value)
public @JsNullable Attr setAttributeNode(@Nonnull Attr attr)
public @JsNullable Attr setAttributeNodeNS(@Nonnull Attr attr)
public boolean toggleAttribute(@Nonnull
java.lang.String qualifiedName,
boolean force)
public boolean toggleAttribute(@Nonnull
java.lang.String qualifiedName)
public boolean webkitMatchesSelector(@Nonnull
java.lang.String selectors)
public @JsNullable CSSPseudoElement pseudo(@Nonnull java.lang.String type)
public @JsNonNull DOMRect getBoundingClientRect()
public @JsNonNull DOMRectList getClientRects()
public void scroll(@Nonnull
ScrollToOptions options)
public void scroll()
public void scroll(double x,
double y)
public void scrollBy(@Nonnull
ScrollToOptions options)
public void scrollBy()
public void scrollBy(double x,
double y)
public void scrollIntoView(boolean arg)
public void scrollIntoView(@Nonnull
ScrollIntoViewOptions arg)
public void scrollIntoView()
public void scrollTo(@Nonnull
ScrollToOptions options)
public void scrollTo()
public void scrollTo(double x,
double y)
public void insertAdjacentHTML(@Nonnull
java.lang.String position,
@Nonnull
java.lang.String text)
public boolean hasPointerCapture(int pointerId)
public void releasePointerCapture(int pointerId)
public void setPointerCapture(int pointerId)
public void requestPointerLock()
public @JsNonNull Promise<java.lang.Void> requestFullscreen(@Nonnull FullscreenOptions options)
public @JsNonNull Promise<java.lang.Void> requestFullscreen()
public void append(@Nonnull
Node... nodes)
public void append(@Nonnull
java.lang.String... nodes)
public void prepend(@Nonnull
Node... nodes)
public void prepend(@Nonnull
java.lang.String... nodes)
public @JsNullable Element querySelector(@Nonnull java.lang.String selectors)
public @JsNonNull NodeList querySelectorAll(@Nonnull java.lang.String selectors)
public void replaceChildren(@Nonnull
Node... nodes)
public void replaceChildren(@Nonnull
java.lang.String... nodes)
public @JsNonNull Animation animate(@Nullable JsObject keyframes, double options)
public @JsNonNull Animation animate(@Nullable JsObject keyframes, @Nonnull KeyframeAnimationOptions options)
public @JsNonNull Animation animate(@Nullable JsObject keyframes)
public @JsNonNull JsArray<Animation> getAnimations(@Nonnull GetAnimationsOptions options)
public @JsNonNull JsArray<Animation> getAnimations()
public void after(@Nonnull
Node... nodes)
public void after(@Nonnull
java.lang.String... nodes)
public void before(@Nonnull
Node... nodes)
public void before(@Nonnull
java.lang.String... nodes)
public void remove()
public void replaceWith(@Nonnull
Node... nodes)
public void replaceWith(@Nonnull
java.lang.String... nodes)
@JsOverlay
public final void addCancelListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addCancelListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addCancelListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeCancelListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeCancelListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeCancelListener(@Nonnull
EventListener callback)
@JsOverlay
public final void addFullscreenchangeListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addFullscreenchangeListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addFullscreenchangeListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeFullscreenchangeListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeFullscreenchangeListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeFullscreenchangeListener(@Nonnull
EventListener callback)
@JsOverlay
public final void addFullscreenerrorListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addFullscreenerrorListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addFullscreenerrorListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeFullscreenerrorListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeFullscreenerrorListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeFullscreenerrorListener(@Nonnull
EventListener callback)
@JsOverlay
public final void addScrollListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addScrollListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addScrollListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeScrollListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeScrollListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeScrollListener(@Nonnull
EventListener callback)
@JsOverlay
public final void addShowListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addShowListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addShowListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeShowListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeShowListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeShowListener(@Nonnull
EventListener callback)
@JsOverlay
public final void addDOMActivateListener(@Nonnull
MouseEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDOMActivateListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDOMActivateListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void removeDOMActivateListener(@Nonnull
MouseEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDOMActivateListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDOMActivateListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void addAuxclickListener(@Nonnull
MouseEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addAuxclickListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void addAuxclickListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void removeAuxclickListener(@Nonnull
MouseEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeAuxclickListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeAuxclickListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void addBlurListener(@Nonnull
FocusEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addBlurListener(@Nonnull
FocusEventListener callback,
boolean useCapture)
@JsOverlay
public final void addBlurListener(@Nonnull
FocusEventListener callback)
@JsOverlay
public final void removeBlurListener(@Nonnull
FocusEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeBlurListener(@Nonnull
FocusEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeBlurListener(@Nonnull
FocusEventListener callback)
@JsOverlay
public final void addClickListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addClickListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addClickListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removeClickListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeClickListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeClickListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addCompositionendListener(@Nonnull
CompositionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addCompositionendListener(@Nonnull
CompositionEventListener callback,
boolean useCapture)
@JsOverlay
public final void addCompositionendListener(@Nonnull
CompositionEventListener callback)
@JsOverlay
public final void removeCompositionendListener(@Nonnull
CompositionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeCompositionendListener(@Nonnull
CompositionEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeCompositionendListener(@Nonnull
CompositionEventListener callback)
@JsOverlay
public final void addCompositionstartListener(@Nonnull
CompositionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addCompositionstartListener(@Nonnull
CompositionEventListener callback,
boolean useCapture)
@JsOverlay
public final void addCompositionstartListener(@Nonnull
CompositionEventListener callback)
@JsOverlay
public final void removeCompositionstartListener(@Nonnull
CompositionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeCompositionstartListener(@Nonnull
CompositionEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeCompositionstartListener(@Nonnull
CompositionEventListener callback)
@JsOverlay
public final void addCompositionupdateListener(@Nonnull
CompositionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addCompositionupdateListener(@Nonnull
CompositionEventListener callback,
boolean useCapture)
@JsOverlay
public final void addCompositionupdateListener(@Nonnull
CompositionEventListener callback)
@JsOverlay
public final void removeCompositionupdateListener(@Nonnull
CompositionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeCompositionupdateListener(@Nonnull
CompositionEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeCompositionupdateListener(@Nonnull
CompositionEventListener callback)
@JsOverlay
public final void addContextmenuListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addContextmenuListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addContextmenuListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removeContextmenuListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeContextmenuListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeContextmenuListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addCopyListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addCopyListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public final void addCopyListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public final void removeCopyListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeCopyListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeCopyListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public final void addCutListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addCutListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public final void addCutListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public final void removeCutListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeCutListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeCutListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public final void addDblclickListener(@Nonnull
MouseEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDblclickListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDblclickListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void removeDblclickListener(@Nonnull
MouseEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDblclickListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDblclickListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void addFocusListener(@Nonnull
FocusEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addFocusListener(@Nonnull
FocusEventListener callback,
boolean useCapture)
@JsOverlay
public final void addFocusListener(@Nonnull
FocusEventListener callback)
@JsOverlay
public final void removeFocusListener(@Nonnull
FocusEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeFocusListener(@Nonnull
FocusEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeFocusListener(@Nonnull
FocusEventListener callback)
@JsOverlay
public final void addFocusinListener(@Nonnull
FocusEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addFocusinListener(@Nonnull
FocusEventListener callback,
boolean useCapture)
@JsOverlay
public final void addFocusinListener(@Nonnull
FocusEventListener callback)
@JsOverlay
public final void removeFocusinListener(@Nonnull
FocusEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeFocusinListener(@Nonnull
FocusEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeFocusinListener(@Nonnull
FocusEventListener callback)
@JsOverlay
public final void addFocusoutListener(@Nonnull
FocusEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addFocusoutListener(@Nonnull
FocusEventListener callback,
boolean useCapture)
@JsOverlay
public final void addFocusoutListener(@Nonnull
FocusEventListener callback)
@JsOverlay
public final void removeFocusoutListener(@Nonnull
FocusEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeFocusoutListener(@Nonnull
FocusEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeFocusoutListener(@Nonnull
FocusEventListener callback)
@JsOverlay
public final void addMousedownListener(@Nonnull
MouseEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addMousedownListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void addMousedownListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void removeMousedownListener(@Nonnull
MouseEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeMousedownListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeMousedownListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void addMouseenterListener(@Nonnull
MouseEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addMouseenterListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void addMouseenterListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void removeMouseenterListener(@Nonnull
MouseEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeMouseenterListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeMouseenterListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void addMouseleaveListener(@Nonnull
MouseEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addMouseleaveListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void addMouseleaveListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void removeMouseleaveListener(@Nonnull
MouseEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeMouseleaveListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeMouseleaveListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void addMousemoveListener(@Nonnull
MouseEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addMousemoveListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void addMousemoveListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void removeMousemoveListener(@Nonnull
MouseEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeMousemoveListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeMousemoveListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void addMouseoutListener(@Nonnull
MouseEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addMouseoutListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void addMouseoutListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void removeMouseoutListener(@Nonnull
MouseEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeMouseoutListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeMouseoutListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void addMouseoverListener(@Nonnull
MouseEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addMouseoverListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void addMouseoverListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void removeMouseoverListener(@Nonnull
MouseEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeMouseoverListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeMouseoverListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void addMouseupListener(@Nonnull
MouseEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addMouseupListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void addMouseupListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void removeMouseupListener(@Nonnull
MouseEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeMouseupListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeMouseupListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void addPasteListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPasteListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPasteListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public final void removePasteListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePasteListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePasteListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public final void addTouchcancelListener(@Nonnull
TouchEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addTouchcancelListener(@Nonnull
TouchEventListener callback,
boolean useCapture)
@JsOverlay
public final void addTouchcancelListener(@Nonnull
TouchEventListener callback)
@JsOverlay
public final void removeTouchcancelListener(@Nonnull
TouchEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeTouchcancelListener(@Nonnull
TouchEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeTouchcancelListener(@Nonnull
TouchEventListener callback)
@JsOverlay
public final void addTouchendListener(@Nonnull
TouchEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addTouchendListener(@Nonnull
TouchEventListener callback,
boolean useCapture)
@JsOverlay
public final void addTouchendListener(@Nonnull
TouchEventListener callback)
@JsOverlay
public final void removeTouchendListener(@Nonnull
TouchEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeTouchendListener(@Nonnull
TouchEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeTouchendListener(@Nonnull
TouchEventListener callback)
@JsOverlay
public final void addTouchmoveListener(@Nonnull
TouchEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addTouchmoveListener(@Nonnull
TouchEventListener callback,
boolean useCapture)
@JsOverlay
public final void addTouchmoveListener(@Nonnull
TouchEventListener callback)
@JsOverlay
public final void removeTouchmoveListener(@Nonnull
TouchEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeTouchmoveListener(@Nonnull
TouchEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeTouchmoveListener(@Nonnull
TouchEventListener callback)
@JsOverlay
public final void addTouchstartListener(@Nonnull
TouchEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addTouchstartListener(@Nonnull
TouchEventListener callback,
boolean useCapture)
@JsOverlay
public final void addTouchstartListener(@Nonnull
TouchEventListener callback)
@JsOverlay
public final void removeTouchstartListener(@Nonnull
TouchEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeTouchstartListener(@Nonnull
TouchEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeTouchstartListener(@Nonnull
TouchEventListener callback)
@JsOverlay
public final void addWebkitmouseforcechangedListener(@Nonnull
MouseEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addWebkitmouseforcechangedListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void addWebkitmouseforcechangedListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void removeWebkitmouseforcechangedListener(@Nonnull
MouseEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeWebkitmouseforcechangedListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeWebkitmouseforcechangedListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void addWebkitmouseforcedownListener(@Nonnull
MouseEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addWebkitmouseforcedownListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void addWebkitmouseforcedownListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void removeWebkitmouseforcedownListener(@Nonnull
MouseEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeWebkitmouseforcedownListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeWebkitmouseforcedownListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void addWebkitmouseforceupListener(@Nonnull
MouseEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addWebkitmouseforceupListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void addWebkitmouseforceupListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void removeWebkitmouseforceupListener(@Nonnull
MouseEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeWebkitmouseforceupListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeWebkitmouseforceupListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void addWebkitmouseforcewillbeginListener(@Nonnull
MouseEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addWebkitmouseforcewillbeginListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void addWebkitmouseforcewillbeginListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void removeWebkitmouseforcewillbeginListener(@Nonnull
MouseEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeWebkitmouseforcewillbeginListener(@Nonnull
MouseEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeWebkitmouseforcewillbeginListener(@Nonnull
MouseEventListener callback)
@JsOverlay
public final void addWheelListener(@Nonnull
WheelEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addWheelListener(@Nonnull
WheelEventListener callback,
boolean useCapture)
@JsOverlay
public final void addWheelListener(@Nonnull
WheelEventListener callback)
@JsOverlay
public final void removeWheelListener(@Nonnull
WheelEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeWheelListener(@Nonnull
WheelEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeWheelListener(@Nonnull
WheelEventListener callback)