public class HTMLElement extends Element
Modifier and Type | Class and Description |
---|---|
static interface |
HTMLElement.AttachedCallbackFn |
static interface |
HTMLElement.AttachShadowOptionsType |
static interface |
HTMLElement.ConnectedCallbackFn |
static interface |
HTMLElement.CreatedCallbackFn |
static interface |
HTMLElement.DetachedCallbackFn |
static interface |
HTMLElement.DisconnectedCallbackFn |
Element.MatchesSelectorRefNodesUnionType, Element.OnabortFn, Element.OnbeforeinputFn, Element.OnbeforeunloadFn, Element.OnblurFn, Element.OnchangeFn, Element.OnclickFn, Element.OncompositionendFn, Element.OncompositionstartFn, Element.OncompositionupdateFn, Element.OncontextmenuFn, Element.OncopyFn, Element.OncutFn, Element.OndblclickFn, Element.OnerrorFn, Element.OnfocusFn, Element.OnfocusinFn, Element.OnfocusoutFn, Element.OninputFn, Element.OnkeydownFn, Element.OnkeypressFn, Element.OnkeyupFn, Element.OnloadFn, Element.OnmousedownFn, Element.OnmousemoveFn, Element.OnmouseoutFn, Element.OnmouseoverFn, Element.OnmouseupFn, Element.OnmousewheelFn, Element.OnpasteFn, Element.OnresetFn, Element.OnresizeFn, Element.OnscrollFn, Element.OnselectFn, Element.OnsubmitFn, Element.OntextinputFn, Element.OntouchcancelFn, Element.OntouchendFn, Element.OntouchmoveFn, Element.OntouchstartFn, Element.OnunloadFn, Element.OnwheelFn, Element.ReplaceWithNodesUnionType, Element.ScrollIntoViewTopType, Element.ScrollIntoViewTopUnionType, Element.SetAttributeNSValueUnionType, Element.SetAttributeValueUnionType
EventTarget.AddEventListenerOptionsUnionType, EventTarget.RemoveEventListenerOptionsUnionType
Modifier and Type | Field and Description |
---|---|
HTMLElement.AttachedCallbackFn |
attachedCallback |
java.lang.String |
className |
HTMLElement.ConnectedCallbackFn |
connectedCallback |
Element |
contextMenu |
HTMLElement.CreatedCallbackFn |
createdCallback |
JsPropertyMap<java.lang.String> |
dataset |
HTMLElement.DetachedCallbackFn |
detachedCallback |
java.lang.String |
dir |
HTMLElement.DisconnectedCallbackFn |
disconnectedCallback |
boolean |
draggable |
JsObject |
dropzone |
boolean |
hidden |
java.lang.String |
id |
java.lang.String |
lang |
static java.lang.String[] |
observedAttributes |
int |
offsetHeight |
int |
offsetLeft |
Element |
offsetParent |
int |
offsetTop |
int |
offsetWidth |
ShadowRoot |
shadowRoot |
boolean |
spellcheck |
CSSStyleDeclaration |
style |
int |
tabIndex |
java.lang.String |
title |
ALLOW_KEYBOARD_INPUT, attributes, childElementCount, classList, clientHeight, clientLeft, clientTop, clientWidth, firstElementChild, innerHTML, lastElementChild, nextElementSibling, onabort, onbeforeinput, onbeforeunload, onblur, onchange, onclick, oncompositionend, oncompositionstart, oncompositionupdate, oncontextmenu, oncopy, oncut, ondblclick, onerror, onfocus, onfocusin, onfocusout, oninput, onkeydown, onkeypress, onkeyup, onload, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onmousewheel, onpaste, onreset, onresize, onscroll, onselect, onsubmit, ontextinput, ontouchcancel, ontouchend, ontouchmove, ontouchstart, onunload, onwheel, previousElementSibling, schemaTypeInfo, scrollHeight, scrollLeft, scrollTop, scrollWidth, tagName
assignedSlot, ATTRIBUTE_NODE, baseURI, CDATA_SECTION_NODE, childNodes, 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, firstChild, isConnected, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, NOTATION_NODE, ownerDocument, parentNode, prefix, previousSibling, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, textContent, XPATH_NAMESPACE_NODE
Constructor and Description |
---|
HTMLElement() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
adoptedCallback(Document oldDocument,
Document newDocument) |
ShadowRoot |
attachShadow(HTMLElement.AttachShadowOptionsType options) |
java.lang.Object |
attributeChangedCallback(java.lang.String attributeName,
java.lang.String oldValue,
java.lang.String newValue,
java.lang.String namespace) |
ShadowRoot |
createShadowRoot() |
NodeList<Node> |
getDestinationInsertionPoints() |
NodeList<Element> |
getElementsByClassName(java.lang.String classNames) |
ShadowRoot |
webkitCreateShadowRoot() |
blur, click, closest, focus, getAttribute, getAttribute, getAttributeNames, getAttributeNode, getAttributeNodeNS, getAttributeNS, getBoundingClientRect, getClientRects, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, matches, matchesSelector, matchesSelector, matchesSelector, matchesSelector, mozMatchesSelector, mozRequestFullScreen, mozRequestFullScreenWithKeys, msExitFullscreen, msMatchesSelector, msRequestFullscreen, oMatchesSelector, querySelector, querySelectorAll, remove, removeAttribute, removeAttributeNode, removeAttributeNS, replaceWith, replaceWith, replaceWith, requestFullscreen, scrollIntoView, scrollIntoView, scrollIntoView, scrollIntoView, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setAttributeNS, setAttributeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, webkitMatchesSelector, webkitRequestFullscreen, webkitRequestFullScreen, webkitRequestFullscreen, webkitRequestFullScreen
addEventListener, addEventListener, appendChild, cloneNode, compareDocumentPosition, contains, dispatchEvent, getFeature, getRootNode, getRootNode, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, removeEventListener, removeEventListener, replaceChild, setUserData, setUserData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addEventListener, addEventListener, removeEventListener, removeEventListener
public static java.lang.String[] observedAttributes
public HTMLElement.AttachedCallbackFn attachedCallback
public java.lang.String className
public HTMLElement.ConnectedCallbackFn connectedCallback
public Element contextMenu
public HTMLElement.CreatedCallbackFn createdCallback
public JsPropertyMap<java.lang.String> dataset
public HTMLElement.DetachedCallbackFn detachedCallback
public java.lang.String dir
public HTMLElement.DisconnectedCallbackFn disconnectedCallback
public boolean draggable
public JsObject dropzone
public boolean hidden
public java.lang.String id
public java.lang.String lang
public int offsetHeight
public int offsetLeft
public Element offsetParent
public int offsetTop
public int offsetWidth
public ShadowRoot shadowRoot
public boolean spellcheck
public CSSStyleDeclaration style
public int tabIndex
public java.lang.String title
public ShadowRoot attachShadow(HTMLElement.AttachShadowOptionsType options)
public java.lang.Object attributeChangedCallback(java.lang.String attributeName, java.lang.String oldValue, java.lang.String newValue, java.lang.String namespace)
public ShadowRoot createShadowRoot()
public ShadowRoot webkitCreateShadowRoot()