Interface HamletSpec.Phrase
- All Superinterfaces:
HamletSpec.__,HamletSpec._Child
- 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.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
%phrase
-
Method Summary
Modifier and TypeMethodDescriptionabbr()Add an ABBR (abbreviation) element.Add a ABBR (abbreviation) element.Add a ABBR (abbreviation) element.cite()Add a CITE element.Add a CITE element.Add a CITE element.code()Add a CODE (code fragment) element.Add a complete CODE element.Add a complete CODE element.dfn()Add a DFN element.Add a complete DFN element.Add a complete DFN element.em()Add an EM (emphasized) element.Add an EM (emphasized) element.Add an EM (emphasized) element.kbd()Add a KBD (keyboard) element.Add a KBD (keyboard) element.Add a KBD (keyboard) element.samp()Add a SAMP (sample) element.Add a complete SAMP (sample) element.Add a complete SAMP (sample) element.strong()Add a STRONG (important) element.Add a complete STRONG (important) element.Add a complete STRONG (important) element.var()Add a VAR (variable) element.Add a VAR (variable) element.Add a VAR (variable) element.Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Child
__
-
Method Details
-
em
HamletSpec.EM em()Add an EM (emphasized) element.- Returns:
- a new EM element builder
-
em
Add an EM (emphasized) element.- Parameters:
cdata- the content- Returns:
- the current element builder
-
em
Add an EM (emphasized) element.- Parameters:
selector- the css selector in the form of (#id)*(.class)*cdata- the content- Returns:
- the current element builder
-
strong
HamletSpec.STRONG strong()Add a STRONG (important) element.- Returns:
- a new STRONG element builder
-
strong
Add a complete STRONG (important) element.- Parameters:
cdata- the content- Returns:
- the current element builder
-
strong
Add a complete STRONG (important) element.- Parameters:
selector- the css selector in the form of (#id)*(.class)*cdata- the content- Returns:
- the current element builder
-
dfn
HamletSpec.DFN dfn()Add a DFN element.- Returns:
- a new DFN element builder
-
dfn
Add a complete DFN element.- Parameters:
cdata- the content- Returns:
- the current element builder
-
dfn
Add a complete DFN element.- Parameters:
selector- the css selector in the form of (#id)*(.class)*cdata- the content- Returns:
- the current element builder
-
code
HamletSpec.CODE code()Add a CODE (code fragment) element.- Returns:
- a new CODE element builder
-
code
Add a complete CODE element.- Parameters:
cdata- the code- Returns:
- the current element builder
-
code
Add a complete CODE element.- Parameters:
selector- the css selector in the form of (#id)*(.class)*cdata- the code- Returns:
- the current element builder
-
samp
HamletSpec.SAMP samp()Add a SAMP (sample) element.- Returns:
- a new SAMP element builder
-
samp
Add a complete SAMP (sample) element.- Parameters:
cdata- the content- Returns:
- the current element builder
-
samp
Add a complete SAMP (sample) element.- Parameters:
selector- the css selector in the form of (#id)*(.class)*cdata- the content- Returns:
- the current element builder
-
kbd
HamletSpec.KBD kbd()Add a KBD (keyboard) element.- Returns:
- a new KBD element builder
-
kbd
Add a KBD (keyboard) element.- Parameters:
cdata- the content- Returns:
- the current element builder
-
kbd
Add a KBD (keyboard) element.- Parameters:
selector- the css selector in the form of (#id)*(.class)*cdata- the content- Returns:
- the current element builder
-
var
HamletSpec.VAR var()Add a VAR (variable) element.- Returns:
- a new VAR element builder
-
var
Add a VAR (variable) element.- Parameters:
cdata- the content- Returns:
- the current element builder
-
var
Add a VAR (variable) element.- Parameters:
selector- the css selector in the form of (#id)*(.class)*cdata- the content- Returns:
- the current element builder
-
cite
HamletSpec.CITE cite()Add a CITE element.- Returns:
- a new CITE element builder
-
cite
Add a CITE element.- Parameters:
cdata- the content- Returns:
- the current element builder
-
cite
Add a CITE element.- Parameters:
selector- the css selector in the form of (#id)*(.class)*cdata- the content- Returns:
- the current element builder
-
abbr
HamletSpec.ABBR abbr()Add an ABBR (abbreviation) element.- Returns:
- a new ABBR element builder
-
abbr
Add a ABBR (abbreviation) element.- Parameters:
cdata- the content- Returns:
- the current element builder
-
abbr
Add a ABBR (abbreviation) element.- Parameters:
selector- the css selector in the form of (#id)*(.class)*cdata- the content- Returns:
- the current element builder
-