public class HtmlA extends HtmlEvents
| Constructor and Description |
|---|
HtmlA() |
| Modifier and Type | Method and Description |
|---|---|
void |
setCharset(java.lang.String value)
Defines the character encoding of the linked document.
|
void |
setHref(java.lang.String value)
Specifies the URL of a page or the name of the anchor that the link goes to.
|
void |
setHreflang(java.lang.String value)
Language code of the destination URL
|
void |
setName(java.lang.String value)
Marks an area of the page that a link jumps to.
|
void |
setRel(java.lang.String value)
Describes the relationship between the current document and the destination URI.
|
void |
setRev(java.lang.String value)
Describes a reverse between the destination URI and the current document.
|
void |
setType(java.lang.String value)
The type of content at the link destination
|
setOnBlur, setOnChange, setOnClick, setOnDblClick, setOnFocus, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnLoad, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setOnReset, setOnSelect, setOnSubmit, setOnUnLoadadd, addChild, addDiv, addInput, addPre, addPre, addSpan, addTable, addTable, addTable, addTable, addTd, addTd, addTd, addTd, addTextArea, addTh, addTh, addTh, addTr, addTr, addTr, addTr, getChildren, getContent, getStyle, setChildren, setClazz, setContent, setDir, setDisabled, setId, setLang, setPattern, setPlaceholder, setReadonly, setRequired, setStyle, setTarget, setTitle, setXml_lang, toStringclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic void setName(java.lang.String value)
public void setHref(java.lang.String value)
public void setHreflang(java.lang.String value)
public void setType(java.lang.String value)
public void setRel(java.lang.String value)
public void setRev(java.lang.String value)
public void setCharset(java.lang.String value)