Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface HTMLAreaElement
extends HTMLElement
Method Summary | |
String |
|
String |
|
String |
|
String |
|
boolean |
|
String |
|
int |
|
String |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from interface org.w3c.dom.Element | |
getAttribute , getAttributeNS , getAttributeNode , getAttributeNodeNS , getElementsByTagName , getElementsByTagNameNS , getSchemaTypeInfo , getTagName , hasAttribute , hasAttributeNS , removeAttribute , removeAttributeNS , removeAttributeNode , setAttribute , setAttributeNS , setAttributeNode , setAttributeNodeNS , setIdAttribute , setIdAttributeNS , setIdAttributeNode |
Methods inherited from interface org.w3c.dom.html2.HTMLElement | |
getClassName , getDir , getId , getLang , getTitle , setClassName , setDir , setId , setLang , setTitle |
public String getAccessKey()
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.01.
public String getAlt()
Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.01.
public String getCoords()
Comma-separated list of lengths, defining an active region geometry. See alsoshape
for the shape of the region. See the coords attribute definition in HTML 4.01.
public String getHref()
The URI [IETF RFC 2396] of the linked resource. See the href attribute definition in HTML 4.01.
public boolean getNoHref()
Specifies that this area is inactive, i.e., has no associated action. See the nohref attribute definition in HTML 4.01.
public String getShape()
The shape of the active area. The coordinates are given bycoords
. See the shape attribute definition in HTML 4.01.
public int getTabIndex()
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.01.
public String getTarget()
Frame to render the resource in. See the target attribute definition in HTML 4.01.
public void setAccessKey(String accessKey)
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.01.
public void setAlt(String alt)
Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.01.
public void setCoords(String coords)
Comma-separated list of lengths, defining an active region geometry. See alsoshape
for the shape of the region. See the coords attribute definition in HTML 4.01.
public void setHref(String href)
The URI [IETF RFC 2396] of the linked resource. See the href attribute definition in HTML 4.01.
public void setNoHref(boolean noHref)
Specifies that this area is inactive, i.e., has no associated action. See the nohref attribute definition in HTML 4.01.
public void setShape(String shape)
The shape of the active area. The coordinates are given bycoords
. See the shape attribute definition in HTML 4.01.
public void setTabIndex(int tabIndex)
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.01.
public void setTarget(String target)
Frame to render the resource in. See the target attribute definition in HTML 4.01.