public interface RowSelectionHandler
Modifier and Type | Method and Description |
---|---|
void |
selectRow(int row)
A customized selection process for one index to select.
|
void |
selectRowInterval(int row0,
int row1)
A customized selection process for multiple indices to select.
|
void |
selectRows(int... rows)
A customized selection process for multiple indices to select.
|
void selectRow(int row)
row
- the rowIndex to select.void selectRowInterval(int row0, int row1)
row0
- one end of the interval.row1
- other end of the intervalvoid selectRows(int... rows)
rows
- the indices to selectCopyright © 2003–2021 XDEV Software. All rights reserved.