public static interface HamletSpec.A extends HamletSpec.Attrs, HamletSpec._Child, HamletSpec.PCData, HamletSpec.FontStyle, HamletSpec.Phrase, HamletSpec._ImgObject, HamletSpec._Special, HamletSpec._SubSup, HamletSpec.FormCtrl
Modifier and Type | Method and Description |
---|---|
HamletSpec.A |
$accesskey(String cdata)
accessibility key character
|
HamletSpec.A |
$href(String uri)
URI for linked resource
|
HamletSpec.A |
$hreflang(String cdata)
language code
|
HamletSpec.A |
$onblur(String script)
the element lost the focus
|
HamletSpec.A |
$onfocus(String script)
the element got the focus
|
HamletSpec.A |
$rel(EnumSet<HamletSpec.LinkType> linkTypes)
forward link types
|
HamletSpec.A |
$rel(String linkTypes)
forward link types
|
HamletSpec.A |
$tabindex(int index)
position in tabbing order
|
HamletSpec.A |
$type(String cdata)
advisory content type
|
$class, $id, $style, $title
$dir, $lang
$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseup
_
_r
b, b, b, i, i, i
small, small, small
abbr, abbr, abbr, cite, cite, cite, code, code, code, dfn, dfn, dfn, em, em, em, kbd, kbd, kbd, samp, samp, samp, strong, strong, strong, var, var, var
img, img
object, object
bdo, bdo, br, br, map, map, q, q, q, span, span, span
script, script
del, del, ins, ins
sub, sub, sub, sup, sup, sup
label, label
HamletSpec.A $type(String cdata)
cdata
- the content-typeHamletSpec.A $href(String uri)
uri
- the URIHamletSpec.A $hreflang(String cdata)
cdata
- the codeHamletSpec.A $rel(EnumSet<HamletSpec.LinkType> linkTypes)
linkTypes
- the typesHamletSpec.A $rel(String linkTypes)
linkTypes
- space-separated list of link typesHamletSpec.A $accesskey(String cdata)
cdata
- the keyHamletSpec.A $tabindex(int index)
index
- the indexHamletSpec.A $onfocus(String script)
script
- to invokeHamletSpec.A $onblur(String script)
script
- to invokeCopyright © 2008–2019 Apache Software Foundation. All rights reserved.