BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.html
Class DefinitionItem

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

public class DefinitionItem
extends SinglePartElement

A DefinitionItem object is made up of a term and a definition. DefinitionItems are added to a DefinitionList with the addElement() method in that class.

Version:
2.1
Author:
Copyright (c) 1995-96, WebLogic, Inc.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
DefinitionList

Fields inherited from class weblogic.html.HtmlElement
codeset, useObsolete
 
Constructor Summary
DefinitionItem()
          Constructs a DefinitionItem.
DefinitionItem(HtmlElement term)
          Constructs a DefinitionItem with the specified HtmlElement as a term.
DefinitionItem(HtmlElement term, HtmlElement def)
          Constructs a DefinitionItem with the specified HtmlElements as a term and a definition.
 
Method Summary
protected  java.lang.String getHtmlCode()
           
 void output(java.io.OutputStream out)
           
 void output(java.io.OutputStream out, java.lang.String codeset)
          Outputs to the specified output stream.
 DefinitionItem setDef(HtmlElement elem)
          Sets the definition of a DefinitionItem.
 DefinitionItem setTerm(HtmlElement elem)
          Sets the term of a DefinitionItem.
 
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, printBody, printCR, 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

DefinitionItem

public DefinitionItem()
Constructs a DefinitionItem.

DefinitionItem

public DefinitionItem(HtmlElement term)
Constructs a DefinitionItem with the specified HtmlElement as a term.

Parameters:
term - Term to be defined

DefinitionItem

public DefinitionItem(HtmlElement term,
                      HtmlElement def)
Constructs a DefinitionItem with the specified HtmlElements as a term and a definition.

Parameters:
term - Term to be defined
def - Definition
Method Detail

setTerm

public DefinitionItem setTerm(HtmlElement elem)
Sets the term of a DefinitionItem.

Parameters:
elem - Term to be defined
Returns:
DefinitionItem object

setDef

public DefinitionItem setDef(HtmlElement elem)
Sets the definition of a DefinitionItem.

Parameters:
elem - Definition
Returns:
DefinitionItem object

getHtmlCode

protected java.lang.String getHtmlCode()

Overrides:
getHtmlCode in class ElementWithAttributes

output

public void output(java.io.OutputStream out)
            throws java.io.IOException

Overrides:
output in class ElementWithAttributes

output

public void output(java.io.OutputStream out,
                   java.lang.String codeset)
            throws java.io.IOException
Outputs to the specified output stream.

Throws:
java.io.IOException - if there is an IO error
Overrides:
output in class ElementWithAttributes

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