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(java.lang.String name)
Returns the field with the specific name as a
Text . |
Constructor and Description |
---|
VSameText(Form f,
java.lang.String name,
java.lang.String errorMessage,
Text field_one,
Text field_two) |