Overview | Methods | This Package | All Packages
Sets a boolean value that indicates whether the check box for the list view item is checked.
Syntax
public void setChecked( boolean value )
Parameters
value
Set to true to check the check box for the list view item; set to false to clear the check box.
Remarks
If the ListView.checkBoxes property of the list view control that contains this list view item is set to false, the effect of this method is not visible.
See Also getChecked