|
EAF 7.4 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lutris.html.HtmlTableCell
com.lutris.html.HtmlTableHeaderCell
public class HtmlTableHeaderCell
This utility class is used to compose a header cell within a row within a HTML table. Normally the entire row will be composed of either data or header cells.
HtmlTable
,
HtmlTableRow
,
HtmlTableDataCell
Field Summary |
---|
Fields inherited from class com.lutris.html.HtmlTableCell |
---|
align, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, bgColor, caption, colSpan, percentWidth, rowSpan, tdValue, valign, VALIGN_BOTTOM, VALIGN_MIDDLE, VALIGN_TOP |
Constructor Summary | |
---|---|
HtmlTableHeaderCell(java.lang.String tdValue)
|
|
HtmlTableHeaderCell(java.lang.String tdValue,
java.lang.String defaultValue)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class com.lutris.html.HtmlTableCell |
---|
setBackgroundColor, setColSpan, setHorizontalAlignment, setPercentWidth, setRowSpan, setValue, setVerticalAlignment |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HtmlTableHeaderCell(java.lang.String tdValue)
public HtmlTableHeaderCell(java.lang.String tdValue, java.lang.String defaultValue)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
EAF 7.4 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |