public class Hamlet.ACRONYM<T extends HamletSpec.__> extends HamletImpl.EImp<T> implements HamletSpec.ACRONYM
Constructor and Description |
---|
ACRONYM(String name,
T parent,
EnumSet<HamletImpl.EOpt> opts) |
Modifier and Type | Method and Description |
---|---|
Hamlet.ACRONYM<T> |
__(Object... lines)
Content of the element
|
Hamlet.ACRONYM<T> |
_r(Object... lines)
Raw (no need to be HTML escaped) content
|
Hamlet.ACRONYM<T> |
$class(String value)
space-separated list of classes
|
Hamlet.ACRONYM<T> |
$dir(HamletSpec.Dir value)
direction for weak/neutral text
|
Hamlet.ACRONYM<T> |
$id(String value)
document-wide unique id
|
Hamlet.ACRONYM<T> |
$lang(String value)
language code
|
Hamlet.ACRONYM<T> |
$onclick(String value)
a pointer button was clicked
|
Hamlet.ACRONYM<T> |
$ondblclick(String value)
a pointer button was double clicked
|
Hamlet.ACRONYM<T> |
$onkeydown(String value)
a key was pressed down
|
Hamlet.ACRONYM<T> |
$onkeypress(String value)
a key was pressed and released
|
Hamlet.ACRONYM<T> |
$onkeyup(String value)
a key was released
|
Hamlet.ACRONYM<T> |
$onmousedown(String value)
a pointer button was pressed down
|
Hamlet.ACRONYM<T> |
$onmousemove(String value)
a pointer was moved within
|
Hamlet.ACRONYM<T> |
$onmouseout(String value)
a pointer was moved away
|
Hamlet.ACRONYM<T> |
$onmouseover(String value)
a pointer was moved onto
|
Hamlet.ACRONYM<T> |
$onmouseup(String value)
a pointer button was released
|
Hamlet.ACRONYM<T> |
$style(String value)
associated style info
|
Hamlet.ACRONYM<T> |
$title(String value)
advisory title
|
Hamlet.A<Hamlet.ACRONYM<T>> |
a()
Add a A (anchor) element.
|
Hamlet.A<Hamlet.ACRONYM<T>> |
a(String selector)
Add a A (anchor) element.
|
Hamlet.ACRONYM<T> |
a(String href,
String anchorText)
Shortcut for
a().$href(href).__(anchorText).__(); |
Hamlet.ACRONYM<T> |
a(String selector,
String href,
String anchorText)
Shortcut for
a(selector).$href(href).__(anchorText).__(); |
Hamlet.ABBR<Hamlet.ACRONYM<T>> |
abbr()
Add an ABBR (abbreviation) element.
|
Hamlet.ACRONYM<T> |
abbr(String cdata)
Add a ABBR (abbreviation) element.
|
Hamlet.ACRONYM<T> |
abbr(String selector,
String cdata)
Add a ABBR (abbreviation) element.
|
Hamlet.B<Hamlet.ACRONYM<T>> |
b()
Add a new B (bold/important) element.
|
Hamlet.ACRONYM<T> |
b(String cdata)
Add a complete B (bold/important) element.
|
Hamlet.ACRONYM<T> |
b(String selector,
String cdata)
Add a complete B (bold/important) element.
|
Hamlet.BDO<Hamlet.ACRONYM<T>> |
bdo()
Add a bdo (bidirectional override) element
|
Hamlet.ACRONYM<T> |
bdo(HamletSpec.Dir dir,
String cdata)
Add a bdo (bidirectional override) element
|
Hamlet.BR<Hamlet.ACRONYM<T>> |
br()
Add a BR (line break) element.
|
Hamlet.ACRONYM<T> |
br(String selector)
Add a BR (line break) element.
|
Hamlet.BUTTON<Hamlet.ACRONYM<T>> |
button()
Add a BUTTON element.
|
Hamlet.BUTTON<Hamlet.ACRONYM<T>> |
button(String selector)
Add a BUTTON element.
|
Hamlet.ACRONYM<T> |
button(String selector,
String cdata)
Add a complete BUTTON element.
|
Hamlet.CITE<Hamlet.ACRONYM<T>> |
cite()
Add a CITE element.
|
Hamlet.ACRONYM<T> |
cite(String cdata)
Add a CITE element.
|
Hamlet.ACRONYM<T> |
cite(String selector,
String cdata)
Add a CITE element.
|
Hamlet.CODE<Hamlet.ACRONYM<T>> |
code()
Add a CODE (code fragment) element.
|
Hamlet.ACRONYM<T> |
code(String cdata)
Add a complete CODE element.
|
Hamlet.ACRONYM<T> |
code(String selector,
String cdata)
Add a complete CODE element.
|
Hamlet.DEL<Hamlet.ACRONYM<T>> |
del()
Add a DEL (delete) element.
|
Hamlet.ACRONYM<T> |
del(String cdata)
Add a complete DEL element.
|
Hamlet.DFN<Hamlet.ACRONYM<T>> |
dfn()
Add a DFN element.
|
Hamlet.ACRONYM<T> |
dfn(String cdata)
Add a complete DFN element.
|
Hamlet.ACRONYM<T> |
dfn(String selector,
String cdata)
Add a complete DFN element.
|
Hamlet.EM<Hamlet.ACRONYM<T>> |
em()
Add an EM (emphasized) element.
|
Hamlet.ACRONYM<T> |
em(String cdata)
Add an EM (emphasized) element.
|
Hamlet.ACRONYM<T> |
em(String selector,
String cdata)
Add an EM (emphasized) element.
|
Hamlet.I<Hamlet.ACRONYM<T>> |
i()
Add an I (italic, alt voice/mood) element.
|
Hamlet.ACRONYM<T> |
i(String cdata)
Add a complete I (italic, alt voice/mood) element.
|
Hamlet.ACRONYM<T> |
i(String selector,
String cdata)
Add a complete I (italic, alt voice/mood) element.
|
Hamlet.IMG<Hamlet.ACRONYM<T>> |
img()
Add a IMG (image) element.
|
Hamlet.ACRONYM<T> |
img(String src)
Add a IMG (image) element.
|
Hamlet.INPUT<Hamlet.ACRONYM<T>> |
input()
Add a INPUT element.
|
Hamlet.INPUT<Hamlet.ACRONYM<T>> |
input(String selector)
Add a INPUT element.
|
Hamlet.INS<Hamlet.ACRONYM<T>> |
ins()
Add an INS (insert) element.
|
Hamlet.ACRONYM<T> |
ins(String cdata)
Add a complete INS element.
|
Hamlet.KBD<Hamlet.ACRONYM<T>> |
kbd()
Add a KBD (keyboard) element.
|
Hamlet.ACRONYM<T> |
kbd(String cdata)
Add a KBD (keyboard) element.
|
Hamlet.ACRONYM<T> |
kbd(String selector,
String cdata)
Add a KBD (keyboard) element.
|
Hamlet.LABEL<Hamlet.ACRONYM<T>> |
label()
Add a LABEL element.
|
Hamlet.ACRONYM<T> |
label(String forId,
String cdata)
Add a LABEL element.
|
Hamlet.MAP<Hamlet.ACRONYM<T>> |
map()
Add a MAP element.
|
Hamlet.MAP<Hamlet.ACRONYM<T>> |
map(String selector)
Add a MAP element.
|
Hamlet.OBJECT<Hamlet.ACRONYM<T>> |
object()
Add an object element.
|
Hamlet.OBJECT<Hamlet.ACRONYM<T>> |
object(String selector)
Add an object element.
|
Hamlet.Q<Hamlet.ACRONYM<T>> |
q()
Add a Q (inline quotation) element.
|
Hamlet.ACRONYM<T> |
q(String cdata)
Add a complete Q element.
|
Hamlet.ACRONYM<T> |
q(String selector,
String cdata)
Add a Q element.
|
Hamlet.SAMP<Hamlet.ACRONYM<T>> |
samp()
Add a SAMP (sample) element.
|
Hamlet.ACRONYM<T> |
samp(String cdata)
Add a complete SAMP (sample) element.
|
Hamlet.ACRONYM<T> |
samp(String selector,
String cdata)
Add a complete SAMP (sample) element.
|
Hamlet.SCRIPT<Hamlet.ACRONYM<T>> |
script()
Add a script element.
|
Hamlet.ACRONYM<T> |
script(String src)
Add a script element
|
Hamlet.SELECT<Hamlet.ACRONYM<T>> |
select()
Add a SELECT element.
|
Hamlet.SELECT<Hamlet.ACRONYM<T>> |
select(String selector)
Add a SELECT element.
|
Hamlet.SMALL<Hamlet.ACRONYM<T>> |
small()
Add a SMALL (small print) element
|
Hamlet.ACRONYM<T> |
small(String cdata)
Add a complete small (small print) element.
|
Hamlet.ACRONYM<T> |
small(String selector,
String cdata)
Add a complete small (small print) element.
|
Hamlet.SPAN<Hamlet.ACRONYM<T>> |
span()
Add a SPAN element.
|
Hamlet.ACRONYM<T> |
span(String cdata)
Add a SPAN element.
|
Hamlet.ACRONYM<T> |
span(String selector,
String cdata)
Add a SPAN element.
|
Hamlet.STRONG<Hamlet.ACRONYM<T>> |
strong()
Add a STRONG (important) element.
|
Hamlet.ACRONYM<T> |
strong(String cdata)
Add a complete STRONG (important) element.
|
Hamlet.ACRONYM<T> |
strong(String selector,
String cdata)
Add a complete STRONG (important) element.
|
Hamlet.SUB<Hamlet.ACRONYM<T>> |
sub()
Add a SUB (subscript) element.
|
Hamlet.ACRONYM<T> |
sub(String cdata)
Add a complete SUB (subscript) element.
|
Hamlet.ACRONYM<T> |
sub(String selector,
String cdata)
Add a complete SUB (subscript) element.
|
Hamlet.SUP<Hamlet.ACRONYM<T>> |
sup()
Add a SUP (superscript) element.
|
Hamlet.ACRONYM<T> |
sup(String cdata)
Add a SUP (superscript) element.
|
Hamlet.ACRONYM<T> |
sup(String selector,
String cdata)
Add a SUP (superscript) element.
|
Hamlet.TEXTAREA<Hamlet.ACRONYM<T>> |
textarea()
Add a TEXTAREA element.
|
Hamlet.TEXTAREA<Hamlet.ACRONYM<T>> |
textarea(String selector)
Add a TEXTAREA element.
|
Hamlet.ACRONYM<T> |
textarea(String selector,
String cdata)
Add a complete TEXTAREA element.
|
Hamlet.VAR<Hamlet.ACRONYM<T>> |
var()
Add a VAR (variable) element.
|
Hamlet.ACRONYM<T> |
var(String cdata)
Add a VAR (variable) element.
|
Hamlet.ACRONYM<T> |
var(String selector,
String cdata)
Add a VAR (variable) element.
|
__, _endTag, _inline, _p, _pre, _v, addAttr, addAttr, addMediaAttr, addRelAttr, closeAttrs
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
__
public ACRONYM(String name, T parent, EnumSet<HamletImpl.EOpt> opts)
public Hamlet.ACRONYM<T> $id(String value)
HamletSpec.CoreAttrs
$id
in interface HamletSpec.CoreAttrs
value
- the idpublic Hamlet.ACRONYM<T> $class(String value)
HamletSpec.CoreAttrs
$class
in interface HamletSpec.CoreAttrs
value
- the classespublic Hamlet.ACRONYM<T> $title(String value)
HamletSpec.CoreAttrs
$title
in interface HamletSpec.CoreAttrs
value
- the titlepublic Hamlet.ACRONYM<T> $style(String value)
HamletSpec.CoreAttrs
$style
in interface HamletSpec.CoreAttrs
value
- the stylepublic Hamlet.ACRONYM<T> $lang(String value)
HamletSpec.I18nAttrs
$lang
in interface HamletSpec.I18nAttrs
value
- the codepublic Hamlet.ACRONYM<T> $dir(HamletSpec.Dir value)
HamletSpec.I18nAttrs
$dir
in interface HamletSpec.I18nAttrs
value
- the HamletSpec.Dir
valuepublic Hamlet.ACRONYM<T> $onclick(String value)
HamletSpec.EventsAttrs
$onclick
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.ACRONYM<T> $ondblclick(String value)
HamletSpec.EventsAttrs
$ondblclick
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.ACRONYM<T> $onmousedown(String value)
HamletSpec.EventsAttrs
$onmousedown
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.ACRONYM<T> $onmouseup(String value)
HamletSpec.EventsAttrs
$onmouseup
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.ACRONYM<T> $onmouseover(String value)
HamletSpec.EventsAttrs
$onmouseover
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.ACRONYM<T> $onmousemove(String value)
HamletSpec.EventsAttrs
$onmousemove
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.ACRONYM<T> $onmouseout(String value)
HamletSpec.EventsAttrs
$onmouseout
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.ACRONYM<T> $onkeypress(String value)
HamletSpec.EventsAttrs
$onkeypress
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.ACRONYM<T> $onkeydown(String value)
HamletSpec.EventsAttrs
$onkeydown
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.ACRONYM<T> $onkeyup(String value)
HamletSpec.EventsAttrs
$onkeyup
in interface HamletSpec.EventsAttrs
value
- the scriptpublic Hamlet.ACRONYM<T> __(Object... lines)
HamletSpec._Content
__
in interface HamletSpec._Content
lines
- of contentpublic Hamlet.ACRONYM<T> _r(Object... lines)
HamletSpec._RawContent
_r
in interface HamletSpec._RawContent
lines
- of contentpublic Hamlet.B<Hamlet.ACRONYM<T>> b()
HamletSpec._FontStyle
b
in interface HamletSpec._FontStyle
public Hamlet.ACRONYM<T> b(String cdata)
HamletSpec._FontStyle
b
in interface HamletSpec._FontStyle
cdata
- the contentpublic Hamlet.ACRONYM<T> b(String selector, String cdata)
HamletSpec._FontStyle
b
in interface HamletSpec._FontStyle
selector
- the css select (#id)?(.class)*cdata
- the contentpublic Hamlet.I<Hamlet.ACRONYM<T>> i()
HamletSpec._FontStyle
i
in interface HamletSpec._FontStyle
public Hamlet.ACRONYM<T> i(String cdata)
HamletSpec._FontStyle
i
in interface HamletSpec._FontStyle
cdata
- the content of the elementpublic Hamlet.ACRONYM<T> i(String selector, String cdata)
HamletSpec._FontStyle
i
in interface HamletSpec._FontStyle
selector
- the css selector in the form of (#id)?(.class)*cdata
- the content of the elementpublic Hamlet.SMALL<Hamlet.ACRONYM<T>> small()
HamletSpec._FontSize
small
in interface HamletSpec._FontSize
public Hamlet.ACRONYM<T> small(String cdata)
HamletSpec._FontSize
small
in interface HamletSpec._FontSize
cdata
- the content of the elementpublic Hamlet.ACRONYM<T> small(String selector, String cdata)
HamletSpec._FontSize
small
in interface HamletSpec._FontSize
selector
- css selector in the form of (#id)?(.class)*cdata
- the content of the elementpublic Hamlet.ACRONYM<T> em(String cdata)
HamletSpec.Phrase
em
in interface HamletSpec.Phrase
cdata
- the contentpublic Hamlet.EM<Hamlet.ACRONYM<T>> em()
HamletSpec.Phrase
em
in interface HamletSpec.Phrase
public Hamlet.ACRONYM<T> em(String selector, String cdata)
HamletSpec.Phrase
em
in interface HamletSpec.Phrase
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentpublic Hamlet.STRONG<Hamlet.ACRONYM<T>> strong()
HamletSpec.Phrase
strong
in interface HamletSpec.Phrase
public Hamlet.ACRONYM<T> strong(String cdata)
HamletSpec.Phrase
strong
in interface HamletSpec.Phrase
cdata
- the contentpublic Hamlet.ACRONYM<T> strong(String selector, String cdata)
HamletSpec.Phrase
strong
in interface HamletSpec.Phrase
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentpublic Hamlet.DFN<Hamlet.ACRONYM<T>> dfn()
HamletSpec.Phrase
dfn
in interface HamletSpec.Phrase
public Hamlet.ACRONYM<T> dfn(String cdata)
HamletSpec.Phrase
dfn
in interface HamletSpec.Phrase
cdata
- the contentpublic Hamlet.ACRONYM<T> dfn(String selector, String cdata)
HamletSpec.Phrase
dfn
in interface HamletSpec.Phrase
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentpublic Hamlet.CODE<Hamlet.ACRONYM<T>> code()
HamletSpec.Phrase
code
in interface HamletSpec.Phrase
public Hamlet.ACRONYM<T> code(String cdata)
HamletSpec.Phrase
code
in interface HamletSpec.Phrase
cdata
- the codepublic Hamlet.ACRONYM<T> code(String selector, String cdata)
HamletSpec.Phrase
code
in interface HamletSpec.Phrase
selector
- the css selector in the form of (#id)*(.class)*cdata
- the codepublic Hamlet.ACRONYM<T> samp(String cdata)
HamletSpec.Phrase
samp
in interface HamletSpec.Phrase
cdata
- the contentpublic Hamlet.SAMP<Hamlet.ACRONYM<T>> samp()
HamletSpec.Phrase
samp
in interface HamletSpec.Phrase
public Hamlet.ACRONYM<T> samp(String selector, String cdata)
HamletSpec.Phrase
samp
in interface HamletSpec.Phrase
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentpublic Hamlet.KBD<Hamlet.ACRONYM<T>> kbd()
HamletSpec.Phrase
kbd
in interface HamletSpec.Phrase
public Hamlet.ACRONYM<T> kbd(String cdata)
HamletSpec.Phrase
kbd
in interface HamletSpec.Phrase
cdata
- the contentpublic Hamlet.ACRONYM<T> kbd(String selector, String cdata)
HamletSpec.Phrase
kbd
in interface HamletSpec.Phrase
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentpublic Hamlet.VAR<Hamlet.ACRONYM<T>> var()
HamletSpec.Phrase
var
in interface HamletSpec.Phrase
public Hamlet.ACRONYM<T> var(String cdata)
HamletSpec.Phrase
var
in interface HamletSpec.Phrase
cdata
- the contentpublic Hamlet.ACRONYM<T> var(String selector, String cdata)
HamletSpec.Phrase
var
in interface HamletSpec.Phrase
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentpublic Hamlet.CITE<Hamlet.ACRONYM<T>> cite()
HamletSpec.Phrase
cite
in interface HamletSpec.Phrase
public Hamlet.ACRONYM<T> cite(String cdata)
HamletSpec.Phrase
cite
in interface HamletSpec.Phrase
cdata
- the contentpublic Hamlet.ACRONYM<T> cite(String selector, String cdata)
HamletSpec.Phrase
cite
in interface HamletSpec.Phrase
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentpublic Hamlet.ABBR<Hamlet.ACRONYM<T>> abbr()
HamletSpec.Phrase
abbr
in interface HamletSpec.Phrase
public Hamlet.ACRONYM<T> abbr(String cdata)
HamletSpec.Phrase
abbr
in interface HamletSpec.Phrase
cdata
- the contentpublic Hamlet.ACRONYM<T> abbr(String selector, String cdata)
HamletSpec.Phrase
abbr
in interface HamletSpec.Phrase
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentpublic Hamlet.A<Hamlet.ACRONYM<T>> a()
HamletSpec._Anchor
a
in interface HamletSpec._Anchor
public Hamlet.A<Hamlet.ACRONYM<T>> a(String selector)
HamletSpec._Anchor
a
in interface HamletSpec._Anchor
selector
- the css selector in the form of (#id)*(.class)*public Hamlet.ACRONYM<T> a(String href, String anchorText)
HamletSpec._Anchor
a().$href(href).__(anchorText).__();
a
in interface HamletSpec._Anchor
href
- the URIanchorText
- for the URIpublic Hamlet.ACRONYM<T> a(String selector, String href, String anchorText)
HamletSpec._Anchor
a(selector).$href(href).__(anchorText).__();
a
in interface HamletSpec._Anchor
selector
- in the form of (#id)?(.class)*href
- the URIanchorText
- for the URIpublic Hamlet.IMG<Hamlet.ACRONYM<T>> img()
HamletSpec._ImgObject
img
in interface HamletSpec._ImgObject
public Hamlet.ACRONYM<T> img(String src)
HamletSpec._ImgObject
img
in interface HamletSpec._ImgObject
src
- the source URL of the imagepublic Hamlet.OBJECT<Hamlet.ACRONYM<T>> object()
HamletSpec._Object
object
in interface HamletSpec._Object
public Hamlet.OBJECT<Hamlet.ACRONYM<T>> object(String selector)
HamletSpec._Object
object
in interface HamletSpec._Object
selector
- as #id.class etc.public Hamlet.SUB<Hamlet.ACRONYM<T>> sub()
HamletSpec._SubSup
sub
in interface HamletSpec._SubSup
public Hamlet.ACRONYM<T> sub(String cdata)
HamletSpec._SubSup
sub
in interface HamletSpec._SubSup
cdata
- the contentpublic Hamlet.ACRONYM<T> sub(String selector, String cdata)
HamletSpec._SubSup
sub
in interface HamletSpec._SubSup
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentpublic Hamlet.SUP<Hamlet.ACRONYM<T>> sup()
HamletSpec._SubSup
sup
in interface HamletSpec._SubSup
public Hamlet.ACRONYM<T> sup(String cdata)
HamletSpec._SubSup
sup
in interface HamletSpec._SubSup
cdata
- the contentpublic Hamlet.ACRONYM<T> sup(String selector, String cdata)
HamletSpec._SubSup
sup
in interface HamletSpec._SubSup
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentpublic Hamlet.MAP<Hamlet.ACRONYM<T>> map()
HamletSpec._Special
map
in interface HamletSpec._Special
public Hamlet.MAP<Hamlet.ACRONYM<T>> map(String selector)
HamletSpec._Special
map
in interface HamletSpec._Special
selector
- the css selector in the form of (#id)*(.class)*public Hamlet.ACRONYM<T> q(String cdata)
HamletSpec._Special
q
in interface HamletSpec._Special
cdata
- the contentpublic Hamlet.ACRONYM<T> q(String selector, String cdata)
HamletSpec._Special
q
in interface HamletSpec._Special
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentpublic Hamlet.Q<Hamlet.ACRONYM<T>> q()
HamletSpec._Special
q
in interface HamletSpec._Special
public Hamlet.BR<Hamlet.ACRONYM<T>> br()
HamletSpec._Special
br
in interface HamletSpec._Special
public Hamlet.ACRONYM<T> br(String selector)
HamletSpec._Special
br
in interface HamletSpec._Special
selector
- the css selector in the form of (#id)*(.class)*public Hamlet.BDO<Hamlet.ACRONYM<T>> bdo()
HamletSpec._Special
bdo
in interface HamletSpec._Special
public Hamlet.ACRONYM<T> bdo(HamletSpec.Dir dir, String cdata)
HamletSpec._Special
bdo
in interface HamletSpec._Special
dir
- the direction of the textcdata
- the textpublic Hamlet.SPAN<Hamlet.ACRONYM<T>> span()
HamletSpec._Special
span
in interface HamletSpec._Special
public Hamlet.ACRONYM<T> span(String cdata)
HamletSpec._Special
span
in interface HamletSpec._Special
cdata
- the contentpublic Hamlet.ACRONYM<T> span(String selector, String cdata)
HamletSpec._Special
span
in interface HamletSpec._Special
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentpublic Hamlet.SCRIPT<Hamlet.ACRONYM<T>> script()
HamletSpec._Script
script
in interface HamletSpec._Script
public Hamlet.ACRONYM<T> script(String src)
HamletSpec._Script
script
in interface HamletSpec._Script
src
- uri of the scriptpublic Hamlet.INS<Hamlet.ACRONYM<T>> ins()
HamletSpec._InsDel
ins
in interface HamletSpec._InsDel
public Hamlet.ACRONYM<T> ins(String cdata)
HamletSpec._InsDel
ins
in interface HamletSpec._InsDel
cdata
- inserted datapublic Hamlet.DEL<Hamlet.ACRONYM<T>> del()
HamletSpec._InsDel
del
in interface HamletSpec._InsDel
public Hamlet.ACRONYM<T> del(String cdata)
HamletSpec._InsDel
del
in interface HamletSpec._InsDel
cdata
- deleted datapublic Hamlet.LABEL<Hamlet.ACRONYM<T>> label()
HamletSpec._Label
label
in interface HamletSpec._Label
public Hamlet.ACRONYM<T> label(String forId, String cdata)
HamletSpec._Label
label().$for(forId).__(cdata).__();
label
in interface HamletSpec._Label
forId
- the for attributecdata
- the contentpublic Hamlet.INPUT<Hamlet.ACRONYM<T>> input(String selector)
HamletSpec._FormCtrl
input
in interface HamletSpec._FormCtrl
selector
- the css selector in the form of (#id)*(.class)*public Hamlet.INPUT<Hamlet.ACRONYM<T>> input()
HamletSpec._FormCtrl
input
in interface HamletSpec._FormCtrl
public Hamlet.SELECT<Hamlet.ACRONYM<T>> select()
HamletSpec._FormCtrl
select
in interface HamletSpec._FormCtrl
public Hamlet.SELECT<Hamlet.ACRONYM<T>> select(String selector)
HamletSpec._FormCtrl
select
in interface HamletSpec._FormCtrl
selector
- the css selector in the form of (#id)*(.class)*public Hamlet.TEXTAREA<Hamlet.ACRONYM<T>> textarea(String selector)
HamletSpec._FormCtrl
textarea
in interface HamletSpec._FormCtrl
public Hamlet.TEXTAREA<Hamlet.ACRONYM<T>> textarea()
HamletSpec._FormCtrl
textarea
in interface HamletSpec._FormCtrl
public Hamlet.ACRONYM<T> textarea(String selector, String cdata)
HamletSpec._FormCtrl
textarea
in interface HamletSpec._FormCtrl
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentpublic Hamlet.BUTTON<Hamlet.ACRONYM<T>> button()
HamletSpec._FormCtrl
button
in interface HamletSpec._FormCtrl
public Hamlet.BUTTON<Hamlet.ACRONYM<T>> button(String selector)
HamletSpec._FormCtrl
button
in interface HamletSpec._FormCtrl
selector
- the css selector in the form of (#id)*(.class)*public Hamlet.ACRONYM<T> button(String selector, String cdata)
HamletSpec._FormCtrl
button
in interface HamletSpec._FormCtrl
selector
- the css selector in the form of (#id)*(.class)*cdata
- the contentCopyright © 2008–2019 Apache Software Foundation. All rights reserved.