BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.html
Class RulesType

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

public class RulesType
extends MarkupElement

This class encapsulated valid values for the RULE attribute, introduced by HTML 4.0 and supported by some browsers, that is used to describe how horizontal and vertical rules should be placed, particularly between cells of a table. Note that not all browsers support this attribute

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 RulesType all
          Places rules between all rows and all columns.
static RulesType cols
          Rulings like RulesType.groups, plus vertical rules between all columns.
static RulesType groups
          Places a horizontal rule between each row group and a vertical rule between each column group.
static RulesType none
          Renders no internal rulings.
static RulesType rows
          Rulings like RulesType.groups, plus horizontal rules between all rows.
 
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
RulesType(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 RulesType none
Renders no internal rulings.

groups

public static RulesType groups
Places a horizontal rule between each row group and a vertical rule between each column group.

rows

public static RulesType rows
Rulings like RulesType.groups, plus horizontal rules between all rows.

cols

public static RulesType cols
Rulings like RulesType.groups, plus vertical rules between all columns.

all

public static RulesType all
Places rules between all rows and all columns.
Constructor Detail

RulesType

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

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