Overview | Methods | Fields | This Package | All Packages
Sets a boolean value indicating whether row selectors are displayed in the grid.
Syntax
public void setRowSelectors( boolean selectors )
Parameters
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.
Remarks
Row selectors appear to the left of the rows. The user can select a row by clicking its row selector.
See Also getRowSelectors