public static interface HamletSpec._Table extends HamletSpec._TableRow, HamletSpec._TableCol
Modifier and Type | Method and Description |
---|---|
HamletSpec.CAPTION |
caption()
Add a CAPTION element.
|
HamletSpec._Table |
caption(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(String selector)
Add a TBODY element.
|
HamletSpec.TFOOT |
tfoot()
Add a TFOOT element.
|
HamletSpec.TFOOT |
tfoot(String selector)
Add a TFOOT element.
|
HamletSpec.THEAD |
thead()
Add a THEAD element.
|
HamletSpec.THEAD |
thead(String selector)
Add a THEAD element.
|
tr, tr
col, col
_
HamletSpec.CAPTION caption()
HamletSpec._Table caption(String cdata)
cdata
- HamletSpec.COLGROUP colgroup()
HamletSpec.THEAD thead()
HamletSpec.THEAD thead(String selector)
selector
- the css selector in the form of (#id)*(.class)*HamletSpec.TFOOT tfoot()
HamletSpec.TFOOT tfoot(String selector)
selector
- the css selector in the form of (#id)*(.class)*HamletSpec.TBODY tbody()
HamletSpec.TBODY tbody(String selector)
selector
- the css selector in the form of (#id)*(.class)*Copyright © 2008–2019 Apache Software Foundation. All rights reserved.