org.apache.hadoop.yarn.webapp.hamlet
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
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.Phrase |
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 |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Special |
bdo, bdo, br, br, map, map, q, q, q, span, span, span |
$type
HamletSpec.A $type(String cdata)
- advisory content type
- Parameters:
cdata - the content-type
- Returns:
- the current element builder
$href
HamletSpec.A $href(String uri)
- URI for linked resource
- Parameters:
uri - the URI
- Returns:
- the current element builder
$hreflang
HamletSpec.A $hreflang(String cdata)
- language code
- Parameters:
cdata - the code
- Returns:
- the current element builder
$rel
HamletSpec.A $rel(EnumSet<HamletSpec.LinkType> linkTypes)
- forward link types
- Parameters:
linkTypes - the types
- Returns:
- the current element builder
$rel
HamletSpec.A $rel(String linkTypes)
- forward link types
- Parameters:
linkTypes - space-separated list of link types
- Returns:
- the current element builder.
$accesskey
HamletSpec.A $accesskey(String cdata)
- accessibility key character
- Parameters:
cdata - the key
- Returns:
- the current element builder
$tabindex
HamletSpec.A $tabindex(int index)
- position in tabbing order
- Parameters:
index - the index
- Returns:
- the current element builder
$onfocus
HamletSpec.A $onfocus(String script)
- the element got the focus
- Parameters:
script - to invoke
- Returns:
- the current element builder
$onblur
HamletSpec.A $onblur(String script)
- the element lost the focus
- Parameters:
script - to invoke
- Returns:
- the current element builder
Copyright © 2014 Apache Software Foundation. All Rights Reserved.