CodeCharge Studio

setValue Method (Java)

Applies to

Image Control, Label Control, CheckBox Control, FileUpload Control, TextArea Control, TextBox Control, Hidden Control, CheckBoxList Control, RadioButton Control, ListBox Control, Link Control, ImageLink Control

Syntax

public void setValue(java.lang.Object value);
public void setValue(java.lang.String);
public void setValue(long);
public void setValue(double);
public void setValue(boolean);

Parameters

Name Description
value The value to be assigned to the control.

Description

This method sets the value for the control.


On-line, printable versions and updates