| 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 |
|---|---|
FieldRef |
Form.getFieldRef(String key)
Returns the
FieldRef with the specified key. |
| Modifier and Type | Method and Description |
|---|---|
Form |
Form.add(FieldRef ref)
Adds a
FieldRef to this Form. |