Class HTMLElement

    • Field Detail

      • observedAttributes

        public static elemental2.core.JsArray<java.lang.String> observedAttributes
      • className

        public java.lang.String className
      • contextMenu

        public Element contextMenu
      • dataset

        public jsinterop.base.JsPropertyMap<java.lang.String> dataset
      • dir

        public java.lang.String dir
      • draggable

        public boolean draggable
      • dropzone

        public elemental2.core.JsObject dropzone
      • hidden

        public boolean hidden
      • inert

        public boolean inert
      • lang

        public java.lang.String lang
      • nonce

        public java.lang.String nonce
      • offsetHeight

        public int offsetHeight
      • offsetLeft

        public int offsetLeft
      • offsetParent

        public Element offsetParent
      • offsetTop

        public int offsetTop
      • offsetWidth

        public int offsetWidth
      • spellcheck

        public boolean spellcheck
      • tabIndex

        public int tabIndex
      • title

        public java.lang.String title
    • Constructor Detail

      • HTMLElement

        public HTMLElement()
    • Method Detail

      • adoptedCallback

        public java.lang.Object adoptedCallback​(Document oldDocument,
                                                Document newDocument)
      • attributeChangedCallback

        public java.lang.Object attributeChangedCallback​(java.lang.String attributeName,
                                                         java.lang.String oldValue,
                                                         java.lang.String newValue,
                                                         java.lang.String namespace)
      • click

        public void click()
      • createShadowRoot

        public ShadowRoot createShadowRoot()
      • getDestinationInsertionPoints

        public NodeList<Node> getDestinationInsertionPoints()
      • webkitCreateShadowRoot

        public ShadowRoot webkitCreateShadowRoot()