CodeCharge Studio

setListOfValues Method (Java)

Applies to

CheckBoxList Control, RadioButton Control, ListBox Control

Syntax

public void setListOfValues(java.lang.String list);
public void setListOfValues(java.lang.StringBuffer);

Parameters

Name Type Description
list String Semicolon separated list of values

Description

This method sets list of values to choose from. It is used to populate list values from String.


On-line, printable versions and updates