BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.html
Class UnorderedList

java.lang.Object
  |
  +--weblogic.html.HtmlElement
        |
        +--weblogic.html.ElementWithAttributes
              |
              +--weblogic.html.MultiPartElement
                    |
                    +--weblogic.html.ListElement
                          |
                          +--weblogic.html.UnorderedList

public class UnorderedList
extends ListElement

An UnorderedList object (a type of ListElement) is used to create a bulleted list on an htmlKona page. Build the UnorderedList by adding ListItems to it with the addElement() method. Use the setType() method to set the style for bullets in the list.

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

Field Summary
static java.lang.String circle
          Deprecated. Constant for a solid circle-type bullet.
static java.lang.String disc
          Deprecated. Constant for a disc-type bullet.
static java.lang.String square
          Deprecated. Constant for a solid square-type bullet.
 
Fields inherited from class weblogic.html.HtmlElement
codeset, useObsolete
 
Constructor Summary
UnorderedList()
          Deprecated.  
 
Method Summary
protected  java.lang.String getHtmlCode()
          Deprecated.  
protected  boolean printCR()
          Deprecated.  
 UnorderedList setType(java.lang.String type)
          Deprecated. Sets the style for bullets in an unordered list, which override the default assortment of disc, circle, and square with a single bullet style.
 
Methods inherited from class weblogic.html.ListElement
addElement, addElement, addElement, getElementAt, setCompact
 
Methods inherited from class weblogic.html.MultiPartElement
addHeadMultiElement, addMultiElement, getMultiElementAt, getNumElements, printBody, printBody, printBody, removeElement, removeElementAt, replaceElementAt, replaceMultiElementAt, 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
 

Field Detail

disc

public static final java.lang.String disc
Deprecated. 
Constant for a disc-type bullet.

circle

public static final java.lang.String circle
Deprecated. 
Constant for a solid circle-type bullet.

square

public static final java.lang.String square
Deprecated. 
Constant for a solid square-type bullet.
Constructor Detail

UnorderedList

public UnorderedList()
Deprecated. 
Method Detail

setType

public UnorderedList setType(java.lang.String type)
Deprecated. 
Sets the style for bullets in an unordered list, which override the default assortment of disc, circle, and square with a single bullet style. You can use the public final static variables that are supplied with this class, or a quoted string value.

Note that not all browsers implement this attribute.

Parameters:
val - Type of bullet

getHtmlCode

protected java.lang.String getHtmlCode()
Deprecated. 

Overrides:
getHtmlCode in class ElementWithAttributes

printCR

protected boolean printCR()
Deprecated. 

Overrides:
printCR in class ElementWithAttributes

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.