|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface HamletSpec._Tr
| Method Summary | |
|---|---|
HamletSpec.TD |
td()
Add a TD element. |
HamletSpec._Tr |
td(String cdata)
Add a TD element. |
HamletSpec._Tr |
td(String selector,
String cdata)
Add a TD element. |
HamletSpec.TH |
th()
Add a TH element. |
HamletSpec._Tr |
th(String cdata)
Add a complete TH element. |
HamletSpec._Tr |
th(String selector,
String cdata)
Add a TH element. |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child |
|---|
_ |
| Method Detail |
|---|
HamletSpec.TH th()
HamletSpec._Tr th(String cdata)
cdata - the content
HamletSpec._Tr th(String selector,
String cdata)
selector - the css selector in the form of (#id)*(.class)*cdata - the content
HamletSpec.TD td()
HamletSpec._Tr td(String cdata)
cdata - the content
HamletSpec._Tr td(String selector,
String cdata)
selector - the css selector in the form of (#id)*(.class)*cdata - the content
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||