public class HTMLForm extends Object
| Modifier and Type | Field and Description |
|---|---|
private Vector |
fields |
private boolean |
post |
private String |
submitlabel |
private String |
tableclass |
private String |
target |
| Constructor and Description |
|---|
HTMLForm(String target) |
HTMLForm(String target,
String submitlabel) |
HTMLForm(String target,
String submitlabel,
String tableclass) |
private String target
private String submitlabel
private String tableclass
private Vector fields
private boolean post
public HTMLForm(String target)
target - The module to submit topublic HTMLForm(String target, String submitlabel)
target - The module to submit tosubmitlabel - The string to display on the submit buttonpublic void addField(Field field)
field - A Field subclass.public void setGET(boolean enable)
enable - Enable/Disable GETpublic void display(CGI cgi)
cgi - The CGI instance that is handling outputCopyright © 2015. All Rights Reserved.