BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.AreaElement

Packages that use AreaElement
weblogic.html   
 

Uses of AreaElement in weblogic.html
 

Methods in weblogic.html that return AreaElement
 AreaElement MapElement.getElement(int pos)
          Returns the AreaElement at the specified index position.
 AreaElement MapElement.getElementAt(int pos)
          Returns the AreaElement at the specified index position.
 AreaElement AreaElement.setShape(java.lang.String shape, int[] coords)
          Constructs an AreaElement of the specified shape and sets its coordinates to the specified array of ints.
 AreaElement AreaElement.setCoordinates(int[] coords)
          Sets the coordinates for an AreaElement to an array of ints.
 AreaElement AreaElement.setShape(java.lang.String shape)
          Sets the shape of an AreaElement.
 AreaElement AreaElement.setCoordinates(java.lang.String coords)
          Sets the coordinates for an AreaElement.
 AreaElement AreaElement.setHref(java.lang.String url)
          Sets the HREF attribute for an AreaElement.
 AreaElement AreaElement.setHref()
          Sets the HREF attribute for an AreaElement.
 AreaElement AreaElement.setTabindex(java.lang.String tabindex)
          Sets the TABINDEX attribute for an AreaElement.
 AreaElement AreaElement.setTabindex(int tabindex)
          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)
          Sets the TARGET attribute for an AreaElement to the specified WindowName.
 AreaElement AreaElement.setTarget(java.lang.String target)
          Sets the TARGET attribute for an AreaElement to the specified string.
 AreaElement AreaElement.setAlt(java.lang.String text)
          Sets alternate text for the URL if the image map cannot be displayed.
 

Methods in weblogic.html with parameters of type AreaElement
 MapElement MapElement.addElement(AreaElement area)
          Adds the specified AreaElement to a MapElement.
 


Documentation is available at
http://www.weblogic.com/docs51