Methods Summary |
---|
public void | blur()Removes keyboard focus from this element.
|
public void | focus()Gives keyboard focus to this element.
|
public java.lang.String | getAccessKey()A single character access key to give access to the form control. See
the accesskey attribute definition in HTML 4.0.
|
public java.lang.String | getCharset()The character encoding of the linked resource. See the charset
attribute definition in HTML 4.0.
|
public java.lang.String | getCoords()Comma-separated list of lengths, defining an active region geometry.
See also shape for the shape of the region. See the
coords attribute definition in HTML 4.0.
|
public java.lang.String | getHref()The URI of the linked resource. See the href attribute definition in
HTML 4.0.
|
public java.lang.String | getHreflang()Language code of the linked resource. See the hreflang attribute
definition in HTML 4.0.
|
public java.lang.String | getName()Anchor name. See the name attribute definition in HTML 4.0.
|
public java.lang.String | getRel()Forward link type. See the rel attribute definition in HTML 4.0.
|
public java.lang.String | getRev()Reverse link type. See the rev attribute definition in HTML 4.0.
|
public java.lang.String | getShape()The shape of the active area. The coordinates are given by
coords . See the shape attribute definition in HTML 4.0.
|
public int | getTabIndex()Index that represents the element's position in the tabbing order. See
the tabindex attribute definition in HTML 4.0.
|
public java.lang.String | getTarget()Frame to render the resource in. See the target attribute definition
in HTML 4.0.
|
public java.lang.String | getType()Advisory content type. See the type attribute definition in HTML 4.0.
|
public void | setAccessKey(java.lang.String accessKey)
|
public void | setCharset(java.lang.String charset)
|
public void | setCoords(java.lang.String coords)
|
public void | setHref(java.lang.String href)
|
public void | setHreflang(java.lang.String hreflang)
|
public void | setName(java.lang.String name)
|
public void | setRel(java.lang.String rel)
|
public void | setRev(java.lang.String rev)
|
public void | setShape(java.lang.String shape)
|
public void | setTabIndex(int tabIndex)
|
public void | setTarget(java.lang.String target)
|
public void | setType(java.lang.String type)
|