|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface HamletSpec.Heading
%heading
| Method Summary | |
|---|---|
HamletSpec.H1 |
h1()
Add an H1 element. |
HamletSpec.Heading |
h1(String cdata)
Add a complete H1 element. |
HamletSpec.Heading |
h1(String selector,
String cdata)
Add a complete H1 element |
HamletSpec.H2 |
h2()
Add an H2 element. |
HamletSpec.Heading |
h2(String cdata)
Add a complete H2 element. |
HamletSpec.Heading |
h2(String selector,
String cdata)
Add a complete H1 element |
HamletSpec.H3 |
h3()
Add an H3 element. |
HamletSpec.Heading |
h3(String cdata)
Add a complete H3 element. |
HamletSpec.Heading |
h3(String selector,
String cdata)
Add a complete H1 element |
HamletSpec.H4 |
h4()
Add an H4 element. |
HamletSpec.Heading |
h4(String cdata)
Add a complete H4 element. |
HamletSpec.Heading |
h4(String selector,
String cdata)
Add a complete H4 element |
HamletSpec.H5 |
h5()
Add an H5 element. |
HamletSpec.Heading |
h5(String cdata)
Add a complete H5 element. |
HamletSpec.Heading |
h5(String selector,
String cdata)
Add a complete H5 element |
HamletSpec.H6 |
h6()
Add an H6 element. |
HamletSpec.Heading |
h6(String cdata)
Add a complete H6 element. |
HamletSpec.Heading |
h6(String selector,
String cdata)
Add a complete H6 element. |
| Method Detail |
|---|
HamletSpec.H1 h1()
HamletSpec.Heading h1(String cdata)
cdata - the content of the element
HamletSpec.Heading h1(String selector,
String cdata)
selector - the css selector in the form of (#id)?(.class)*cdata - the content of the element
HamletSpec.H2 h2()
HamletSpec.Heading h2(String cdata)
cdata - the content of the element
HamletSpec.Heading h2(String selector,
String cdata)
selector - the css selector in the form of (#id)?(.class)*cdata - the content of the element
HamletSpec.H3 h3()
HamletSpec.Heading h3(String cdata)
cdata - the content of the element
HamletSpec.Heading h3(String selector,
String cdata)
selector - the css selector in the form of (#id)?(.class)*cdata - the content of the element
HamletSpec.H4 h4()
HamletSpec.Heading h4(String cdata)
cdata - the content of the element
HamletSpec.Heading h4(String selector,
String cdata)
selector - the css selector in the form of (#id)?(.class)*cdata - the content of the element
HamletSpec.H5 h5()
HamletSpec.Heading h5(String cdata)
cdata - the content of the element
HamletSpec.Heading h5(String selector,
String cdata)
selector - the css selector in the form of (#id)?(.class)*cdata - the content of the element
HamletSpec.H6 h6()
HamletSpec.Heading h6(String cdata)
cdata - the content of the element
HamletSpec.Heading h6(String selector,
String cdata)
selector - the css selector in the form of (#id)?(.class)*cdata - the content of the element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||