Interface HamletSpec.AREA

All Superinterfaces:
HamletSpec.__, HamletSpec._Child, HamletSpec.Attrs, HamletSpec.CoreAttrs, HamletSpec.EventsAttrs, HamletSpec.I18nAttrs
All Known Implementing Classes:
Hamlet.AREA
Enclosing class:
HamletSpec

public static interface HamletSpec.AREA extends HamletSpec.Attrs, HamletSpec._Child
  • Method Details

    • $shape

      controls interpretation of coords
      Parameters:
      shape - of the area
      Returns:
      the current element builder
    • $coords

      HamletSpec.AREA $coords(String cdata)
      comma-separated list of lengths
      Parameters:
      cdata - coords of the area
      Returns:
      the current element builder
    • $href

      HamletSpec.AREA $href(String uri)
      URI for linked resource
      Parameters:
      uri - the URI
      Returns:
      the current element builder
    • $alt

      HamletSpec.AREA $alt(String desc)
      short description
      Parameters:
      desc - the description
      Returns:
      the current element builder
    • $tabindex

      HamletSpec.AREA $tabindex(int index)
      position in tabbing order
      Parameters:
      index - of the order
      Returns:
      the current element builder
    • $accesskey

      HamletSpec.AREA $accesskey(String cdata)
      accessibility key character
      Parameters:
      cdata - the key
      Returns:
      the current element builder
    • $onfocus

      HamletSpec.AREA $onfocus(String script)
      the element got the focus
      Parameters:
      script - to invoke
      Returns:
      the current element builder
    • $onblur

      HamletSpec.AREA $onblur(String script)
      the element lost the focus
      Parameters:
      script - to invoke
      Returns:
      the current element builder