Interface HamletSpec._Option

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

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

    • option

      Add a OPTION element.
      Returns:
      a new OPTION element builder
    • option

      HamletSpec._Option option(String cdata)
      Add a complete OPTION element.
      Parameters:
      cdata - the content
      Returns:
      the current element builder