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 |
---|---|
Body |
Body.addStyle(String inValue) |
Body |
Body.appendToOnLoad(String inValue)
Appends the specified javascript to the body's onload attribute.
|
Body |
HTML.getBody() |
Body |
Body.setBackground(String inValue)
Sets the background image for the page.
|
Body |
Body.setBackgroundColor(Color inValue)
Sets the background color for the page.
|
Body |
Body.setBackgroundColor(HTMLColor inValue)
Sets the background color for the page.
|
Body |
Body.setBackgroundColor(String inValue)
Sets the background color for the page.
|
Body |
Body.setClass(String inValue)
Sets the class attribute to the specified value.
|
Body |
Body.setId(String inValue) |
Body |
Body.setOnClick(String inValue) |
Body |
Body.setOnDblClick(String inValue) |
Body |
Body.setOnKeyDown(String inValue) |
Body |
Body.setOnKeyPress(String inValue) |
Body |
Body.setOnKeyUp(String inValue) |
Body |
Body.setOnLoad(String inValue)
Sets the onload attribute to the specified value.
|
Body |
Body.setOnMouseDown(String inValue) |
Body |
Body.setOnMouseMove(String inValue) |
Body |
Body.setOnMouseOut(String inValue) |
Body |
Body.setOnMouseOver(String inValue) |
Body |
Body.setOnMouseUp(String inValue) |
Body |
Body.setStyle(CharSequence inValue) |
jataylor@hairyfatguy.com