com.bbn.openmap.util.html
Class ListBodyElement

java.lang.Object
  extended by com.bbn.openmap.util.html.ListElement
      extended by com.bbn.openmap.util.html.ListBodyElement
All Implemented Interfaces:
ContainerElement, Element

public class ListBodyElement
extends ListElement

A container for a list body


Field Summary
 
Fields inherited from class com.bbn.openmap.util.html.ListElement
v
 
Constructor Summary
ListBodyElement()
          Construct a new ListElement
 
Method Summary
 void addElement(Element e)
          Add an element to the end of the list
 
Methods inherited from class com.bbn.openmap.util.html.ListElement
addElement, generate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListBodyElement

public ListBodyElement()
Construct a new ListElement

Method Detail

addElement

public void addElement(Element e)
Add an element to the end of the list

Specified by:
addElement in interface ContainerElement
Overrides:
addElement in class ListElement
Parameters:
e - the element to add


Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details