CodeCharge Studio

setValues Method (Java)

Applies to

CheckBoxList Control, RadioButton Control, ListBox Control

Syntax

public void setValues(java.util.Enumeration records,java.lang.String fieldName);

Parameters

Name Type Description
records enumeration The enumeration of DbRows returned from an SQl query
fieldName String Which field holds the values

Description

This method sets list selected values from Enumeration of Strings.


On-line, printable versions and updates