HamletSpec.__, HamletSpec._Child, HamletSpec._TableCol, HamletSpec._TableRowHamletSpec.TABLEHamlet.TABLEpublic static interface HamletSpec._Table extends HamletSpec._TableRow, HamletSpec._TableCol
| Modifier and Type | Method | Description |
|---|---|---|
HamletSpec.CAPTION |
caption() |
Add a CAPTION element.
|
HamletSpec._Table |
caption(java.lang.String cdata) |
Add a CAPTION element.
|
HamletSpec.COLGROUP |
colgroup() |
Add a COLGROPU element.
|
HamletSpec.TBODY |
tbody() |
Add a tbody (table body) element.
|
HamletSpec.TBODY |
tbody(java.lang.String selector) |
Add a TBODY element.
|
HamletSpec.TFOOT |
tfoot() |
Add a TFOOT element.
|
HamletSpec.TFOOT |
tfoot(java.lang.String selector) |
Add a TFOOT element.
|
HamletSpec.THEAD |
thead() |
Add a THEAD element.
|
HamletSpec.THEAD |
thead(java.lang.String selector) |
Add a THEAD element.
|
__col, coltr, trHamletSpec.CAPTION caption()
HamletSpec._Table caption(java.lang.String cdata)
cdata - the content of the element.HamletSpec.COLGROUP colgroup()
HamletSpec.THEAD thead()
HamletSpec.THEAD thead(java.lang.String selector)
selector - the css selector in the form of (#id)*(.class)*HamletSpec.TFOOT tfoot()
HamletSpec.TFOOT tfoot(java.lang.String selector)
selector - the css selector in the form of (#id)*(.class)*HamletSpec.TBODY tbody()
HamletSpec.TBODY tbody(java.lang.String selector)
selector - the css selector in the form of (#id)*(.class)*Copyright © 2008–2025 Apache Software Foundation. All rights reserved.