BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.WindowName

Packages that use WindowName
weblogic.html   
 

Uses of WindowName in weblogic.html
 

Fields in weblogic.html declared as WindowName
static WindowName WindowName.blank
          Causes the link to always be loaded in a new blank, unnamed window.
static WindowName WindowName.self
          Causes the link to always be loaded in the same window as the originating link.
static WindowName WindowName.parent
          Causes the link to be loaded in the immediate FRAMESET parent.
static WindowName WindowName.top
          Causes the link to load at the top of the document in the same window.
 

Methods in weblogic.html with parameters of type WindowName
 FormElement FormElement.setTarget(WindowName window)
          Sets the window or frame target for a FormElement to a WindowName, which supports magic target names.
 FrameElement FrameElement.setName(WindowName val)
          Sets the NAME attribute for a FrameElement with the specified WindowName object.
 AnchorElement AnchorElement.setTarget(WindowName target)
          Sets the TARGET attribute for a AnchorElement.
 AreaElement AreaElement.setTarget(WindowName target)
          Sets the TARGET attribute for an AreaElement to the specified WindowName.
 

Constructors in weblogic.html with parameters of type WindowName
AnchorElement.AnchorElement(java.lang.String url, java.lang.String display, WindowName target)
          Constructs an AnchorElement with the specified URL, display information, and target.
AnchorElement.AnchorElement(java.lang.String url, HtmlElement display, WindowName target)
          Constructs an AnchorElement with the specified URL, display information, and target.
 


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