EAF 7.4 Implementation

com.lutris.html
Class HtmlTableDataCell

java.lang.Object
  extended by com.lutris.html.HtmlTableCell
      extended by com.lutris.html.HtmlTableDataCell

public class HtmlTableDataCell
extends com.lutris.html.HtmlTableCell

This utility class is used to compose an data cell within a row within a HTML table. Normally the entire row will be composed of either data or header cells.

Version:
1.0 (File $Revision: 1.2 $)
Author:
Kyle Clark, Paul Morgan
See Also:
HtmlTable, HtmlTableRow, HtmlTableHeaderCell

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
HtmlTableDataCell(java.lang.String tdValue)
           
HtmlTableDataCell(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

HtmlTableDataCell

public HtmlTableDataCell(java.lang.String tdValue)

HtmlTableDataCell

public HtmlTableDataCell(java.lang.String tdValue,
                         java.lang.String defaultValue)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

EAF 7.4 Implementation