Class HTMLAreaElement

All Implemented Interfaces:
EventTarget

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

    • accessKey

      public String accessKey
    • alt

      public String alt
    • coords

      public String coords
    • download

      public String download
    • href

      public String href
    • noHref

      public boolean noHref
    • ping

      public String ping
    • shape

      public String shape
    • tabIndex

      public int tabIndex
    • target

      public String target
  • Constructor Details

    • HTMLAreaElement

      public HTMLAreaElement()