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

All Superinterfaces:
HamletSpec._, HamletSpec._Child, HamletSpec.Attrs, HamletSpec.CoreAttrs, HamletSpec.EventsAttrs, HamletSpec.I18nAttrs
All Known Implementing Classes:
Hamlet.AREA
Enclosing class:
HamletSpec

public static interface HamletSpec.AREA
extends HamletSpec.Attrs, HamletSpec._Child


Method Summary
 HamletSpec.AREA $accesskey(String cdata)
          accessibility key character
 HamletSpec.AREA $alt(String desc)
          short description
 HamletSpec.AREA $coords(String cdata)
          comma-separated list of lengths
 HamletSpec.AREA $href(String uri)
          URI for linked resource
 HamletSpec.AREA $onblur(String script)
          the element lost the focus
 HamletSpec.AREA $onfocus(String script)
          the element got the focus
 HamletSpec.AREA $shape(HamletSpec.Shape shape)
          controls interpretation of coords
 HamletSpec.AREA $tabindex(int index)
          position in tabbing order
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.CoreAttrs
$class, $id, $style, $title
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.I18nAttrs
$dir, $lang
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.EventsAttrs
$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseup
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child
_
 

Method Detail

$shape

HamletSpec.AREA $shape(HamletSpec.Shape shape)
controls interpretation of coords

Parameters:
shape - of the area
Returns:
the current element builder

$coords

HamletSpec.AREA $coords(String cdata)
comma-separated list of lengths

Parameters:
cdata - coords of the area
Returns:
the current element builder

$href

HamletSpec.AREA $href(String uri)
URI for linked resource

Parameters:
uri - the URI
Returns:
the current element builder

$alt

HamletSpec.AREA $alt(String desc)
short description

Parameters:
desc - the description
Returns:
the current element builder

$tabindex

HamletSpec.AREA $tabindex(int index)
position in tabbing order

Parameters:
index - of the order
Returns:
the current element builder

$accesskey

HamletSpec.AREA $accesskey(String cdata)
accessibility key character

Parameters:
cdata - the key
Returns:
the current element builder

$onfocus

HamletSpec.AREA $onfocus(String script)
the element got the focus

Parameters:
script - to invoke
Returns:
the current element builder

$onblur

HamletSpec.AREA $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.