Interface HamletSpec._TableCol

All Superinterfaces:
HamletSpec.__, HamletSpec._Child
All Known Subinterfaces:
HamletSpec._Table, HamletSpec.COLGROUP, HamletSpec.TABLE
All Known Implementing Classes:
Hamlet.COLGROUP, Hamlet.TABLE
Enclosing class:
HamletSpec

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

    • col

      Add a COL element.
      Returns:
      a new COL element builder
    • col

      Add a COL element.
      Parameters:
      selector - the css selector in the form of (#id)*(.class)*
      Returns:
      the current element builder