BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.html
Class FrameType

java.lang.Object
  |
  +--weblogic.html.HtmlElement
        |
        +--weblogic.html.MarkupElement
              |
              +--weblogic.html.FrameType

public class FrameType
extends MarkupElement

This class encapsulates valid values for the FRAME attribute that is supported by some browsers, particularly for use in setting borders around a table. Verify that your browser supports FRAME/RULES attributes before using these values.

Author:
Copyright (c) 1996-97 by WebLogic, Inc. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
TableElement.setFramework(weblogic.html.FrameType, weblogic.html.RulesType)

Field Summary
static FrameType above
          Renders the top side of the frame.
static FrameType below
          Renders the bottom side of the frame.
static FrameType border
          Renders all four sides of the frame.
static FrameType box
          Renders all four sides of the frame.
static FrameType hsides
          Renders the top and bottoms sides of the frame.
static FrameType lhs
          Renders the left hand side of the frame.
static FrameType none
          Does not render any sides of the frame.
static FrameType rhs
          Renders the right hand side of the frame.
static FrameType vsides
          Renders the left and right sides of the frame.
 
Fields inherited from class weblogic.html.MarkupElement
BeginAddress, BeginAddressStr, BeginBlockquote, BeginBlockquoteStr, BeginBody, BeginBodyStr, BeginBold, BeginBoldStr, BeginCenter, BeginCenterStr, BeginComment, BeginCommentStr, BeginDiv, BeginDivStr, BeginHeadStr, BeginHtml, BeginHtmlStr, BeginItalic, BeginItalicStr, BeginLiteral, BeginLiteralStr, BeginParagraph, BeginParagraphStr, BeginScriptStr, BeginTitle, BeginTitleStr, Break, BreakStr, contents, CR, CRStr, EndAddress, EndAddressStr, EndBlockquote, EndBlockquoteStr, EndBody, EndBodyStr, EndBold, EndBoldStr, EndCenter, EndCenterStr, EndComment, EndCommentStr, EndDiv, EndDivStr, EndFont, EndFontStr, EndHeadStr, EndHtml, EndHtmlStr, EndItalic, EndItalicStr, EndLiteral, EndLiteralStr, EndParagraph, EndParagraphStr, EndScriptStr, EndTitle, EndTitleStr, HorizontalLine, HorizontalLineStr, HorizontalRule, NoBreak, NoBreakStr, WordBreak, WordBreakStr
 
Fields inherited from class weblogic.html.HtmlElement
codeset, useObsolete
 
Constructor Summary
FrameType(java.lang.String str)
          Constructor.
 
Methods inherited from class weblogic.html.MarkupElement
BeginFont, BeginFontFace, BeginFontSize, BeginHeader, EndHeader, output, output, output, setContents
 
Methods inherited from class weblogic.html.HtmlElement
asAnchorElement, asBigElement, asBlockquoteElement, asBoldElement, asCenteredElement, asCiteElement, asCodeElement, asCommentElement, asDefineTermElement, asEmphasisElement, asFontElement, asFontElement, asFontElement, asHtmlContainer, asItalicElement, asKeyboardElement, asLiteralElement, asParagraphElement, asSampleElement, asSmallElement, asStrikeElement, asStrongElement, asSubscriptElement, asSuperscriptElement, asTeletypeElement, asUnderlineElement, asVariableElement, getVersion, setAnchorMode, setCodeset, toString, toString, widthAsLiteral
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

none

public static FrameType none
Does not render any sides of the frame.

above

public static FrameType above
Renders the top side of the frame.

below

public static FrameType below
Renders the bottom side of the frame.

hsides

public static FrameType hsides
Renders the top and bottoms sides of the frame.

lhs

public static FrameType lhs
Renders the left hand side of the frame.

rhs

public static FrameType rhs
Renders the right hand side of the frame.

vsides

public static FrameType vsides
Renders the left and right sides of the frame.

box

public static FrameType box
Renders all four sides of the frame.

border

public static FrameType border
Renders all four sides of the frame. This value is included for backwards compatibility.
Constructor Detail

FrameType

public FrameType(java.lang.String str)
Constructor.

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