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