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 |
---|---|
Th |
Th.addClass(String inValue) |
Th |
Tr.addHeaderCell() |
Th |
Tr.addHeaderCell(HTMLTag inContent) |
Th |
Tr.addHeaderCell(HTMLTag inContent,
Align inAlign) |
Th |
Tr.addHeaderCell(String inContent) |
Th |
Tr.addHeaderCell(String inContent,
Align inAlign) |
Th |
Th.addStyle(String inValue) |
Th |
Th.appendToOnClick(String inValue) |
Th |
Th.appendToOnDblClick(String inValue) |
Th |
Th.appendToOnMouseOut(String inValue) |
Th |
Th.appendToOnMouseOver(String inValue) |
Th |
Th.br() |
Th |
Th.br(int inNumber) |
Th |
Th.nbsp(int inNumber) |
Th |
Th.setAlign(Align inValue) |
Th |
Th.setBackgroundColor(Color inValue)
Sets the background color for the header cell.
|
Th |
Th.setBackgroundColor(HTMLColor inValue)
Sets the background color for the header cell.
|
Th |
Th.setBackgroundColor(String inValue)
Sets the background color for the header cell.
|
Th |
Th.setClass(String inValue) |
Th |
Th.setColSpan(int inValue) |
Th |
Th.setId(String inValue) |
Th |
Th.setOnClick(String inValue) |
Th |
Th.setOnDblClick(String inValue) |
Th |
Th.setOnKeyDown(String inValue) |
Th |
Th.setOnKeyPress(String inValue) |
Th |
Th.setOnKeyUp(String inValue) |
Th |
Th.setOnMouseDown(String inValue) |
Th |
Th.setOnMouseMove(String inValue) |
Th |
Th.setOnMouseOut(String inValue) |
Th |
Th.setOnMouseOver(String inValue) |
Th |
Th.setOnMouseUp(String inValue) |
Th |
Th.setRowSpan(int inValue) |
Th |
Th.setStyle(CharSequence inValue) |
Th |
Th.setTitle(String inValue) |
Th |
Th.setVAlign(VAlign inValue) |
Th |
Th.setWidth(int inValue) |
Th |
Th.setWidth(String inValue) |
Modifier and Type | Method and Description |
---|---|
void |
Tr.addHeaderCell(Th inCell) |
jataylor@hairyfatguy.com