public class Element extends Node
Objs.Constructor<T extends Objs>, Objs.Property<T>
ATTRIBUTE_NODE, attributes, baseURI, 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, firstChild, childNodes, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, NOTATION_NODE, ownerDocument, parentElement, parentNode, prefix, previousSibling, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, textContent
Modifier | Constructor and Description |
---|---|
protected |
Element(Objs.Constructor<?> c,
Object js) |
appendChild, ATTRIBUTE_NODE, attributes, baseURI, CDATA_SECTION_NODE, cloneNode, cloneNode, COMMENT_NODE, compareDocumentPosition, 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, hasAttributes, hasChildNodes, childNodes, insertBefore, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lastChild, localName, lookupNamespaceURI, lookupPrefix, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, NOTATION_NODE, ownerDocument, parentElement, parentNode, prefix, previousSibling, PROCESSING_INSTRUCTION_NODE, removeChild, replaceChild, TEXT_NODE, textContent
dispatchEvent, removeEventListener, removeEventListener, removeEventListener, removeEventListener
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<DOMTokenList> classList
public Objs.Property<Number> clientHeight
public Objs.Property<Number> clientLeft
public Objs.Property<Number> clientTop
public Objs.Property<Number> clientWidth
public Objs.Property<Number> msContentZoomFactor
public Objs.Property<String> msRegionOverflow
public Objs.Property<Function.A1<? super AriaRequestEvent,? extends Object>> onariarequest
public Objs.Property<Function.A1<? super CommandEvent,? extends Object>> oncommand
public Objs.Property<Function.A1<? super PointerEvent,? extends Object>> ongotpointercapture
public Objs.Property<Function.A1<? super PointerEvent,? extends Object>> onlostpointercapture
public Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> onmsgesturechange
public Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> onmsgesturedoubletap
public Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> onmsgestureend
public Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> onmsgesturehold
public Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> onmsgesturestart
public Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> onmsgesturetap
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmsgotpointercapture
public Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> onmsinertiastart
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmslostpointercapture
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmspointercancel
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmspointerdown
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmspointerenter
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmspointerleave
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmspointermove
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmspointerout
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmspointerover
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmspointerup
public Objs.Property<Function.A1<? super TouchEvent,? extends Object>> ontouchcancel
public Objs.Property<Function.A1<? super TouchEvent,? extends Object>> ontouchend
public Objs.Property<Function.A1<? super TouchEvent,? extends Object>> ontouchmove
public Objs.Property<Function.A1<? super TouchEvent,? extends Object>> ontouchstart
public Objs.Property<Function.A1<? super Event,? extends Object>> onwebkitfullscreenchange
public Objs.Property<Function.A1<? super Event,? extends Object>> onwebkitfullscreenerror
public Objs.Property<Number> scrollHeight
public Objs.Property<Number> scrollLeft
public Objs.Property<Number> scrollTop
public Objs.Property<Number> scrollWidth
public Objs.Property<String> tagName
public Objs.Property<String> id
public Objs.Property<String> className
protected Element(Objs.Constructor<?> c, Object js)
public DOMTokenList classList()
public Number clientHeight()
public Number clientLeft()
public Number clientTop()
public Number clientWidth()
public Number msContentZoomFactor()
public String msRegionOverflow()
public Function.A1<? super AriaRequestEvent,? extends Object> onariarequest()
public Function.A1<? super CommandEvent,? extends Object> oncommand()
public Function.A1<? super PointerEvent,? extends Object> ongotpointercapture()
public Function.A1<? super PointerEvent,? extends Object> onlostpointercapture()
public Function.A1<? super MSGestureEvent,? extends Object> onmsgesturechange()
public Function.A1<? super MSGestureEvent,? extends Object> onmsgesturedoubletap()
public Function.A1<? super MSGestureEvent,? extends Object> onmsgestureend()
public Function.A1<? super MSGestureEvent,? extends Object> onmsgesturehold()
public Function.A1<? super MSGestureEvent,? extends Object> onmsgesturestart()
public Function.A1<? super MSGestureEvent,? extends Object> onmsgesturetap()
public Function.A1<? super MSPointerEvent,? extends Object> onmsgotpointercapture()
public Function.A1<? super MSGestureEvent,? extends Object> onmsinertiastart()
public Function.A1<? super MSPointerEvent,? extends Object> onmslostpointercapture()
public Function.A1<? super MSPointerEvent,? extends Object> onmspointercancel()
public Function.A1<? super MSPointerEvent,? extends Object> onmspointerdown()
public Function.A1<? super MSPointerEvent,? extends Object> onmspointerenter()
public Function.A1<? super MSPointerEvent,? extends Object> onmspointerleave()
public Function.A1<? super MSPointerEvent,? extends Object> onmspointermove()
public Function.A1<? super MSPointerEvent,? extends Object> onmspointerout()
public Function.A1<? super MSPointerEvent,? extends Object> onmspointerover()
public Function.A1<? super MSPointerEvent,? extends Object> onmspointerup()
public Function.A1<? super TouchEvent,? extends Object> ontouchcancel()
public Function.A1<? super TouchEvent,? extends Object> ontouchend()
public Function.A1<? super TouchEvent,? extends Object> ontouchmove()
public Function.A1<? super TouchEvent,? extends Object> ontouchstart()
public Function.A1<? super Event,? extends Object> onwebkitfullscreenchange()
public Function.A1<? super Event,? extends Object> onwebkitfullscreenerror()
public Number scrollHeight()
public Number scrollLeft()
public Number scrollTop()
public Number scrollWidth()
public String tagName()
public String id()
public String className()
public void addEventListener(String type, EventListener listener, Boolean useCapture)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListenerObject listener, Boolean useCapture)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListener listener)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListenerObject listener)
addEventListener
in class EventTarget
public void addEventListener(Void type, Function.A1<? super WheelEvent,? extends Object> listener, Boolean useCapture)
public void addEventListener(Void type, Function.A1<? super WheelEvent,? extends Object> listener)
public String getAttribute()
public ClientRect getBoundingClientRect()
public ClientRectList getClientRects()
public NodeListOf<Element> getElementsByClassName(String classNames)
public NodeListOf<Element> getElementsByTagName(String name)
public NodeListOf<Element> getElementsByTagNameNS(String namespaceURI, String localName)
public MSRangeCollection msGetRegionContent()
public ClientRect msGetUntransformedBounds()
public void msReleasePointerCapture(double pointerId)
public void msSetPointerCapture(double pointerId)
public void msZoomTo(MsZoomToOptions args)
public void releasePointerCapture(double pointerId)
public void removeAttribute(String name)
public void removeAttribute()
public void requestFullscreen()
public void requestPointerLock()
public void setAttribute()
public void setAttribute(String name)
public void setPointerCapture(double pointerId)
public void webkitRequestFullScreen()
public void webkitRequestFullscreen()
Copyright © 2018. All rights reserved.