Class HTMLAnchorElement

All Implemented Interfaces:
EventTarget

@JsType(isNative=true, namespace="<global>") public class HTMLAnchorElement extends HTMLElement
  • Field Details

    • accessKey

      public String accessKey
    • attributionSrc

      public String attributionSrc
    • charset

      public String charset
    • coords

      public String coords
    • download

      public String download
    • hash

      public String hash
    • host

      public String host
    • hostname

      public String hostname
    • href

      public String href
    • hreflang

      public String hreflang
    • name

      public String name
    • pathname

      public String pathname
    • ping

      public String ping
    • port

      public String port
    • protocol

      public String protocol
    • rel

      public String rel
    • relList

      public DOMTokenList relList
    • rev

      public String rev
    • shape

      public String shape
    • tabIndex

      public int tabIndex
    • target

      public String target
    • type

      public String type
  • Constructor Details

    • HTMLAnchorElement

      public HTMLAnchorElement()
  • Method Details

    • blur

      public void blur()
      Overrides:
      blur in class Element
    • focus

      public void focus()
      Overrides:
      focus in class Element