BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.FrameElement

Packages that use FrameElement
weblogic.html   
 

Uses of FrameElement in weblogic.html
 

Methods in weblogic.html that return FrameElement
 FrameElement FrameElement.setBorderColor(java.lang.String color)
          Sets the BORDERCOLOR attribute for a FrameElement.
 FrameElement FrameElement.setBorderColor(java.awt.Color color)
          Sets the BORDERCOLOR attribute for a FrameElement.
 FrameElement FrameElement.setFrameBorder(boolean border)
          Sets the FRAMEBORDER attribute for a FrameElement.
 FrameElement FrameElement.setMarginHeight(java.lang.String val)
          Sets the MARGINHEIGHT attribute for a FrameElement.
 FrameElement FrameElement.setMarginHeight(int val)
          Sets the MARGINHEIGHT attribute for a FrameElement.
 FrameElement FrameElement.setMarginWidth(java.lang.String val)
          Sets the MARGINWIDTH attribute for a FrameElement.
 FrameElement FrameElement.setMarginWidth(int val)
          Sets the MARGINWIDTH attribute for a FrameElement.
 FrameElement FrameElement.setName(java.lang.String val)
          Sets the NAME attribute for a FrameElement.
 FrameElement FrameElement.setName(WindowName val)
          Sets the NAME attribute for a FrameElement with the specified WindowName object.
 FrameElement FrameElement.setNoResize()
          Sets the NORESIZE attribute.
 FrameElement FrameElement.setOnLoad(java.lang.String attrib)
          Sets the ONLOAD attribute.
 FrameElement FrameElement.setOnUnload(java.lang.String attrib)
          Sets the ONUNLOAD attribute.
 FrameElement FrameElement.setScrolling(ScrollType val)
          Sets the SCROLLING attribute with the specified ScrollType object.
 FrameElement FrameElement.setSource(java.lang.String val)
          Sets the SRC attribute for a FrameElement.
 

Methods in weblogic.html with parameters of type FrameElement
 FrameSetElement FrameSetElement.addElement(FrameElement val)
          Adds a FrameElement to a FrameSetElement.
 


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