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

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

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

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

Methods in org.apache.hadoop.yarn.webapp.hamlet that return HamletSpec.AREA
 HamletSpec.AREA HamletSpec.AREA.$accesskey(String cdata)
          accessibility key character
 HamletSpec.AREA HamletSpec.AREA.$alt(String desc)
          short description
 HamletSpec.AREA HamletSpec.AREA.$coords(String cdata)
          comma-separated list of lengths
 HamletSpec.AREA HamletSpec.AREA.$href(String uri)
          URI for linked resource
 HamletSpec.AREA HamletSpec.AREA.$onblur(String script)
          the element lost the focus
 HamletSpec.AREA HamletSpec.AREA.$onfocus(String script)
          the element got the focus
 HamletSpec.AREA HamletSpec.AREA.$shape(HamletSpec.Shape shape)
          controls interpretation of coords
 HamletSpec.AREA HamletSpec.AREA.$tabindex(int index)
          position in tabbing order
 HamletSpec.AREA HamletSpec.MAP.area()
          Add a AREA element.
 HamletSpec.AREA HamletSpec.MAP.area(String selector)
          Add a AREA element.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.