public static interface HamletSpec.AREA extends HamletSpec.Attrs, HamletSpec._Child
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
$class, $id, $style, $title$dir, $lang$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseup_HamletSpec.AREA $shape(HamletSpec.Shape shape)
shape - of the areaHamletSpec.AREA $coords(String cdata)
cdata - coords of the areaHamletSpec.AREA $href(String uri)
uri - the URIHamletSpec.AREA $alt(String desc)
desc - the descriptionHamletSpec.AREA $tabindex(int index)
index - of the orderHamletSpec.AREA $accesskey(String cdata)
cdata - the keyHamletSpec.AREA $onfocus(String script)
script - to invokeHamletSpec.AREA $onblur(String script)
script - to invokeCopyright © 2008–2023 Apache Software Foundation. All rights reserved.