HamletSpec.__, HamletSpec._Child, HamletSpec.Attrs, HamletSpec.CoreAttrs, HamletSpec.EventsAttrs, HamletSpec.I18nAttrsHamlet.AREApublic static interface HamletSpec.AREA extends HamletSpec.Attrs, HamletSpec._Child
| Modifier and Type | Method | Description |
|---|---|---|
HamletSpec.AREA |
$accesskey(java.lang.String cdata) |
accessibility key character
|
HamletSpec.AREA |
$alt(java.lang.String desc) |
short description
|
HamletSpec.AREA |
$coords(java.lang.String cdata) |
comma-separated list of lengths
|
HamletSpec.AREA |
$href(java.lang.String uri) |
URI for linked resource
|
HamletSpec.AREA |
$onblur(java.lang.String script) |
the element lost the focus
|
HamletSpec.AREA |
$onfocus(java.lang.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$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseup$dir, $langHamletSpec.AREA $shape(HamletSpec.Shape shape)
shape - of the areaHamletSpec.AREA $coords(java.lang.String cdata)
cdata - coords of the areaHamletSpec.AREA $href(java.lang.String uri)
uri - the URIHamletSpec.AREA $alt(java.lang.String desc)
desc - the descriptionHamletSpec.AREA $tabindex(int index)
index - of the orderHamletSpec.AREA $accesskey(java.lang.String cdata)
cdata - the keyHamletSpec.AREA $onfocus(java.lang.String script)
script - to invokeHamletSpec.AREA $onblur(java.lang.String script)
script - to invokeCopyright © 2008–2025 Apache Software Foundation. All rights reserved.