Interface HamletSpec._Legend

All Superinterfaces:
HamletSpec.__, HamletSpec._Child
All Known Subinterfaces:
HamletSpec.FIELDSET
All Known Implementing Classes:
Hamlet.FIELDSET
Enclosing class:
HamletSpec

public static interface HamletSpec._Legend extends HamletSpec._Child
  • Method Details

    • legend

      Add a LEGEND element.
      Returns:
      a new LEGEND element builder
    • legend

      HamletSpec._Legend legend(String cdata)
      Add a LEGEND element.
      Parameters:
      cdata - the content of the element.
      Returns:
      the current element builder