|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface HamletSpec._Table
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._TableRow |
|---|
tr, tr |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._TableCol |
|---|
col, col |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child |
|---|
_ |
| Method Detail |
|---|
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)*
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||