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 |
---|---|
DependentSelect |
DependentSelect.allowMultiple(FormData fd,
boolean allow)
true if multiple selections are allowed, false otherwise.
|
DependentSelect |
DependentSelect.setSize(FormData fd,
int size)
This value (if set) is rendered as the html SIZE tag.
|
Constructor and Description |
---|
TestDependency(Select country,
DependentSelect state) |