|
BEA Systems, Inc. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AreaElement | |
weblogic.html | The HtmlKona package is deprecated. |
Uses of AreaElement in weblogic.html |
Methods in weblogic.html that return AreaElement | |
AreaElement |
AreaElement.setShape(java.lang.String shape,
int[] coords)
Deprecated. Constructs an AreaElement of the specified shape and sets its coordinates to the specified array of ints. |
AreaElement |
AreaElement.setCoordinates(int[] coords)
Deprecated. Sets the coordinates for an AreaElement to an array of ints. |
AreaElement |
AreaElement.setShape(java.lang.String shape)
Deprecated. Sets the shape of an AreaElement. |
AreaElement |
AreaElement.setCoordinates(java.lang.String coords)
Deprecated. Sets the coordinates for an AreaElement. |
AreaElement |
AreaElement.setHref(java.lang.String url)
Deprecated. Sets the HREF attribute for an AreaElement. |
AreaElement |
AreaElement.setHref()
Deprecated. Sets the HREF attribute for an AreaElement. |
AreaElement |
AreaElement.setTabindex(java.lang.String tabindex)
Deprecated. Sets the TABINDEX attribute for an AreaElement. |
AreaElement |
AreaElement.setTabindex(int tabindex)
Deprecated. Sets the tabbing order for an AreaElement, which defines the order in which page elements get the focus when a user navigates the page with a keyboard. |
AreaElement |
AreaElement.setTarget(WindowName target)
Deprecated. Sets the TARGET attribute for an AreaElement to the specified WindowName. |
AreaElement |
AreaElement.setTarget(java.lang.String target)
Deprecated. Sets the TARGET attribute for an AreaElement to the specified string. |
AreaElement |
AreaElement.setAlt(java.lang.String text)
Deprecated. Sets alternate text for the URL if the image map cannot be displayed. |
AreaElement |
MapElement.getElement(int pos)
Deprecated. Returns the AreaElement at the specified index position. |
AreaElement |
MapElement.getElementAt(int pos)
Deprecated. Returns the AreaElement at the specified index position. |
Methods in weblogic.html with parameters of type AreaElement | |
MapElement |
MapElement.addElement(AreaElement area)
Deprecated. Adds the specified AreaElement to a MapElement. |
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs60 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |