Interface HamletSpec._Tr

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

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

    • th

      Add a TH element.
      Returns:
      a new TH element builder
    • th

      Add a complete TH element.
      Parameters:
      cdata - the content
      Returns:
      the current element builder
    • th

      HamletSpec._Tr th(String selector, String cdata)
      Add a TH element.
      Parameters:
      selector - the css selector in the form of (#id)*(.class)*
      cdata - the content
      Returns:
      the current element builder
    • td

      Add a TD element.
      Returns:
      a new TD element builder
    • td

      Add a TD element.
      Parameters:
      cdata - the content
      Returns:
      the current element builder
    • td

      HamletSpec._Tr td(String selector, String cdata)
      Add a TD element.
      Parameters:
      selector - the css selector in the form of (#id)*(.class)*
      cdata - the content
      Returns:
      the current element builder