Table.setRowSelected

Sets the selected flag for the specified row. Throws an IllegalArgumentException if row is not a valid row number.

The selected status can be displayed to the user by adding a select column checkbox to a Table Control.

Javascript example:

 tables.ORDERS.setRowSelected(rowNum, false);
 

Parameters

int  row,  boolean  selected,