BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.html
Class HorizontalRuleElement

java.lang.Object
  |
  +--weblogic.html.HtmlElement
        |
        +--weblogic.html.ElementWithAttributes
              |
              +--weblogic.html.SinglePartElement
                    |
                    +--weblogic.html.HorizontalRuleElement

public class HorizontalRuleElement
extends SinglePartElement

This class extends the functionality of the convenient MarkupElement.HoriztonalLine or MarkupElement.HorizontalRule. Netscape allows setting of several attributes for horizontal rules, which are supported here.

Author:
Copyright (c) 1996-97 by WebLogic, Inc. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.

Fields inherited from class weblogic.html.HtmlElement
codeset, useObsolete
 
Constructor Summary
HorizontalRuleElement()
          Constructs a HorizontalRuleElement.
 
Method Summary
protected  java.lang.String getHtmlCode()
           
protected  boolean printCR()
           
protected  boolean printEndingTag()
           
 HorizontalRuleElement setAlign(AlignType align)
          Sets the ALIGN attribute for a HorizontalRuleElement.
 HorizontalRuleElement setNoshade()
          Sets the NOSHADE attribute for a HorizontalRuleElement.
 HorizontalRuleElement setSize(int size)
          Sets the SIZE attribute for a HorizontalRuleElement.
 HorizontalRuleElement setSize(java.lang.String size)
          Sets the SIZE attribute for a HorizontalRuleElement.
 HorizontalRuleElement setWidth(java.lang.String width)
          Sets the WIDTH attribute for a HorizontalRuleElement.
 
Methods inherited from class weblogic.html.SinglePartElement
getElement, printBody, printBody, printBody, setElement, setElement, widthAsLiteral
 
Methods inherited from class weblogic.html.ElementWithAttributes
addAttribute, addAttribute, escapeQuotes, getBooleanAttribute, getElementAttribute, getLocalVar, getQuotedAttribute, output, output, output, printBody, setBooleanAttribute, setBooleanAttribute, setClass, setDirection, setElementAttribute, setElementAttribute, setElementAttribute, setElementAttribute, setElementAttribute, setId, setLang, setLocalVar, setQuotedAttribute, setStyle
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HorizontalRuleElement

public HorizontalRuleElement()
Constructs a HorizontalRuleElement.
Method Detail

getHtmlCode

protected java.lang.String getHtmlCode()

Overrides:
getHtmlCode in class ElementWithAttributes

printCR

protected boolean printCR()

Overrides:
printCR in class ElementWithAttributes

printEndingTag

protected boolean printEndingTag()

Overrides:
printEndingTag in class ElementWithAttributes

setSize

public HorizontalRuleElement setSize(java.lang.String size)
Sets the SIZE attribute for a HorizontalRuleElement.

Parameters:
size - Thickness of horizontal rule
Returns:
HorizontalRuleElement

setSize

public HorizontalRuleElement setSize(int size)
Sets the SIZE attribute for a HorizontalRuleElement.

Parameters:
size - Thickness of horizontal rule
Returns:
HorizontalRuleElement

setWidth

public HorizontalRuleElement setWidth(java.lang.String width)
Sets the WIDTH attribute for a HorizontalRuleElement. This can be the number of pixels or a percentage of the width of the display area.

Parameters:
size - Width
Returns:
HorizontalRuleElement

setAlign

public HorizontalRuleElement setAlign(AlignType align)
Sets the ALIGN attribute for a HorizontalRuleElement. Valid AlignType variables for this are left, right, or center.

Parameters:
size - Alignment
Returns:
HorizontalRuleElement

setNoshade

public HorizontalRuleElement setNoshade()
Sets the NOSHADE attribute for a HorizontalRuleElement.

Returns:
HorizontalRuleElement

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