|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.yarn.webapp.hamlet.HamletImpl.EImp<T>
org.apache.hadoop.yarn.webapp.hamlet.Hamlet.FIELDSET<T>
public class Hamlet.FIELDSET<T extends HamletSpec._>
| Constructor Summary | |
|---|---|
Hamlet.FIELDSET(String name,
T parent,
EnumSet<HamletImpl.EOpt> opts)
|
|
| Method Summary | |
|---|---|
Hamlet.FIELDSET<T> |
_(Class<? extends SubView> cls)
Embed a sub-view. |
Hamlet.FIELDSET<T> |
_(Object... lines)
Content of the element |
Hamlet.FIELDSET<T> |
_r(Object... lines)
Raw (no need to be HTML escaped) content |
Hamlet.FIELDSET<T> |
$class(String value)
space-separated list of classes |
Hamlet.FIELDSET<T> |
$dir(HamletSpec.Dir value)
direction for weak/neutral text |
Hamlet.FIELDSET<T> |
$id(String value)
document-wide unique id |
Hamlet.FIELDSET<T> |
$lang(String value)
language code |
Hamlet.FIELDSET<T> |
$onclick(String value)
a pointer button was clicked |
Hamlet.FIELDSET<T> |
$ondblclick(String value)
a pointer button was double clicked |
Hamlet.FIELDSET<T> |
$onkeydown(String value)
a key was pressed down |
Hamlet.FIELDSET<T> |
$onkeypress(String value)
a key was pressed and released |
Hamlet.FIELDSET<T> |
$onkeyup(String value)
a key was released |
Hamlet.FIELDSET<T> |
$onmousedown(String value)
a pointer button was pressed down |
Hamlet.FIELDSET<T> |
$onmousemove(String value)
a pointer was moved within |
Hamlet.FIELDSET<T> |
$onmouseout(String value)
a pointer was moved away |
Hamlet.FIELDSET<T> |
$onmouseover(String value)
a pointer was moved onto |
Hamlet.FIELDSET<T> |
$onmouseup(String value)
a pointer button was released |
Hamlet.FIELDSET<T> |
$style(String value)
associated style info |
Hamlet.FIELDSET<T> |
$title(String value)
advisory title |
Hamlet.A<Hamlet.FIELDSET<T>> |
a()
Add a A (anchor) element. |
Hamlet.A<Hamlet.FIELDSET<T>> |
a(String selector)
Add a A (anchor) element. |
Hamlet.FIELDSET<T> |
a(String href,
String anchorText)
Shortcut for a().$href(href)._(anchorText)._(); |
Hamlet.FIELDSET<T> |
a(String selector,
String href,
String anchorText)
Shortcut for a(selector).$href(href)._(anchorText)._(); |
Hamlet.ABBR<Hamlet.FIELDSET<T>> |
abbr()
Add an ABBR (abbreviation) element. |
Hamlet.FIELDSET<T> |
abbr(String cdata)
Add a ABBR (abbreviation) element. |
Hamlet.FIELDSET<T> |
abbr(String selector,
String cdata)
Add a ABBR (abbreviation) element. |
Hamlet.ADDRESS<Hamlet.FIELDSET<T>> |
address()
Add a ADDRESS element. |
Hamlet.FIELDSET<T> |
address(String cdata)
Add a complete ADDRESS element. |
Hamlet.B<Hamlet.FIELDSET<T>> |
b()
Add a new B (bold/important) element. |
Hamlet.FIELDSET<T> |
b(String cdata)
Add a complete B (bold/important) element. |
Hamlet.FIELDSET<T> |
b(String selector,
String cdata)
Add a complete B (bold/important) element. |
Hamlet.BDO<Hamlet.FIELDSET<T>> |
bdo()
Add a bdo (bidirectional override) element |
Hamlet.FIELDSET<T> |
bdo(HamletSpec.Dir dir,
String cdata)
Add a bdo (bidirectional override) element |
Hamlet.BLOCKQUOTE<Hamlet.FIELDSET<T>> |
blockquote()
Add a BLOCKQUOTE element. |
Hamlet.BLOCKQUOTE<Hamlet.FIELDSET<T>> |
bq()
Alias of blockquote |
Hamlet.BR<Hamlet.FIELDSET<T>> |
br()
Add a BR (line break) element. |
Hamlet.FIELDSET<T> |
br(String selector)
Add a BR (line break) element. |
Hamlet.BUTTON<Hamlet.FIELDSET<T>> |
button()
Add a BUTTON element. |
Hamlet.BUTTON<Hamlet.FIELDSET<T>> |
button(String selector)
Add a BUTTON element. |
Hamlet.FIELDSET<T> |
button(String selector,
String cdata)
Add a complete BUTTON element. |
Hamlet.CITE<Hamlet.FIELDSET<T>> |
cite()
Add a CITE element. |
Hamlet.FIELDSET<T> |
cite(String cdata)
Add a CITE element. |
Hamlet.FIELDSET<T> |
cite(String selector,
String cdata)
Add a CITE element. |
Hamlet.CODE<Hamlet.FIELDSET<T>> |
code()
Add a CODE (code fragment) element. |
Hamlet.FIELDSET<T> |
code(String cdata)
Add a complete CODE element. |
Hamlet.FIELDSET<T> |
code(String selector,
String cdata)
Add a complete CODE element. |
Hamlet.DEL<Hamlet.FIELDSET<T>> |
del()
Add a DEL (delete) element. |
Hamlet.FIELDSET<T> |
del(String cdata)
Add a complete DEL element. |
Hamlet.DFN<Hamlet.FIELDSET<T>> |
dfn()
Add a DFN element. |
Hamlet.FIELDSET<T> |
dfn(String cdata)
Add a complete DFN element. |
Hamlet.FIELDSET<T> |
dfn(String selector,
String cdata)
Add a complete DFN element. |
Hamlet.DIV<Hamlet.FIELDSET<T>> |
div()
Add a DIV element. |
Hamlet.DIV<Hamlet.FIELDSET<T>> |
div(String selector)
Add a DIV element. |
Hamlet.DL<Hamlet.FIELDSET<T>> |
dl()
Add a DL (description list) element. |
Hamlet.DL<Hamlet.FIELDSET<T>> |
dl(String selector)
Add a DL element. |
Hamlet.EM<Hamlet.FIELDSET<T>> |
em()
Add an EM (emphasized) element. |
Hamlet.FIELDSET<T> |
em(String cdata)
Add an EM (emphasized) element. |
Hamlet.FIELDSET<T> |
em(String selector,
String cdata)
Add an EM (emphasized) element. |
Hamlet.FIELDSET<Hamlet.FIELDSET<T>> |
fieldset()
Add a FIELDSET element. |
Hamlet.FIELDSET<Hamlet.FIELDSET<T>> |
fieldset(String selector)
Add a FIELDSET element. |
Hamlet.FORM<Hamlet.FIELDSET<T>> |
form()
Add a FORM element. |
Hamlet.FORM<Hamlet.FIELDSET<T>> |
form(String selector)
Add a FORM element. |
Hamlet.H1<Hamlet.FIELDSET<T>> |
h1()
Add an H1 element. |
Hamlet.FIELDSET<T> |
h1(String cdata)
Add a complete H1 element. |
Hamlet.FIELDSET<T> |
h1(String selector,
String cdata)
Add a complete H1 element |
Hamlet.H2<Hamlet.FIELDSET<T>> |
h2()
Add an H2 element. |
Hamlet.FIELDSET<T> |
h2(String cdata)
Add a complete H2 element. |
Hamlet.FIELDSET<T> |
h2(String selector,
String cdata)
Add a complete H1 element |
Hamlet.H3<Hamlet.FIELDSET<T>> |
h3()
Add an H3 element. |
Hamlet.FIELDSET<T> |
h3(String cdata)
Add a complete H3 element. |
Hamlet.FIELDSET<T> |
h3(String selector,
String cdata)
Add a complete H1 element |
Hamlet.H4<Hamlet.FIELDSET<T>> |
h4()
Add an H4 element. |
Hamlet.FIELDSET<T> |
h4(String cdata)
Add a complete H4 element. |
Hamlet.FIELDSET<T> |
h4(String selector,
String cdata)
Add a complete H4 element |
Hamlet.H5<Hamlet.FIELDSET<T>> |
h5()
Add an H5 element. |
Hamlet.FIELDSET<T> |
h5(String cdata)
Add a complete H5 element. |
Hamlet.FIELDSET<T> |
h5(String selector,
String cdata)
Add a complete H5 element |
Hamlet.H6<Hamlet.FIELDSET<T>> |
h6()
Add an H6 element. |
Hamlet.FIELDSET<T> |
h6(String cdata)
Add a complete H6 element. |
Hamlet.FIELDSET<T> |
h6(String selector,
String cdata)
Add a complete H6 element. |
Hamlet.HR<Hamlet.FIELDSET<T>> |
hr()
Add a HR (horizontal rule) element. |
Hamlet.FIELDSET<T> |
hr(String selector)
Add a HR element. |
Hamlet.I<Hamlet.FIELDSET<T>> |
i()
Add an I (italic, alt voice/mood) element. |
Hamlet.FIELDSET<T> |
i(String cdata)
Add a complete I (italic, alt voice/mood) element. |
Hamlet.FIELDSET<T> |
i(String selector,
String cdata)
Add a complete I (italic, alt voice/mood) element. |
Hamlet.IMG<Hamlet.FIELDSET<T>> |
img()
Add a IMG (image) element. |
Hamlet.FIELDSET<T> |
img(String src)
Add a IMG (image) element. |
Hamlet.INPUT<Hamlet.FIELDSET<T>> |
input()
Add a INPUT element. |
Hamlet.INPUT<Hamlet.FIELDSET<T>> |
input(String selector)
Add a INPUT element. |
Hamlet.INS<Hamlet.FIELDSET<T>> |
ins()
Add an INS (insert) element. |
Hamlet.FIELDSET<T> |
ins(String cdata)
Add a complete INS element. |
Hamlet.KBD<Hamlet.FIELDSET<T>> |
kbd()
Add a KBD (keyboard) element. |
Hamlet.FIELDSET<T> |
kbd(String cdata)
Add a KBD (keyboard) element. |
Hamlet.FIELDSET<T> |
kbd(String selector,
String cdata)
Add a KBD (keyboard) element. |
Hamlet.LABEL<Hamlet.FIELDSET<T>> |
label()
Add a LABEL element. |
Hamlet.FIELDSET<T> |
label(String forId,
String cdata)
Add a LABEL element. |
Hamlet.LEGEND<Hamlet.FIELDSET<T>> |
legend()
Add a LEGEND element. |
Hamlet.FIELDSET<T> |
legend(String cdata)
Add a LEGEND element. |
Hamlet.MAP<Hamlet.FIELDSET<T>> |
map()
Add a MAP element. |
Hamlet.MAP<Hamlet.FIELDSET<T>> |
map(String selector)
Add a MAP element. |
Hamlet.OBJECT<Hamlet.FIELDSET<T>> |
object()
Add an object element. |
Hamlet.OBJECT<Hamlet.FIELDSET<T>> |
object(String selector)
Add an object element. |
Hamlet.OL<Hamlet.FIELDSET<T>> |
ol()
Add a OL (ordered list) element. |
Hamlet.OL<Hamlet.FIELDSET<T>> |
ol(String selector)
Add a OL (ordered list) element. |
Hamlet.P<Hamlet.FIELDSET<T>> |
p()
Add a P (paragraph) element. |
Hamlet.P<Hamlet.FIELDSET<T>> |
p(String selector)
Add a P (paragraph) element. |
Hamlet.PRE<Hamlet.FIELDSET<T>> |
pre()
Add a PRE (preformatted) element. |
Hamlet.PRE<Hamlet.FIELDSET<T>> |
pre(String selector)
Add a PRE (preformatted) element. |
Hamlet.Q<Hamlet.FIELDSET<T>> |
q()
Add a Q (inline quotation) element. |
Hamlet.FIELDSET<T> |
q(String cdata)
Add a complete Q element. |
Hamlet.FIELDSET<T> |
q(String selector,
String cdata)
Add a Q element. |
Hamlet.SAMP<Hamlet.FIELDSET<T>> |
samp()
Add a SAMP (sample) element. |
Hamlet.FIELDSET<T> |
samp(String cdata)
Add a complete SAMP (sample) element. |
Hamlet.FIELDSET<T> |
samp(String selector,
String cdata)
Add a complete SAMP (sample) element. |
Hamlet.SCRIPT<Hamlet.FIELDSET<T>> |
script()
Add a script element. |
Hamlet.FIELDSET<T> |
script(String src)
Add a script element |
Hamlet.SELECT<Hamlet.FIELDSET<T>> |
select()
Add a SELECT element. |
Hamlet.SELECT<Hamlet.FIELDSET<T>> |
select(String selector)
Add a SELECT element. |
Hamlet.SMALL<Hamlet.FIELDSET<T>> |
small()
Add a SMALL (small print) element |
Hamlet.FIELDSET<T> |
small(String cdata)
Add a complete small (small print) element. |
Hamlet.FIELDSET<T> |
small(String selector,
String cdata)
Add a complete small (small print) element. |
Hamlet.SPAN<Hamlet.FIELDSET<T>> |
span()
Add a SPAN element. |
Hamlet.FIELDSET<T> |
span(String cdata)
Add a SPAN element. |
Hamlet.FIELDSET<T> |
span(String selector,
String cdata)
Add a SPAN element. |
Hamlet.STRONG<Hamlet.FIELDSET<T>> |
strong()
Add a STRONG (important) element. |
Hamlet.FIELDSET<T> |
strong(String cdata)
Add a complete STRONG (important) element. |
Hamlet.FIELDSET<T> |
strong(String selector,
String cdata)
Add a complete STRONG (important) element. |
Hamlet.SUB<Hamlet.FIELDSET<T>> |
sub()
Add a SUB (subscript) element. |
Hamlet.FIELDSET<T> |
sub(String cdata)
Add a complete SUB (subscript) element. |
Hamlet.FIELDSET<T> |
sub(String selector,
String cdata)
Add a complete SUB (subscript) element. |
Hamlet.SUP<Hamlet.FIELDSET<T>> |
sup()
Add a SUP (superscript) element. |
Hamlet.FIELDSET<T> |
sup(String cdata)
Add a SUP (superscript) element. |
Hamlet.FIELDSET<T> |
sup(String selector,
String cdata)
Add a SUP (superscript) element. |
Hamlet.TABLE<Hamlet.FIELDSET<T>> |
table()
Add a TABLE element. |
Hamlet.TABLE<Hamlet.FIELDSET<T>> |
table(String selector)
Add a TABLE element. |
Hamlet.TEXTAREA<Hamlet.FIELDSET<T>> |
textarea()
Add a TEXTAREA element. |
Hamlet.TEXTAREA<Hamlet.FIELDSET<T>> |
textarea(String selector)
Add a TEXTAREA element. |
Hamlet.FIELDSET<T> |
textarea(String selector,
String cdata)
Add a complete TEXTAREA element. |
Hamlet.UL<Hamlet.FIELDSET<T>> |
ul()
Add a UL (unordered list) element. |
Hamlet.UL<Hamlet.FIELDSET<T>> |
ul(String selector)
Add a UL (unordered list) element. |
Hamlet.VAR<Hamlet.FIELDSET<T>> |
var()
Add a VAR (variable) element. |
Hamlet.FIELDSET<T> |
var(String cdata)
Add a VAR (variable) element. |
Hamlet.FIELDSET<T> |
var(String selector,
String cdata)
Add a VAR (variable) element. |
| Methods inherited from class org.apache.hadoop.yarn.webapp.hamlet.HamletImpl.EImp |
|---|
_, _endTag, _inline, _p, _pre, _v, addAttr, addAttr, addMediaAttr, addRelAttr, closeAttrs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child |
|---|
_ |
| Constructor Detail |
|---|
public Hamlet.FIELDSET(String name,
T parent,
EnumSet<HamletImpl.EOpt> opts)
| Method Detail |
|---|
public Hamlet.FIELDSET<T> $id(String value)
HamletSpec.CoreAttrs
$id in interface HamletSpec.CoreAttrsvalue - the id
public Hamlet.FIELDSET<T> $class(String value)
HamletSpec.CoreAttrs
$class in interface HamletSpec.CoreAttrsvalue - the classes
public Hamlet.FIELDSET<T> $title(String value)
HamletSpec.CoreAttrs
$title in interface HamletSpec.CoreAttrsvalue - the title
public Hamlet.FIELDSET<T> $style(String value)
HamletSpec.CoreAttrs
$style in interface HamletSpec.CoreAttrsvalue - the style
public Hamlet.FIELDSET<T> $lang(String value)
HamletSpec.I18nAttrs
$lang in interface HamletSpec.I18nAttrsvalue - the code
public Hamlet.FIELDSET<T> $dir(HamletSpec.Dir value)
HamletSpec.I18nAttrs
$dir in interface HamletSpec.I18nAttrsvalue - the HamletSpec.Dir value
public Hamlet.FIELDSET<T> $onclick(String value)
HamletSpec.EventsAttrs
$onclick in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.FIELDSET<T> $ondblclick(String value)
HamletSpec.EventsAttrs
$ondblclick in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.FIELDSET<T> $onmousedown(String value)
HamletSpec.EventsAttrs
$onmousedown in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.FIELDSET<T> $onmouseup(String value)
HamletSpec.EventsAttrs
$onmouseup in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.FIELDSET<T> $onmouseover(String value)
HamletSpec.EventsAttrs
$onmouseover in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.FIELDSET<T> $onmousemove(String value)
HamletSpec.EventsAttrs
$onmousemove in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.FIELDSET<T> $onmouseout(String value)
HamletSpec.EventsAttrs
$onmouseout in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.FIELDSET<T> $onkeypress(String value)
HamletSpec.EventsAttrs
$onkeypress in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.FIELDSET<T> $onkeydown(String value)
HamletSpec.EventsAttrs
$onkeydown in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.FIELDSET<T> $onkeyup(String value)
HamletSpec.EventsAttrs
$onkeyup in interface HamletSpec.EventsAttrsvalue - the script
public Hamlet.LEGEND<Hamlet.FIELDSET<T>> legend()
HamletSpec._Legend
legend in interface HamletSpec._Legendpublic Hamlet.FIELDSET<T> legend(String cdata)
HamletSpec._Legend
legend in interface HamletSpec._Legendpublic Hamlet.FIELDSET<T> _(Object... lines)
HamletSpec._Content
_ in interface HamletSpec._Contentlines - of content
public Hamlet.FIELDSET<T> _r(Object... lines)
HamletSpec._RawContent
_r in interface HamletSpec._RawContentlines - of content
public Hamlet.TABLE<Hamlet.FIELDSET<T>> table()
HamletSpec._Block
table in interface HamletSpec._Blockpublic Hamlet.TABLE<Hamlet.FIELDSET<T>> table(String selector)
HamletSpec._Block
table in interface HamletSpec._Blockselector - the css selector in the form of (#id)*(.class)*
public Hamlet.FIELDSET<T> address(String cdata)
HamletSpec._Block
address in interface HamletSpec._Blockcdata - the content
public Hamlet.ADDRESS<Hamlet.FIELDSET<T>> address()
HamletSpec._Block
address in interface HamletSpec._Blockpublic Hamlet.P<Hamlet.FIELDSET<T>> p(String selector)
HamletSpec._Block
p in interface HamletSpec._Blockselector - the css selector in the form of (#id)*(.class)*
public Hamlet.P<Hamlet.FIELDSET<T>> p()
HamletSpec._Block
p in interface HamletSpec._Blockpublic Hamlet.FIELDSET<T> _(Class<? extends SubView> cls)
HamletSpec._Block
_ in interface HamletSpec._Blockcls - the sub-view class
public Hamlet.HR<Hamlet.FIELDSET<T>> hr()
HamletSpec._Block
hr in interface HamletSpec._Blockpublic Hamlet.FIELDSET<T> hr(String selector)
HamletSpec._Block
hr in interface HamletSpec._Blockselector - the css selector in the form of (#id)*(.class)*
public Hamlet.DL<Hamlet.FIELDSET<T>> dl(String selector)
HamletSpec._Block
dl in interface HamletSpec._Blockselector - the css selector in the form of (#id)*(.class)*
public Hamlet.DL<Hamlet.FIELDSET<T>> dl()
HamletSpec._Block
dl in interface HamletSpec._Blockpublic Hamlet.DIV<Hamlet.FIELDSET<T>> div(String selector)
HamletSpec._Block
div in interface HamletSpec._Blockselector - the css selector in the form of (#id)*(.class)*
public Hamlet.DIV<Hamlet.FIELDSET<T>> div()
HamletSpec._Block
div in interface HamletSpec._Blockpublic Hamlet.BLOCKQUOTE<Hamlet.FIELDSET<T>> blockquote()
HamletSpec._Block
blockquote in interface HamletSpec._Blockpublic Hamlet.BLOCKQUOTE<Hamlet.FIELDSET<T>> bq()
HamletSpec._Block
bq in interface HamletSpec._Blockpublic Hamlet.FIELDSET<T> h1(String cdata)
HamletSpec.Heading
h1 in interface HamletSpec.Headingcdata - the content of the element
public Hamlet.H1<Hamlet.FIELDSET<T>> h1()
HamletSpec.Heading
h1 in interface HamletSpec.Heading
public Hamlet.FIELDSET<T> h1(String selector,
String cdata)
HamletSpec.Heading
h1 in interface HamletSpec.Headingselector - the css selector in the form of (#id)?(.class)*cdata - the content of the element
public Hamlet.FIELDSET<T> h2(String cdata)
HamletSpec.Heading
h2 in interface HamletSpec.Headingcdata - the content of the element
public Hamlet.H2<Hamlet.FIELDSET<T>> h2()
HamletSpec.Heading
h2 in interface HamletSpec.Heading
public Hamlet.FIELDSET<T> h2(String selector,
String cdata)
HamletSpec.Heading
h2 in interface HamletSpec.Headingselector - the css selector in the form of (#id)?(.class)*cdata - the content of the element
public Hamlet.H3<Hamlet.FIELDSET<T>> h3()
HamletSpec.Heading
h3 in interface HamletSpec.Headingpublic Hamlet.FIELDSET<T> h3(String cdata)
HamletSpec.Heading
h3 in interface HamletSpec.Headingcdata - the content of the element
public Hamlet.FIELDSET<T> h3(String selector,
String cdata)
HamletSpec.Heading
h3 in interface HamletSpec.Headingselector - the css selector in the form of (#id)?(.class)*cdata - the content of the element
public Hamlet.H4<Hamlet.FIELDSET<T>> h4()
HamletSpec.Heading
h4 in interface HamletSpec.Headingpublic Hamlet.FIELDSET<T> h4(String cdata)
HamletSpec.Heading
h4 in interface HamletSpec.Headingcdata - the content of the element
public Hamlet.FIELDSET<T> h4(String selector,
String cdata)
HamletSpec.Heading
h4 in interface HamletSpec.Headingselector - the css selector in the form of (#id)?(.class)*cdata - the content of the element
public Hamlet.H5<Hamlet.FIELDSET<T>> h5()
HamletSpec.Heading
h5 in interface HamletSpec.Headingpublic Hamlet.FIELDSET<T> h5(String cdata)
HamletSpec.Heading
h5 in interface HamletSpec.Headingcdata - the content of the element
public Hamlet.FIELDSET<T> h5(String selector,
String cdata)
HamletSpec.Heading
h5 in interface HamletSpec.Headingselector - the css selector in the form of (#id)?(.class)*cdata - the content of the element
public Hamlet.H6<Hamlet.FIELDSET<T>> h6()
HamletSpec.Heading
h6 in interface HamletSpec.Headingpublic Hamlet.FIELDSET<T> h6(String cdata)
HamletSpec.Heading
h6 in interface HamletSpec.Headingcdata - the content of the element
public Hamlet.FIELDSET<T> h6(String selector,
String cdata)
HamletSpec.Heading
h6 in interface HamletSpec.Headingselector - the css selector in the form of (#id)?(.class)*cdata - the content of the element
public Hamlet.UL<Hamlet.FIELDSET<T>> ul()
HamletSpec.Listing
ul in interface HamletSpec.Listingpublic Hamlet.UL<Hamlet.FIELDSET<T>> ul(String selector)
HamletSpec.Listing
ul in interface HamletSpec.Listingselector - the css selector in the form of (#id)?(.class)*
public Hamlet.OL<Hamlet.FIELDSET<T>> ol()
HamletSpec.Listing
ol in interface HamletSpec.Listingpublic Hamlet.OL<Hamlet.FIELDSET<T>> ol(String selector)
HamletSpec.Listing
ol in interface HamletSpec.Listingselector - the css selector in the form of (#id)?(.class)*
public Hamlet.PRE<Hamlet.FIELDSET<T>> pre()
HamletSpec.Preformatted
pre in interface HamletSpec.Preformattedpublic Hamlet.PRE<Hamlet.FIELDSET<T>> pre(String selector)
HamletSpec.Preformatted
pre in interface HamletSpec.Preformattedselector - the css selector in the form of (#id)?(.class)*
public Hamlet.FORM<Hamlet.FIELDSET<T>> form()
HamletSpec._Form
form in interface HamletSpec._Formpublic Hamlet.FORM<Hamlet.FIELDSET<T>> form(String selector)
HamletSpec._Form
form in interface HamletSpec._Formselector - the css selector in the form of (#id)*(.class)*
public Hamlet.FIELDSET<Hamlet.FIELDSET<T>> fieldset()
HamletSpec._FieldSet
fieldset in interface HamletSpec._FieldSetpublic Hamlet.FIELDSET<Hamlet.FIELDSET<T>> fieldset(String selector)
HamletSpec._FieldSet
fieldset in interface HamletSpec._FieldSetselector - the css selector in the form of (#id)*(.class)*
public Hamlet.B<Hamlet.FIELDSET<T>> b()
HamletSpec._FontStyle
b in interface HamletSpec._FontStylepublic Hamlet.FIELDSET<T> b(String cdata)
HamletSpec._FontStyle
b in interface HamletSpec._FontStylecdata - the content
public Hamlet.FIELDSET<T> b(String selector,
String cdata)
HamletSpec._FontStyle
b in interface HamletSpec._FontStyleselector - the css select (#id)?(.class)*cdata - the content
public Hamlet.I<Hamlet.FIELDSET<T>> i()
HamletSpec._FontStyle
i in interface HamletSpec._FontStylepublic Hamlet.FIELDSET<T> i(String cdata)
HamletSpec._FontStyle
i in interface HamletSpec._FontStylecdata - the content of the element
public Hamlet.FIELDSET<T> i(String selector,
String cdata)
HamletSpec._FontStyle
i in interface HamletSpec._FontStyleselector - the css selector in the form of (#id)?(.class)*cdata - the content of the element
public Hamlet.SMALL<Hamlet.FIELDSET<T>> small()
HamletSpec._FontSize
small in interface HamletSpec._FontSizepublic Hamlet.FIELDSET<T> small(String cdata)
HamletSpec._FontSize
small in interface HamletSpec._FontSizecdata - the content of the element
public Hamlet.FIELDSET<T> small(String selector,
String cdata)
HamletSpec._FontSize
small in interface HamletSpec._FontSizeselector - css selector in the form of (#id)?(.class)*cdata - the content of the element
public Hamlet.FIELDSET<T> em(String cdata)
HamletSpec.Phrase
em in interface HamletSpec.Phrasecdata - the content
public Hamlet.EM<Hamlet.FIELDSET<T>> em()
HamletSpec.Phrase
em in interface HamletSpec.Phrase
public Hamlet.FIELDSET<T> em(String selector,
String cdata)
HamletSpec.Phrase
em in interface HamletSpec.Phraseselector - the css selector in the form of (#id)*(.class)*cdata - the content
public Hamlet.STRONG<Hamlet.FIELDSET<T>> strong()
HamletSpec.Phrase
strong in interface HamletSpec.Phrasepublic Hamlet.FIELDSET<T> strong(String cdata)
HamletSpec.Phrase
strong in interface HamletSpec.Phrasecdata - the content
public Hamlet.FIELDSET<T> strong(String selector,
String cdata)
HamletSpec.Phrase
strong in interface HamletSpec.Phraseselector - the css selector in the form of (#id)*(.class)*cdata - the content
public Hamlet.DFN<Hamlet.FIELDSET<T>> dfn()
HamletSpec.Phrase
dfn in interface HamletSpec.Phrasepublic Hamlet.FIELDSET<T> dfn(String cdata)
HamletSpec.Phrase
dfn in interface HamletSpec.Phrasecdata - the content
public Hamlet.FIELDSET<T> dfn(String selector,
String cdata)
HamletSpec.Phrase
dfn in interface HamletSpec.Phraseselector - the css selector in the form of (#id)*(.class)*cdata - the content
public Hamlet.CODE<Hamlet.FIELDSET<T>> code()
HamletSpec.Phrase
code in interface HamletSpec.Phrasepublic Hamlet.FIELDSET<T> code(String cdata)
HamletSpec.Phrase
code in interface HamletSpec.Phrasecdata - the code
public Hamlet.FIELDSET<T> code(String selector,
String cdata)
HamletSpec.Phrase
code in interface HamletSpec.Phraseselector - the css selector in the form of (#id)*(.class)*cdata - the code
public Hamlet.FIELDSET<T> samp(String cdata)
HamletSpec.Phrase
samp in interface HamletSpec.Phrasecdata - the content
public Hamlet.SAMP<Hamlet.FIELDSET<T>> samp()
HamletSpec.Phrase
samp in interface HamletSpec.Phrase
public Hamlet.FIELDSET<T> samp(String selector,
String cdata)
HamletSpec.Phrase
samp in interface HamletSpec.Phraseselector - the css selector in the form of (#id)*(.class)*cdata - the content
public Hamlet.KBD<Hamlet.FIELDSET<T>> kbd()
HamletSpec.Phrase
kbd in interface HamletSpec.Phrasepublic Hamlet.FIELDSET<T> kbd(String cdata)
HamletSpec.Phrase
kbd in interface HamletSpec.Phrasecdata - the content
public Hamlet.FIELDSET<T> kbd(String selector,
String cdata)
HamletSpec.Phrase
kbd in interface HamletSpec.Phraseselector - the css selector in the form of (#id)*(.class)*cdata - the content
public Hamlet.VAR<Hamlet.FIELDSET<T>> var()
HamletSpec.Phrase
var in interface HamletSpec.Phrasepublic Hamlet.FIELDSET<T> var(String cdata)
HamletSpec.Phrase
var in interface HamletSpec.Phrasecdata - the content
public Hamlet.FIELDSET<T> var(String selector,
String cdata)
HamletSpec.Phrase
var in interface HamletSpec.Phraseselector - the css selector in the form of (#id)*(.class)*cdata - the content
public Hamlet.CITE<Hamlet.FIELDSET<T>> cite()
HamletSpec.Phrase
cite in interface HamletSpec.Phrasepublic Hamlet.FIELDSET<T> cite(String cdata)
HamletSpec.Phrase
cite in interface HamletSpec.Phrasecdata - the content
public Hamlet.FIELDSET<T> cite(String selector,
String cdata)
HamletSpec.Phrase
cite in interface HamletSpec.Phraseselector - the css selector in the form of (#id)*(.class)*cdata - the content
public Hamlet.ABBR<Hamlet.FIELDSET<T>> abbr()
HamletSpec.Phrase
abbr in interface HamletSpec.Phrasepublic Hamlet.FIELDSET<T> abbr(String cdata)
HamletSpec.Phrase
abbr in interface HamletSpec.Phrasecdata - the content
public Hamlet.FIELDSET<T> abbr(String selector,
String cdata)
HamletSpec.Phrase
abbr in interface HamletSpec.Phraseselector - the css selector in the form of (#id)*(.class)*cdata - the content
public Hamlet.A<Hamlet.FIELDSET<T>> a()
HamletSpec._Anchor
a in interface HamletSpec._Anchorpublic Hamlet.A<Hamlet.FIELDSET<T>> a(String selector)
HamletSpec._Anchor
a in interface HamletSpec._Anchorselector - the css selector in the form of (#id)*(.class)*
public Hamlet.FIELDSET<T> a(String href,
String anchorText)
HamletSpec._Anchora().$href(href)._(anchorText)._();
a in interface HamletSpec._Anchorhref - the URIanchorText - for the URI
public Hamlet.FIELDSET<T> a(String selector,
String href,
String anchorText)
HamletSpec._Anchora(selector).$href(href)._(anchorText)._();
a in interface HamletSpec._Anchorselector - in the form of (#id)?(.class)*href - the URIanchorText - for the URI
public Hamlet.IMG<Hamlet.FIELDSET<T>> img()
HamletSpec._ImgObject
img in interface HamletSpec._ImgObjectpublic Hamlet.FIELDSET<T> img(String src)
HamletSpec._ImgObject
img in interface HamletSpec._ImgObjectsrc - the source URL of the image
public Hamlet.OBJECT<Hamlet.FIELDSET<T>> object()
HamletSpec._Object
object in interface HamletSpec._Objectpublic Hamlet.OBJECT<Hamlet.FIELDSET<T>> object(String selector)
HamletSpec._Object
object in interface HamletSpec._Objectselector - as #id.class etc.
public Hamlet.SUB<Hamlet.FIELDSET<T>> sub()
HamletSpec._SubSup
sub in interface HamletSpec._SubSuppublic Hamlet.FIELDSET<T> sub(String cdata)
HamletSpec._SubSup
sub in interface HamletSpec._SubSupcdata - the content
public Hamlet.FIELDSET<T> sub(String selector,
String cdata)
HamletSpec._SubSup
sub in interface HamletSpec._SubSupselector - the css selector in the form of (#id)*(.class)*cdata - the content
public Hamlet.SUP<Hamlet.FIELDSET<T>> sup()
HamletSpec._SubSup
sup in interface HamletSpec._SubSuppublic Hamlet.FIELDSET<T> sup(String cdata)
HamletSpec._SubSup
sup in interface HamletSpec._SubSupcdata - the content
public Hamlet.FIELDSET<T> sup(String selector,
String cdata)
HamletSpec._SubSup
sup in interface HamletSpec._SubSupselector - the css selector in the form of (#id)*(.class)*cdata - the content
public Hamlet.MAP<Hamlet.FIELDSET<T>> map()
HamletSpec._Special
map in interface HamletSpec._Specialpublic Hamlet.MAP<Hamlet.FIELDSET<T>> map(String selector)
HamletSpec._Special
map in interface HamletSpec._Specialselector - the css selector in the form of (#id)*(.class)*
public Hamlet.FIELDSET<T> q(String cdata)
HamletSpec._Special
q in interface HamletSpec._Specialcdata - the content
public Hamlet.FIELDSET<T> q(String selector,
String cdata)
HamletSpec._Special
q in interface HamletSpec._Specialselector - the css selector in the form of (#id)*(.class)*cdata - the content
public Hamlet.Q<Hamlet.FIELDSET<T>> q()
HamletSpec._Special
q in interface HamletSpec._Specialpublic Hamlet.BR<Hamlet.FIELDSET<T>> br()
HamletSpec._Special
br in interface HamletSpec._Specialpublic Hamlet.FIELDSET<T> br(String selector)
HamletSpec._Special
br in interface HamletSpec._Specialselector - the css selector in the form of (#id)*(.class)*
public Hamlet.BDO<Hamlet.FIELDSET<T>> bdo()
HamletSpec._Special
bdo in interface HamletSpec._Special
public Hamlet.FIELDSET<T> bdo(HamletSpec.Dir dir,
String cdata)
HamletSpec._Special
bdo in interface HamletSpec._Specialdir - the direction of the textcdata - the text
public Hamlet.SPAN<Hamlet.FIELDSET<T>> span()
HamletSpec._Special
span in interface HamletSpec._Specialpublic Hamlet.FIELDSET<T> span(String cdata)
HamletSpec._Special
span in interface HamletSpec._Specialcdata - the content
public Hamlet.FIELDSET<T> span(String selector,
String cdata)
HamletSpec._Special
span in interface HamletSpec._Specialselector - the css selector in the form of (#id)*(.class)*cdata - the content
public Hamlet.SCRIPT<Hamlet.FIELDSET<T>> script()
HamletSpec._Script
script in interface HamletSpec._Scriptpublic Hamlet.FIELDSET<T> script(String src)
HamletSpec._Script
script in interface HamletSpec._Scriptsrc - uri of the script
public Hamlet.INS<Hamlet.FIELDSET<T>> ins()
HamletSpec._InsDel
ins in interface HamletSpec._InsDelpublic Hamlet.FIELDSET<T> ins(String cdata)
HamletSpec._InsDel
ins in interface HamletSpec._InsDelcdata - inserted data
public Hamlet.DEL<Hamlet.FIELDSET<T>> del()
HamletSpec._InsDel
del in interface HamletSpec._InsDelpublic Hamlet.FIELDSET<T> del(String cdata)
HamletSpec._InsDel
del in interface HamletSpec._InsDelcdata - deleted data
public Hamlet.LABEL<Hamlet.FIELDSET<T>> label()
HamletSpec._Label
label in interface HamletSpec._Label
public Hamlet.FIELDSET<T> label(String forId,
String cdata)
HamletSpec._Labellabel().$for(forId)._(cdata)._();
label in interface HamletSpec._LabelforId - the for attributecdata - the content
public Hamlet.INPUT<Hamlet.FIELDSET<T>> input(String selector)
HamletSpec._FormCtrl
input in interface HamletSpec._FormCtrlselector - the css selector in the form of (#id)*(.class)*
public Hamlet.INPUT<Hamlet.FIELDSET<T>> input()
HamletSpec._FormCtrl
input in interface HamletSpec._FormCtrlpublic Hamlet.SELECT<Hamlet.FIELDSET<T>> select()
HamletSpec._FormCtrl
select in interface HamletSpec._FormCtrlpublic Hamlet.SELECT<Hamlet.FIELDSET<T>> select(String selector)
HamletSpec._FormCtrl
select in interface HamletSpec._FormCtrlselector - the css selector in the form of (#id)*(.class)*
public Hamlet.TEXTAREA<Hamlet.FIELDSET<T>> textarea(String selector)
HamletSpec._FormCtrl
textarea in interface HamletSpec._FormCtrlpublic Hamlet.TEXTAREA<Hamlet.FIELDSET<T>> textarea()
HamletSpec._FormCtrl
textarea in interface HamletSpec._FormCtrl
public Hamlet.FIELDSET<T> textarea(String selector,
String cdata)
HamletSpec._FormCtrl
textarea in interface HamletSpec._FormCtrlselector - the css selector in the form of (#id)*(.class)*cdata - the content
public Hamlet.BUTTON<Hamlet.FIELDSET<T>> button()
HamletSpec._FormCtrl
button in interface HamletSpec._FormCtrlpublic Hamlet.BUTTON<Hamlet.FIELDSET<T>> button(String selector)
HamletSpec._FormCtrl
button in interface HamletSpec._FormCtrlselector - the css selector in the form of (#id)*(.class)*
public Hamlet.FIELDSET<T> button(String selector,
String cdata)
HamletSpec._FormCtrl
button in interface HamletSpec._FormCtrlselector - 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 | |||||||||