| |
|
| java.lang.Object com.lutris.html.HtmlTableCell
All known Subclasses: com.lutris.html.HtmlTableDataCell, com.lutris.html.HtmlTableHeaderCell,
HtmlTableCell | abstract public class HtmlTableCell (Code) | | This base class is extended to compose a particular type of cell
within a row within a HTML table. Normally the entire row will be
composed of either data or header cells.
See Also: HtmlTable See Also: HtmlTableRow See Also: HtmlTableDataCell See Also: HtmlTableHeaderCell author: Kyle Clark author: Paul Morgan version: 1.0 (File $Revision: 1.2 $) |
ALIGN_CENTER | final public static int ALIGN_CENTER(Code) | | |
ALIGN_LEFT | final public static int ALIGN_LEFT(Code) | | |
ALIGN_RIGHT | final public static int ALIGN_RIGHT(Code) | | |
VALIGN_BOTTOM | final public static int VALIGN_BOTTOM(Code) | | |
VALIGN_MIDDLE | final public static int VALIGN_MIDDLE(Code) | | |
VALIGN_TOP | final public static int VALIGN_TOP(Code) | | |
colSpan | protected int colSpan(Code) | | |
percentWidth | protected int percentWidth(Code) | | |
rowSpan | protected int rowSpan(Code) | | |
setBackgroundColor | public void setBackgroundColor(String bgColor)(Code) | | |
setColSpan | public void setColSpan(int colSpan)(Code) | | |
setHorizontalAlignment | public void setHorizontalAlignment(int alignment)(Code) | | |
setPercentWidth | public void setPercentWidth(int percent)(Code) | | |
setRowSpan | public void setRowSpan(int rowSpan)(Code) | | |
setVerticalAlignment | public void setVerticalAlignment(int alignment)(Code) | | |
|
|
|