H - @JsType(isNative=true,
name="HTMLElement",
namespace="<global>")
public class HTMLElement<H extends HTMLElement<H>>
extends Element<H>
EventTarget.OptionsACTIVE_BUBBLE, ACTIVE_CAPTURE, PASSIVE_BUBBLE, PASSIVE_CAPTURE, PASSIVE_SUPPORTED| Constructor and Description |
|---|
HTMLElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
blur() |
void |
clearRole() |
void |
clearTabIndex() |
void |
click() |
void |
focus() |
DOMRect |
getBoundingClientRect() |
String |
getRole() |
int |
getTabIndex() |
boolean |
hasFocus() |
void |
insertAdjacentHTML(String position,
String html) |
void |
setRole(String role) |
void |
setTabIndex(int tabIndex) |
addClassName, getAbsoluteLeft, getAbsoluteTop, getAttribute, getAttributeNS, getClassList, getClassName, getClientHeight, getClientLeft, getClientTop, getClientWidth, getComputedStyle, getId, getInnerHTML, getInnerText, getNativeStyle, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getStyle, hasClassName, insertAdjacentElement, insertAdjacentHTML, insertAdjacentText, querySelector, releaseCapture, removeAttribute, removeAttributeNS, removeClassName, setAttribute, setAttributeNS, setCapture, setCapture, setClassName, setId, setInnerHTML, setInnerText, setNativeCatpure, setNativeCatpure, setScrollLeft, setScrollTop, webkitRequestFullscreenappendChild, cloneNode, compareDocumentPosition, contains, getBaseURI, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNativeNodeType, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousSibling, getTextContent, hasChildNodes, insertAfter, insertBefore, insertBefore, insertFirst, isAncestor, isAttached, isDefaultNamespace, isDescendant, isEqualNode, lookupNamespaceURI, lookupPrefix, normalize, removeAllChildren, removeAllChildrenBefore, removeChild, replaceChild, setNodeValue, setPrefix, setTextContentaddEventListener, addEventListener, addEventListener, dispatchEvent, dispatchEvent, getEventListeners, removeEventListener, removeEventListener, removeEventListener, removeNativeEventListener, removeNativeEventListener, removeNativeEventListener, setEventListenerscast, getOwnPropertyNames, hasOwnProperty, observe@JsMethod(name="insertAdjacentHTML") public void insertAdjacentHTML(String position, String html)
@JsProperty(name="tabindex") public int getTabIndex()
@JsProperty(name="tabIndex") public void setTabIndex(int tabIndex)
@JsOverlay public final void clearTabIndex()
@JsProperty(name="role") public String getRole()
@JsProperty(name="role") public void setRole(String role)
@JsOverlay public final void clearRole()
@JsOverlay @WillMeasure public final DOMRect getBoundingClientRect()
@JsOverlay @WillMutate public final void blur()
@JsOverlay @WillMutate public final void focus()
public void click()
@JsOverlay public final boolean hasFocus()
Copyright © 2018 Xalys. All rights reserved.