|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bbn.openmap.layer.util.html.WrapElement | +--com.bbn.openmap.layer.util.html.TableHeaderElement
This class is used for Column/Row head elements in html tables
Field Summary |
Fields inherited from class com.bbn.openmap.layer.util.html.WrapElement |
e, paramString, wrapString |
Constructor Summary | |
TableHeaderElement(Element e)
Construct a column header with an element |
|
TableHeaderElement(java.lang.String s)
Construct a column header with a string |
|
TableHeaderElement(java.lang.String paramString,
Element e)
Construct a column header with an element |
|
TableHeaderElement(java.lang.String paramString,
java.lang.String s)
Construct a column header with a string |
Methods inherited from class com.bbn.openmap.layer.util.html.WrapElement |
generate, getElement, setElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.bbn.openmap.layer.util.html.Element |
generate |
Constructor Detail |
public TableHeaderElement(Element e)
e
- the element to put in the cellpublic TableHeaderElement(java.lang.String s)
s
- the string to put in the cellpublic TableHeaderElement(java.lang.String paramString, Element e)
e
- the element to put in the cellpublic TableHeaderElement(java.lang.String paramString, java.lang.String s)
s
- the string to put in the cell
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |