BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.html
Class LegendElement

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

public class LegendElement
extends SinglePartElement

The LegendElement sets a legend for a FieldsetElement. Setting the AlignType of this element aligns it relative to its FieldsetElement.

This HTML element is specified by HTML 4.0 and may not be available in all browsers.

Author:
Copyright (c) 1997 by WebLogic, Inc. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
FieldsetElement

Fields inherited from class weblogic.html.HtmlElement
codeset, useObsolete
 
Constructor Summary
LegendElement(java.lang.String contents)
          Constructs a LegendElement with the specified String; the default alignment is centered.
 
Method Summary
protected  java.lang.String getHtmlCode()
           
protected  boolean printCR()
           
 LegendElement setAlign(AlignType alignment)
          Sets the alignment of a LegendElement relative to its FieldsetElement.
 LegendElement setLegend(java.lang.String contents)
          Sets the contents for a LegendElement.
 
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, printEndingTag, 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

LegendElement

public LegendElement(java.lang.String contents)
Constructs a LegendElement with the specified String; the default alignment is centered.

Parameters:
contents - Contents of the LEGEND tag
Method Detail

getHtmlCode

protected java.lang.String getHtmlCode()

Overrides:
getHtmlCode in class ElementWithAttributes

printCR

protected boolean printCR()

Overrides:
printCR in class ElementWithAttributes

setLegend

public LegendElement setLegend(java.lang.String contents)
Sets the contents for a LegendElement.

Parameters:
contnets - Contents of the LEGEND tag
Returns:
LegendElement

setAlign

public LegendElement setAlign(AlignType alignment)
Sets the alignment of a LegendElement relative to its FieldsetElement.

Parameters:
alignment - AlignType
Returns:
LegendElement

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