|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lutris.html.HtmlTableCell | +--com.lutris.html.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
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()
|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |