|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface HamletSpec._FontStyle
%fontstyle -(%pre.exclusion)
| Method Summary | |
|---|---|
HamletSpec.B |
b()
Add a new B (bold/important) element. |
HamletSpec._FontStyle |
b(String cdata)
Add a complete B (bold/important) element. |
HamletSpec._FontStyle |
b(String selector,
String cdata)
Add a complete B (bold/important) element. |
HamletSpec.I |
i()
Add an I (italic, alt voice/mood) element. |
HamletSpec._FontStyle |
i(String cdata)
Add a complete I (italic, alt voice/mood) element. |
HamletSpec._FontStyle |
i(String selector,
String cdata)
Add a complete I (italic, alt voice/mood) element. |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child |
|---|
_ |
| Method Detail |
|---|
HamletSpec.I i()
HamletSpec._FontStyle i(String cdata)
cdata - the content of the element
HamletSpec._FontStyle i(String selector,
String cdata)
selector - the css selector in the form of (#id)?(.class)*cdata - the content of the element
HamletSpec.B b()
HamletSpec._FontStyle b(String cdata)
cdata - the content
HamletSpec._FontStyle b(String selector,
String cdata)
selector - the css select (#id)?(.class)*cdata - the content
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||