Interface HamletSpec.A
- All Superinterfaces:
HamletSpec.__,HamletSpec._Child,HamletSpec._Content,HamletSpec._FontSize,HamletSpec._FontStyle,HamletSpec._FormCtrl,HamletSpec._ImgObject,HamletSpec._InsDel,HamletSpec._Label,HamletSpec._Object,HamletSpec._RawContent,HamletSpec._Script,HamletSpec._Special,HamletSpec._SubSup,HamletSpec.Attrs,HamletSpec.CoreAttrs,HamletSpec.EventsAttrs,HamletSpec.FontStyle,HamletSpec.FormCtrl,HamletSpec.I18nAttrs,HamletSpec.PCData,HamletSpec.Phrase
- All Known Implementing Classes:
Hamlet.A
- Enclosing class:
- HamletSpec
public static interface HamletSpec.A
extends HamletSpec.Attrs, HamletSpec._Child, HamletSpec.PCData, HamletSpec.FontStyle, HamletSpec.Phrase, HamletSpec._ImgObject, HamletSpec._Special, HamletSpec._SubSup, HamletSpec.FormCtrl
-
Method Summary
Modifier and TypeMethodDescription$accesskey(String cdata) accessibility key characterURI for linked resourcelanguage codethe element lost the focusthe element got the focusforward link types$rel(EnumSet<HamletSpec.LinkType> linkTypes) forward link types$tabindex(int index) position in tabbing orderadvisory content typeMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Child
__Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Content
__Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._FontSize
small, small, smallMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._FontStyle
b, b, b, i, i, iMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._FormCtrl
button, button, button, input, input, select, select, textarea, textarea, textareaMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._ImgObject
img, imgMethods 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._Label
label, labelMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Object
object, objectMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._RawContent
_rMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Script
script, scriptMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Special
bdo, bdo, br, br, map, map, q, q, q, span, span, spanMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._SubSup
sub, sub, sub, sup, sup, supMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.CoreAttrs
$class, $id, $style, $titleMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.EventsAttrs
$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseupMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.I18nAttrs
$dir, $lang
-
Method Details
-
$type
advisory content type- Parameters:
cdata- the content-type- Returns:
- the current element builder
-
$href
URI for linked resource- Parameters:
uri- the URI- Returns:
- the current element builder
-
$hreflang
language code- Parameters:
cdata- the code- Returns:
- the current element builder
-
$rel
forward link types- Parameters:
linkTypes- the types- Returns:
- the current element builder
-
$rel
forward link types- Parameters:
linkTypes- space-separated list of link types- Returns:
- the current element builder.
-
$accesskey
accessibility key character- Parameters:
cdata- the key- Returns:
- the current element builder
-
$tabindex
position in tabbing order- Parameters:
index- the index- Returns:
- the current element builder
-
$onfocus
the element got the focus- Parameters:
script- to invoke- Returns:
- the current element builder
-
$onblur
the element lost the focus- Parameters:
script- to invoke- Returns:
- the current element builder
-