public static class Html4.AREA extends HtmlElement implements Html4.Element<Html4.AREA>
<area>.| Modifier and Type | Field and Description |
|---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<area> (void=true, block=true, pre=false). |
| Constructor and Description |
|---|
AREA() |
| Instance Methods | |
|---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html4.AREA |
accesskey(CharSequence value)
Set attribute
accesskey="{value}". |
Html4.AREA |
alt(CharSequence value)
Set attribute
alt="{value}". |
Html4.AREA |
coords(CharSequence value)
Set attribute
coords="{value}". |
Html4.AREA |
href(CharSequence value)
Set attribute
href="{value}". |
Html4.AREA |
nohref(boolean value)
Set boolean attribute
nohref. |
Html4.AREA |
shape(CharSequence value)
Set attribute
shape="{value}". |
Html4.AREA |
tabindex(int value)
Set attribute
tabindex="{value}". |
Html4.AREA |
target(CharSequence value)
Set attribute
target="{value}". |
getAttribute, getAttributeCount, getAttributeMap, isBlock, render, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattr, attr, attr, attr, class_, class_add, dir, getAttribute, id, lang, on, setAttribute, style, titlepublic static final HtmlElementType TYPE
<area> (void=true, block=true, pre=false).public HtmlElementType getElementType()
HtmlElementHtmlElementType.getElementType in class HtmlElementpublic Html4.AREA accesskey(CharSequence value)
accesskey="{value}".public Html4.AREA alt(CharSequence value)
alt="{value}".public Html4.AREA coords(CharSequence value)
coords="{value}".public Html4.AREA href(CharSequence value)
href="{value}".public Html4.AREA nohref(boolean value)
nohref.public Html4.AREA shape(CharSequence value)
shape="{value}".public Html4.AREA tabindex(int value)
tabindex="{value}".public Html4.AREA target(CharSequence value)
target="{value}".