Package | Description |
---|---|
fc.web.forms |
Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram).
|
Modifier and Type | Class and Description |
---|---|
class |
TestDependency
A test dependency implementation.
|
Modifier and Type | Method and Description |
---|---|
Form |
Form.add(Dependency d)
Adds the specified dependency to the form.
|
void |
DependentField.addDependency(Dependency d)
This method should be invoked by all
Dependency implementations
in the implementations constructor. |