| Package | Description |
|---|---|
| fc.web.forms |
Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram).
|
| Modifier and Type | Method and Description |
|---|---|
Text |
Form.getText(String name)
Returns the field with the specific name as a
Text. |
| Constructor and Description |
|---|
VSameText(Form f,
String name,
String errorMessage,
Text field_one,
Text field_two) |