CodeCharge Studiopublic void setValues(java.util.Enumeration records,java.lang.String fieldName);
| Name | Type | Description |
|---|---|---|
| records | enumeration | The enumeration of DbRows returned from an SQl query |
| fieldName | String | Which field holds the values |
This method sets list selected values from Enumeration of Strings.