Interface HamletSpec._Special
- All Superinterfaces:
HamletSpec._InsDel,HamletSpec._Script
- All Known Subinterfaces:
HamletSpec._Cell,HamletSpec.A,HamletSpec.ABBR,HamletSpec.ACRONYM,HamletSpec.ADDRESS,HamletSpec.B,HamletSpec.BDO,HamletSpec.BUTTON,HamletSpec.CAPTION,HamletSpec.CITE,HamletSpec.CODE,HamletSpec.DD,HamletSpec.DEL,HamletSpec.DFN,HamletSpec.DIV,HamletSpec.DT,HamletSpec.EM,HamletSpec.FIELDSET,HamletSpec.Flow,HamletSpec.H1,HamletSpec.H2,HamletSpec.H3,HamletSpec.H4,HamletSpec.H5,HamletSpec.H6,HamletSpec.I,HamletSpec.Inline,HamletSpec.INS,HamletSpec.KBD,HamletSpec.LABEL,HamletSpec.LEGEND,HamletSpec.LI,HamletSpec.OBJECT,HamletSpec.P,HamletSpec.PRE,HamletSpec.Q,HamletSpec.SAMP,HamletSpec.SMALL,HamletSpec.SPAN,HamletSpec.Special,HamletSpec.STRONG,HamletSpec.SUB,HamletSpec.SUP,HamletSpec.TD,HamletSpec.TH,HamletSpec.VAR
- All Known Implementing Classes:
Hamlet.A,Hamlet.ABBR,Hamlet.ACRONYM,Hamlet.ADDRESS,Hamlet.B,Hamlet.BDO,Hamlet.BUTTON,Hamlet.CAPTION,Hamlet.CITE,Hamlet.CODE,Hamlet.DD,Hamlet.DEL,Hamlet.DFN,Hamlet.DIV,Hamlet.DT,Hamlet.EM,Hamlet.FIELDSET,Hamlet.H1,Hamlet.H2,Hamlet.H3,Hamlet.H4,Hamlet.H5,Hamlet.H6,Hamlet.I,Hamlet.INS,Hamlet.KBD,Hamlet.LABEL,Hamlet.LEGEND,Hamlet.LI,Hamlet.OBJECT,Hamlet.P,Hamlet.PRE,Hamlet.Q,Hamlet.SAMP,Hamlet.SMALL,Hamlet.SPAN,Hamlet.STRONG,Hamlet.SUB,Hamlet.SUP,Hamlet.TD,Hamlet.TH,Hamlet.VAR
- Enclosing class:
- HamletSpec
%special -(A|%pre.exclusion)
-
Method Summary
Modifier and TypeMethodDescriptionbdo()Add a bdo (bidirectional override) elementbdo(HamletSpec.Dir dir, String cdata) Add a bdo (bidirectional override) elementbr()Add a BR (line break) element.Add a BR (line break) element.map()Add a MAP element.Add a MAP element.q()Add a Q (inline quotation) element.Add a complete Q element.Add a Q element.span()Add a SPAN element.Add a SPAN element.Add a SPAN element.Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._InsDel
del, del, ins, insMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Script
script, script
-
Method Details
-
br
HamletSpec.BR br()Add a BR (line break) element.- Returns:
- a new BR element builder
-
br
Add a BR (line break) element.- Parameters:
selector- the css selector in the form of (#id)*(.class)*- Returns:
- the current element builder
-
map
HamletSpec.MAP map()Add a MAP element.- Returns:
- a new MAP element builder
-
map
Add a MAP element.- Parameters:
selector- the css selector in the form of (#id)*(.class)*- Returns:
- a new MAP element builder
-
q
HamletSpec.Q q()Add a Q (inline quotation) element.- Returns:
- a q (inline quotation) element builder
-
q
Add a complete Q element.- Parameters:
cdata- the content- Returns:
- the current element builder
-
q
Add a Q element.- Parameters:
selector- the css selector in the form of (#id)*(.class)*cdata- the content- Returns:
- the current element builder
-
span
HamletSpec.SPAN span()Add a SPAN element.- Returns:
- a new SPAN element builder
-
span
Add a SPAN element.- Parameters:
cdata- the content- Returns:
- the current element builder
-
span
Add a SPAN element.- Parameters:
selector- the css selector in the form of (#id)*(.class)*cdata- the content- Returns:
- the current element builder
-
bdo
HamletSpec.BDO bdo()Add a bdo (bidirectional override) element- Returns:
- a bdo element builder
-
bdo
Add a bdo (bidirectional override) element- Parameters:
dir- the direction of the textcdata- the text- Returns:
- the current element builder
-