Package | Description |
---|---|
com.hfg.html |
The HTML classes in this package can be used to construct HTML or XHTML in an object-oriented fashion.
|
Modifier and Type | Method and Description |
---|---|
Td |
Tr.addCell() |
Td |
Tr.addCell(HTMLNode inContent) |
Td |
Tr.addCell(HTMLNode inContent,
Align inAlign) |
Td |
Tr.addCell(String inContent) |
Td |
Tr.addCell(String inContent,
Align inAlign) |
Td |
Td.addClass(String inValue) |
Td |
Td.addStyle(String inValue) |
Td |
Td.appendToOnMouseOut(String inValue) |
Td |
Td.appendToOnMouseOver(String inValue) |
Td |
Td.br() |
Td |
Td.br(int inNumber) |
Td |
Td.nbsp(int inNumber) |
Td |
Td.setAlign(Align inValue) |
Td |
Td.setBackgroundColor(Color inValue)
Sets the background color for the table cell.
|
Td |
Td.setBackgroundColor(HTMLColor inValue)
Sets the background color for the table cell.
|
Td |
Td.setBackgroundColor(String inValue)
Sets the background color for the table cell.
|
Td |
Td.setClass(String inValue) |
Td |
Td.setColSpan(int inValue) |
Td |
Td.setId(String inValue) |
Td |
Td.setOnClick(String inValue) |
Td |
Td.setOnDblClick(String inValue) |
Td |
Td.setOnKeyDown(String inValue) |
Td |
Td.setOnKeyPress(String inValue) |
Td |
Td.setOnKeyUp(String inValue) |
Td |
Td.setOnMouseDown(String inValue) |
Td |
Td.setOnMouseMove(String inValue) |
Td |
Td.setOnMouseOut(String inValue) |
Td |
Td.setOnMouseOver(String inValue) |
Td |
Td.setOnMouseUp(String inValue) |
Td |
Td.setRowSpan(int inValue) |
Td |
Td.setStyle(CharSequence inValue) |
Td |
Td.setTitle(String inValue) |
Td |
Td.setVAlign(VAlign inValue) |
Td |
Td.setWidth(int inValue) |
Td |
Td.setWidth(String inValue) |
Modifier and Type | Method and Description |
---|---|
void |
Tr.addCell(Td inCell) |
jataylor@hairyfatguy.com