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 |
---|---|
InputHidden |
Form.addHiddenInput(String inName,
double inValue) |
InputHidden |
Form.addHiddenInput(String inName,
float inValue) |
InputHidden |
Form.addHiddenInput(String inName,
int inValue) |
InputHidden |
Form.addHiddenInput(String inName,
long inValue) |
InputHidden |
Form.addHiddenInput(String inName,
Object inValue) |
InputHidden |
Form.addHiddenInput(String inName,
String inValue) |
InputHidden |
InputHidden.setId(String inValue) |
InputHidden |
InputHidden.setName(String inValue) |
InputHidden |
InputHidden.setValue(String inValue) |
jataylor@hairyfatguy.com