BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.html.AnchorElement

Packages that use AnchorElement
weblogic.html The HtmlKona package is deprecated. 
 

Uses of AnchorElement in weblogic.html
 

Subclasses of AnchorElement in weblogic.html
 class LinkElement
          Deprecated.  
 

Methods in weblogic.html that return AnchorElement
 AnchorElement HtmlElement.asAnchorElement(java.lang.String anchorname)
          Deprecated. Returns an HtmlElement as an AnchorElement with the NAME attribute set to the specified anchorname.
 AnchorElement AnchorElement.setHref(java.lang.String url)
          Deprecated. Sets the HREF attribute for a AnchorElement.
 AnchorElement AnchorElement.setHref(HtmlElement url)
          Deprecated. Sets the HREF attribute for an AnchorElement.
 AnchorElement AnchorElement.setName(java.lang.String name)
          Deprecated. Sets the NAME attribute for an AnchorElement.
 AnchorElement AnchorElement.setOnMouseOver(java.lang.String event)
          Deprecated. Sets the ONMOUSEOVER attribute for a AnchorElement.
 AnchorElement AnchorElement.setOnClick(java.lang.String event)
          Deprecated. Sets the ONCLICK attribute for a AnchorElement.
 AnchorElement AnchorElement.setTabindex(java.lang.String tabindex)
          Deprecated. Sets the TABINDEX attribute for an AnchorElement.
 AnchorElement AnchorElement.setTabindex(int tabindex)
          Deprecated. Sets the tabbing order for an AnchorElement, which defines the order in which page elements get the focus when a user navigates the page with a keyboard.
 AnchorElement AnchorElement.setTarget(java.lang.String target)
          Deprecated. Sets the TARGET attribute for a AnchorElement.
 AnchorElement AnchorElement.setTarget(WindowName target)
          Deprecated. Sets the TARGET attribute for a AnchorElement.
 AnchorElement AnchorElement.setTitle(java.lang.String title)
          Deprecated. Sets the TITLE attribute for an AnchorElement.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.