BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.html.ScrollType

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

Uses of ScrollType in weblogic.html
 

Fields in weblogic.html declared as ScrollType
static ScrollType ScrollType.yes
          Deprecated. Sets scroll bars (horizontal and vertical) so that they are always visible.
static ScrollType ScrollType.no
          Deprecated. Sets scroll bars (horizontal and vertical) so that they are never visible.
static ScrollType ScrollType.auto
          Deprecated. Sets scroll bars (horizontal and vertical) so that they are visible if needed to be able to view the entire contents of a frame.
 

Methods in weblogic.html with parameters of type ScrollType
 FrameElement FrameElement.setScrolling(ScrollType val)
          Deprecated. Sets the SCROLLING attribute with the specified ScrollType object.
 


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.