| 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 |
|---|---|
Tr |
Tr.addClass(String inValue) |
Tr |
Table.addRow() |
Tr |
TBody.addRow() |
Tr |
TFoot.addRow() |
Tr |
THead.addRow() |
Tr |
Tr.addStyle(String inValue) |
Tr |
Tr.appendToOnMouseOut(String inValue) |
Tr |
Tr.appendToOnMouseOver(String inValue) |
Tr |
Tr.setAlign(Align inValue) |
Tr |
Tr.setBackgroundColor(Color inValue)
Sets the background color for the table row.
|
Tr |
Tr.setBackgroundColor(HTMLColor inValue)
Sets the background color for the table row.
|
Tr |
Tr.setBackgroundColor(String inValue)
Sets the background color for the table row.
|
Tr |
Tr.setClass(String inValue) |
Tr |
Tr.setId(String inValue) |
Tr |
Tr.setOnClick(String inValue) |
Tr |
Tr.setOnDblClick(String inValue) |
Tr |
Tr.setOnKeyDown(String inValue) |
Tr |
Tr.setOnKeyPress(String inValue) |
Tr |
Tr.setOnKeyUp(String inValue) |
Tr |
Tr.setOnMouseDown(String inValue) |
Tr |
Tr.setOnMouseMove(String inValue) |
Tr |
Tr.setOnMouseOut(String inValue) |
Tr |
Tr.setOnMouseOver(String inValue) |
Tr |
Tr.setOnMouseUp(String inValue) |
Tr |
Tr.setStyle(CharSequence inValue) |
Tr |
Tr.setVAlign(VAlign inValue) |
| Modifier and Type | Method and Description |
|---|---|
List<Tr> |
Table.getRows() |
List<Tr> |
TBody.getRows() |
List<Tr> |
TFoot.getRows() |
List<Tr> |
THead.getRows() |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addRow(Tr inRow) |
void |
TBody.addRow(Tr inRow) |
void |
TFoot.addRow(Tr inRow) |
void |
THead.addRow(Tr inRow) |
jataylor@hairyfatguy.com