| |
|
| java.lang.Object com.lutris.html.HtmlTableRow
HtmlTableRow | public class HtmlTableRow (Code) | | This utility class is used to compose a row within a
HTML table.
See Also: HtmlTable See Also: HtmlTableDataCell See Also: HtmlTableHeaderCell author: Kyle Clark author: Paul Morgan version: 1.0 (File $Revision: 1.3 $) |
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) | | |
HtmlTableRow | public HtmlTableRow()(Code) | | |
setBackgroundColor | public void setBackgroundColor(String bgColor)(Code) | | |
setColSpan | public void setColSpan(int colSpan)(Code) | | |
setHorizontalAlignment | public void setHorizontalAlignment(int alignment)(Code) | | |
setRowSpan | public void setRowSpan(int rowSpan)(Code) | | |
setVerticalAlignment | public void setVerticalAlignment(int alignment)(Code) | | |
|
|
|