HamletSpec.__, HamletSpec._Child, HamletSpec.AREA, HamletSpec.Attrs, HamletSpec.CoreAttrs, HamletSpec.EventsAttrs, HamletSpec.I18nAttrspublic class Hamlet.AREA<T extends HamletSpec.__> extends HamletImpl.EImp<T> implements HamletSpec.AREA
| Constructor | Description |
|---|---|
AREA(java.lang.String name,
T parent,
java.util.EnumSet<HamletImpl.EOpt> opts) |
| Modifier and Type | Method | Description |
|---|---|---|
Hamlet.AREA<T> |
$accesskey(java.lang.String value) |
accessibility key character
|
Hamlet.AREA<T> |
$alt(java.lang.String value) |
short description
|
Hamlet.AREA<T> |
$class(java.lang.String value) |
space-separated list of classes
|
Hamlet.AREA<T> |
$coords(java.lang.String value) |
comma-separated list of lengths
|
Hamlet.AREA<T> |
$dir(HamletSpec.Dir value) |
direction for weak/neutral text
|
Hamlet.AREA<T> |
$href(java.lang.String value) |
URI for linked resource
|
Hamlet.AREA<T> |
$id(java.lang.String value) |
document-wide unique id
|
Hamlet.AREA<T> |
$lang(java.lang.String value) |
language code
|
Hamlet.AREA<T> |
$onblur(java.lang.String value) |
the element lost the focus
|
Hamlet.AREA<T> |
$onclick(java.lang.String value) |
a pointer button was clicked
|
Hamlet.AREA<T> |
$ondblclick(java.lang.String value) |
a pointer button was double clicked
|
Hamlet.AREA<T> |
$onfocus(java.lang.String value) |
the element got the focus
|
Hamlet.AREA<T> |
$onkeydown(java.lang.String value) |
a key was pressed down
|
Hamlet.AREA<T> |
$onkeypress(java.lang.String value) |
a key was pressed and released
|
Hamlet.AREA<T> |
$onkeyup(java.lang.String value) |
a key was released
|
Hamlet.AREA<T> |
$onmousedown(java.lang.String value) |
a pointer button was pressed down
|
Hamlet.AREA<T> |
$onmousemove(java.lang.String value) |
a pointer was moved within
|
Hamlet.AREA<T> |
$onmouseout(java.lang.String value) |
a pointer was moved away
|
Hamlet.AREA<T> |
$onmouseover(java.lang.String value) |
a pointer was moved onto
|
Hamlet.AREA<T> |
$onmouseup(java.lang.String value) |
a pointer button was released
|
Hamlet.AREA<T> |
$shape(HamletSpec.Shape value) |
controls interpretation of coords
|
Hamlet.AREA<T> |
$style(java.lang.String value) |
associated style info
|
Hamlet.AREA<T> |
$tabindex(int value) |
position in tabbing order
|
Hamlet.AREA<T> |
$title(java.lang.String value) |
advisory title
|
__, _endTag, _inline, _p, _pre, _v, addAttr, addAttr, addMediaAttr, addRelAttr, closeAttrsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait__public AREA(java.lang.String name,
T parent,
java.util.EnumSet<HamletImpl.EOpt> opts)
public Hamlet.AREA<T> $href(java.lang.String value)
HamletSpec.AREA$href in interface HamletSpec.AREAvalue - the URIpublic Hamlet.AREA<T> $tabindex(int value)
HamletSpec.AREA$tabindex in interface HamletSpec.AREAvalue - of the orderpublic Hamlet.AREA<T> $accesskey(java.lang.String value)
HamletSpec.AREA$accesskey in interface HamletSpec.AREAvalue - the keypublic Hamlet.AREA<T> $onfocus(java.lang.String value)
HamletSpec.AREA$onfocus in interface HamletSpec.AREAvalue - to invokepublic Hamlet.AREA<T> $onblur(java.lang.String value)
HamletSpec.AREA$onblur in interface HamletSpec.AREAvalue - to invokepublic Hamlet.AREA<T> $alt(java.lang.String value)
HamletSpec.AREA$alt in interface HamletSpec.AREAvalue - the descriptionpublic Hamlet.AREA<T> $shape(HamletSpec.Shape value)
HamletSpec.AREA$shape in interface HamletSpec.AREAvalue - of the areapublic Hamlet.AREA<T> $coords(java.lang.String value)
HamletSpec.AREA$coords in interface HamletSpec.AREAvalue - coords of the areapublic Hamlet.AREA<T> $id(java.lang.String value)
HamletSpec.CoreAttrs$id in interface HamletSpec.CoreAttrsvalue - the idpublic Hamlet.AREA<T> $class(java.lang.String value)
HamletSpec.CoreAttrs$class in interface HamletSpec.CoreAttrsvalue - the classespublic Hamlet.AREA<T> $title(java.lang.String value)
HamletSpec.CoreAttrs$title in interface HamletSpec.CoreAttrsvalue - the titlepublic Hamlet.AREA<T> $style(java.lang.String value)
HamletSpec.CoreAttrs$style in interface HamletSpec.CoreAttrsvalue - the stylepublic Hamlet.AREA<T> $lang(java.lang.String value)
HamletSpec.I18nAttrs$lang in interface HamletSpec.I18nAttrsvalue - the codepublic Hamlet.AREA<T> $dir(HamletSpec.Dir value)
HamletSpec.I18nAttrs$dir in interface HamletSpec.I18nAttrsvalue - the HamletSpec.Dir valuepublic Hamlet.AREA<T> $onclick(java.lang.String value)
HamletSpec.EventsAttrs$onclick in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.AREA<T> $ondblclick(java.lang.String value)
HamletSpec.EventsAttrs$ondblclick in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.AREA<T> $onmousedown(java.lang.String value)
HamletSpec.EventsAttrs$onmousedown in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.AREA<T> $onmouseup(java.lang.String value)
HamletSpec.EventsAttrs$onmouseup in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.AREA<T> $onmouseover(java.lang.String value)
HamletSpec.EventsAttrs$onmouseover in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.AREA<T> $onmousemove(java.lang.String value)
HamletSpec.EventsAttrs$onmousemove in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.AREA<T> $onmouseout(java.lang.String value)
HamletSpec.EventsAttrs$onmouseout in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.AREA<T> $onkeypress(java.lang.String value)
HamletSpec.EventsAttrs$onkeypress in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.AREA<T> $onkeydown(java.lang.String value)
HamletSpec.EventsAttrs$onkeydown in interface HamletSpec.EventsAttrsvalue - the scriptpublic Hamlet.AREA<T> $onkeyup(java.lang.String value)
HamletSpec.EventsAttrs$onkeyup in interface HamletSpec.EventsAttrsvalue - the scriptCopyright © 2008–2025 Apache Software Foundation. All rights reserved.