Package | Description |
---|---|
de.innovationgate.wgaservices.types |
Java Beans used by WGA Services Methods to transport data
|
Modifier and Type | Method and Description |
---|---|
FormField |
Form.getField(String name) |
Modifier and Type | Method and Description |
---|---|
Set<FormField> |
Form.getFields()
Returns the set that contains the stored fields.
|
Modifier and Type | Method and Description |
---|---|
void |
Form.setFields(Set<FormField> fields)
JavaBean setter for fields table.
|