BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.ListElement

Packages that use ListElement
weblogic.html   
 

Uses of ListElement in weblogic.html
 

Subclasses of ListElement in weblogic.html
 class DirList
          Deprecated. Use UnorderedList instead
 class MenuList
          Deprecated. Use UnorderedList instead
 class OrderedList
          An OrderedList object (a type of ListElement) is used to create a numbered list on an htmlKona page.
 class UnorderedList
          An UnorderedList object (a type of ListElement) is used to create a bulleted list on an htmlKona page.
 

Methods in weblogic.html that return ListElement
 ListElement ListElement.addElement(java.lang.String str)
          Adds a string to a ListElement.
 ListElement ListElement.addElement(HtmlElement val)
          Adds an HtmlElement to a ListElement.
 ListElement ListElement.addElement(ListItem li)
          Adds a ListItem to a ListElement.
 ListElement ListElement.setCompact()
          Sets the COMPACT attribute for a ListElement, including OrderedList, UnorderedList, DirList, and MenuList.
 


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