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

All Superinterfaces:
HamletSpec._, HamletSpec._Block, HamletSpec._Child, HamletSpec._FieldSet, HamletSpec._Form, HamletSpec.Attrs, HamletSpec.Block, HamletSpec.CoreAttrs, HamletSpec.EventsAttrs, HamletSpec.Heading, HamletSpec.I18nAttrs, HamletSpec.Listing, HamletSpec.Preformatted
All Known Implementing Classes:
Hamlet.MAP
Enclosing class:
HamletSpec

public static interface HamletSpec.MAP
extends HamletSpec.Attrs, HamletSpec.Block, HamletSpec._Child


Method Summary
 HamletSpec.MAP $name(String name)
          for reference by usemap
 HamletSpec.AREA area()
          Add a AREA element.
 HamletSpec.AREA area(String selector)
          Add a AREA element.
 
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._Block
_, address, address, blockquote, bq, div, div, dl, dl, hr, hr, p, p, table, table
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.Heading
h1, h1, h1, h2, h2, h2, h3, h3, h3, h4, h4, h4, h5, h5, h5, h6, h6, h6
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.Listing
ol, ol, ul, ul
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.Preformatted
pre, pre
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Form
form, form
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._FieldSet
fieldset, fieldset
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child
_
 

Method Detail

area

HamletSpec.AREA area()
Add a AREA element.

Returns:
a new AREA element builder

area

HamletSpec.AREA area(String selector)
Add a AREA element.

Parameters:
selector - the css selector in the form of (#id)*(.class)*
Returns:
a new AREA element builder

$name

HamletSpec.MAP $name(String name)
for reference by usemap

Parameters:
name - of the map
Returns:
the current element builder


Copyright © 2012 Apache Software Foundation. All Rights Reserved.