Package | Description |
---|---|
org.fireweb.html |
Modifier and Type | Method and Description |
---|---|
Anchor |
Anchor.setCharset(java.lang.String charset)
Set "charset" property and if element was draw call script at browser.
|
Anchor |
Anchor.setHref(java.lang.String href)
Set "href" property and if element was draw call script at browser.
|
Anchor |
Anchor.setHreflang(java.lang.String hreflang)
Set "hreflang" property and if element was draw call script at browser.
|
Anchor |
Anchor.setRel(Anchor.Relationship rel)
Set "rel" property and if element was draw call removeAttribute script at
browser.
|
Anchor |
Anchor.setRev(Anchor.Relationship rev)
Set "rev" property and if element was draw call removeAttribute script at
browser.
|
Anchor |
Anchor.setTarget(Anchor.Target target)
Set "target" property and if element was draw call removeAttribute script
at browser.
|
Anchor |
Anchor.setType(java.lang.String type)
Set "type" property and if element was draw call removeAttribute script
at browser.
|