Interface HamletSpec.MAP

All Superinterfaces:
HamletSpec.__, HamletSpec._Block, HamletSpec._Child, HamletSpec._FieldSet, HamletSpec._Form, HamletSpec.Attrs, HamletSpec.Block, HamletSpec.CoreAttrs, HamletSpec.EventsAttrs, HamletSpec.Heading, HamletSpec.I18nAttrs, HamletSpec.Listing, HamletSpec.Preformatted
All Known Implementing Classes:
Hamlet.MAP
Enclosing class:
HamletSpec

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

    • area

      Add a AREA element.
      Returns:
      a new AREA element builder
    • area

      HamletSpec.AREA area(String selector)
      Add a AREA element.
      Parameters:
      selector - the css selector in the form of (#id)*(.class)*
      Returns:
      a new AREA element builder
    • $name

      HamletSpec.MAP $name(String name)
      for reference by usemap
      Parameters:
      name - of the map
      Returns:
      the current element builder