Sets a boolean value indicating whether row selectors are displayed in the grid.
public void setRowSelectors( boolean selectors )
selectors
Set to true to display a row selector for the rows in the grid; otherwise, set to false. The default value of the rowSelectors property is true.
Row selectors appear to the left of the rows. The user can select a row by clicking its row selector.
See Also getRowSelectors