@Bean(typeName="area") public class Area extends HtmlElementVoid
Constructor and Description |
---|
Area() |
Modifier and Type | Method and Description |
---|---|
Area |
_class(String _class)
class attribute.
|
Area |
alt(String alt)
alt attribute.
|
Area |
coords(String coords)
coords
attribute.
|
Area |
download(Object download)
download attribute.
|
Area |
href(Object href)
href attribute.
|
Area |
hreflang(String hreflang)
hreflang attribute.
|
Area |
id(String id)
id attribute.
|
Area |
rel(String rel)
rel attribute.
|
Area |
shape(String shape)
shape attribute.
|
Area |
style(String style)
style attribute.
|
Area |
target(String target)
target attribute.
|
Area |
type(String type)
type attribute.
|
accesskey, attr, attrUri, contenteditable, deminimize, dir, getAttr, getAttr, getAttrs, hidden, lang, onabort, onblur, oncancel, oncanplay, oncanplaythrough, onchange, onclick, oncuechange, ondblclick, ondurationchange, onemptied, onended, onerror, onfocus, oninput, oninvalid, onkeydown, onkeypress, onkeyup, onload, onloadeddata, onloadedmetadata, onloadstart, onmousedown, onmouseenter, onmouseleave, onmousemove, onmouseout, onmouseover, onmouseup, onmousewheel, onpause, onplay, onplaying, onprogress, onratechange, onreset, onresize, onscroll, onseeked, onseeking, onselect, onshow, onstalled, onsubmit, onsuspend, ontimeupdate, ontoggle, onvolumechange, onwaiting, setAttrs, spellcheck, tabindex, title, toString, translate
public Area()
public final Area alt(String alt)
Replacement text for use when images are not available.
alt
- The new value for this attribute.public final Area coords(String coords)
Coordinates for the shape to be created in an image map.
coords
- The new value for this attribute.public final Area download(Object download)
Whether to download the resource instead of navigating to it, and its file name if so.
public final Area href(Object href)
Address of the hyperlink.
The value can be of any of the following types: URI
, URL
, String
.
Strings must be valid URIs.
URIs defined by UriResolver
can be used for values.
public final Area hreflang(String hreflang)
Language of the linked resource.
hreflang
- The new value for this attribute.public final Area rel(String rel)
Relationship between the document containing the hyperlink and the destination resource.
rel
- The new value for this attribute.public final Area shape(String shape)
The kind of shape to be created in an image map.
shape
- The new value for this attribute.public final Area target(String target)
Browsing context for hyperlink navigation.
target
- The new value for this attribute.public final Area type(String type)
Hint for the type of the referenced resource.
type
- The new value for this attribute.public final Area _class(String _class)
HtmlElement
_class
in class HtmlElement
_class
- The new value for this attribute.public final Area id(String id)
HtmlElement
id
in class HtmlElement
id
- The new value for this attribute.public final Area style(String style)
HtmlElement
style
in class HtmlElement
style
- The new value for this attribute.Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.