Uses of Interface
org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.A

Packages that use HamletSpec.A
org.apache.hadoop.yarn.webapp.hamlet   
 

Uses of HamletSpec.A in org.apache.hadoop.yarn.webapp.hamlet
 

Classes in org.apache.hadoop.yarn.webapp.hamlet that implement HamletSpec.A
 class Hamlet.A<T extends HamletSpec._>
           
 

Methods in org.apache.hadoop.yarn.webapp.hamlet that return HamletSpec.A
 HamletSpec.A HamletSpec.A.$accesskey(String cdata)
          accessibility key character
 HamletSpec.A HamletSpec.A.$href(String uri)
          URI for linked resource
 HamletSpec.A HamletSpec.A.$hreflang(String cdata)
          language code
 HamletSpec.A HamletSpec.A.$onblur(String script)
          the element lost the focus
 HamletSpec.A HamletSpec.A.$onfocus(String script)
          the element got the focus
 HamletSpec.A HamletSpec.A.$rel(EnumSet<HamletSpec.LinkType> linkTypes)
          forward link types
 HamletSpec.A HamletSpec.A.$rel(String linkTypes)
          forward link types
 HamletSpec.A HamletSpec.A.$tabindex(int index)
          position in tabbing order
 HamletSpec.A HamletSpec.A.$type(String cdata)
          advisory content type
 HamletSpec.A HamletSpec._Anchor.a()
          Add a A (anchor) element.
 HamletSpec.A HamletSpec._Anchor.a(String selector)
          Add a A (anchor) element.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.