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
Modifier and TypeMethodDescriptionfor reference by usemaparea()Add a AREA element.Add a AREA element.Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Block
__, address, address, blockquote, bq, div, div, dl, dl, hr, hr, p, p, table, tableMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Child
__Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._FieldSet
fieldset, fieldsetMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Form
form, formMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.CoreAttrs
$class, $id, $style, $titleMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.EventsAttrs
$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseupMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.Heading
h1, h1, h1, h2, h2, h2, h3, h3, h3, h4, h4, h4, h5, h5, h5, h6, h6, h6Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.I18nAttrs
$dir, $langMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.Listing
ol, ol, ul, ulMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.Preformatted
pre, pre
-
Method Details
-
area
HamletSpec.AREA area()Add a AREA element.- Returns:
- a new AREA element builder
-
area
Add a AREA element.- Parameters:
selector- the css selector in the form of (#id)*(.class)*- Returns:
- a new AREA element builder
-
$name
for reference by usemap- Parameters:
name- of the map- Returns:
- the current element builder
-