|
Copyright 2002 by aragost | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.aragost.html.Element | +--com.aragost.html.HtmlElement | +--com.aragost.html.CompositeHtmlElement | +--com.aragost.html.Cell | +--com.aragost.html.CellHeader
Constructor Summary | |
CellHeader(Element elm)
Creates a new CellHeader object. |
|
CellHeader(java.lang.String text)
Creates a new CellHeader object. |
|
CellHeader(java.lang.String text,
int colspan)
Creates a new CellHeader object. |
Method Summary | |
protected boolean |
getDefaultNoWrap()
The default value for the noWrap property |
java.lang.String |
getTag()
Return the tag for this a cell header (i.e. |
Methods inherited from class com.aragost.html.Cell |
init, isCellLike, isNoWrap, setColspan, setNoWrap, writeAttributes |
Methods inherited from class com.aragost.html.CompositeHtmlElement |
add, addAll, addAll, getElements, init, init, init, init, isEmpty, size |
Methods inherited from class com.aragost.html.HtmlElement |
getAttribute, getAttributes, getBody, getIntAttribute, postBodyWrite, preBodyWrite, setAlign, setAttribute, setBgcolor, setIntAttribute, setWidth, writeTo |
Methods inherited from class com.aragost.html.Element |
isNowrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CellHeader(java.lang.String text)
text
- The text in the header cell.public CellHeader(java.lang.String text, int colspan)
text
- The text in the header cellcolspan
- How many columns this header spanspublic CellHeader(Element elm)
elm
- The html element that is the contents in this header cellMethod Detail |
public java.lang.String getTag()
getTag
in class Cell
protected boolean getDefaultNoWrap()
getDefaultNoWrap
in class Cell
|
Copyright 2002 by aragost | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |